267c5ea60c
- Update to version 15.0.1 (git 5c63319): - Use /etc/modules-load.d/sg.conf for sg driver autoloading (bsc#1036463) * added /etc/modules-load.d/sg.conf OBS-URL: https://build.opensuse.org/request/show/647025 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=47
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.0.1</param>
|
|
<param name="revision">15.0.1</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>
|