2
0
suse-module-tools/_service
Martin Wilck cabe538069 Accepting request 677419 from home:mwilck:branches:Base:System
- Update to version 15.1.11 (git 54df192):
  * spec file: use more gentle wording in blacklist files
  * spec file: drop jffs2 and ubifs from blacklist

OBS-URL: https://build.opensuse.org/request/show/677419
OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=61
2019-02-19 16:21:40 +00:00

17 lines
603 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.11</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>