forked from pool/suse-module-tools
597ba7391d
- Fix driver-check.sh (boo#1123697, boo#1123704) - add /etc/modprobe.d/50-blacklist.conf from sysconfig package (boo#1107611) - add file system blacklist file (fate#326832) - Remove hard dependency on mkinitrd (boo#1123721) - Make sure code works also without kmod-compat - Replace file dependency on /sbin/depmod by weak package dependency OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=53
17 lines
603 B
Plaintext
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.0.20</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>
|