Highlights: https://github.com/dracutdevs/dracut/releases/tag/053 dracut.sh: unfreeze /boot on exit (d87ae137) proper return code for inst_multiple in dracut-init.sh (d437970c) fcoe: rename rd.nofcoe to rd.fcoe (6f7823bc) rd.nofcoe=0 should disable fcoe (805b46c2) i18n: get rid of eval calls (5387ed24), backported for 052 downstream create the keyboard symlinks again (9e1c7f3d), backported for 052 downstream network-manager: run as a service if systemd module is present (c17c5b76) rework how NM is started in debug mode (34c73b33) drm: skip empty modalias files in drm module setup (c3f24184) Highlights: https://github.com/dracutdevs/dracut/releases/tag/052 - Link release announcement for 052, fix typo OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=427
18 lines
696 B
Plaintext
18 lines
696 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="localonly">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/opensuse/dracut.git</param>
|
|
<param name="revision">SUSE/053</param>
|
|
<param name="versionformat">@PARENT_TAG@+suse.@TAG_OFFSET@.g%h</param>
|
|
<!-- <param name="extract">suse/dracut.spec</param> -->
|
|
<param name="extract">suse/README.susemaint</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly" />
|
|
<service name="tar" mode="buildtime" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|