1
0
suse-module-tools/_service
Martin Wilck 42e0a27238 Accepting request 646125 from home:mwilck:branches:Base:System
- version 15.0
- modsign-verify: support for parsing PKCS#7 signatures
  (bsc#1111300, bsc#1105495)
- Fix logic for unsupported modules (bsc#1111183) 
  * SLES15: allow unsupported modules only if SLE WE is installed
  * Always allow unsupported modules on Leap 15 and Factory
  * No change for SLE12 / Leap 42.x and below
  * 10-unsupported-modules.conf: improved comments
  * fix %config(noreplace) logic for 10-unsupported-modules.conf
- added udev rule 81-sg.rules to make sure the sg module is
  always loaded (bsc#1036463)
- spec file cleanup and build fixes for older OS releases
- Changelog cleanup (only user-visible changes)
- reverted recent %config(noreplace)->%config change
  (bsc#1111183)

OBS-URL: https://build.opensuse.org/request/show/646125
OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=43
2018-11-02 20:35:11 +00:00

15 lines
511 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</param>
<param name="revision">15.0</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>