6
0

Accepting request 449179 from devel:languages:python:singlespec

- rework %python_alternative and remove support for %python_alternative_man
- tell service to compress the tar file

OBS-URL: https://build.opensuse.org/request/show/449179
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=19
This commit is contained in:
Jan Matejek
2017-01-08 11:35:47 +00:00
committed by Git OBS Bridge
parent 1cec63d883
commit c6c0c932f3
6 changed files with 18 additions and 12 deletions

View File

@@ -10,8 +10,13 @@
<!-- <param name="revision">optional: the commit hash, tag or branch you want to get</param>-->
</service>
<service name="recompress" mode="localonly">
<param name="compression">bz2</param>
<param name="file">*.tar</param>
</service>
<service name="extract_file" mode="localonly">
<param name="archive">*.tar</param>
<param name="archive">*.tar.bz2</param>
<param name="files">*/python-rpm-macros.spec</param>
</service>