forked from pool/suse-module-tools
e5d9b450ba
* 50-blacklist.conf is not added in Leap before 15.1. fix conditionals and bump version accordingly. OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=56
17 lines
602 B
Plaintext
17 lines
602 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">suse-module-tools</param>
|
|
<param name="version">15.1.0</param>
|
|
<param name="revision">master</param>
|
|
<param name="exclude">*.spec</param>
|
|
<param name="exclude">*.rpmlintrc</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|