Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ignition for openSUSE:Factory checked in at 2026-03-10 17:47:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ignition (Old) and /work/SRC/openSUSE:Factory/.ignition.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ignition" Tue Mar 10 17:47:28 2026 rev:57 rq:1337794 version:2.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ignition/ignition.changes 2026-03-01 22:13:55.335737711 +0100 +++ /work/SRC/openSUSE:Factory/.ignition.new.8177/ignition.changes 2026-03-10 17:47:52.754088954 +0100 @@ -1,0 +2,10 @@ +Mon Mar 9 15:33:37 UTC 2026 - Antonio Feijoo <[email protected]> + +- Do not hardcode path to dracut hooks. Since dracut-102, hooks were + moved from /usr/lib to /var/lib, keeping a compat symlink. But, + since dracut-110, this compat symlink was removed. + * ignition-enable-network.sh: Use dracut $hookdir instead of + hardcoding, match combustion code added in + https://github.com/openSUSE/combustion/commit/e8a96893fc389123ecd85609499cf97e43de38ec + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ignition-enable-network.sh ++++++ --- /var/tmp/diff_new_pack.LITvoz/_old 2026-03-10 17:47:55.730211806 +0100 +++ /var/tmp/diff_new_pack.LITvoz/_new 2026-03-10 17:47:55.742212302 +0100 @@ -6,14 +6,14 @@ echo "rd.neednet=1" > /etc/cmdline.d/40-ignition-neednet.conf # Re-trigger generation of network rules and apply them - if [ -e /lib/dracut/hooks/pre-udev/60-net-genrules.sh ]; then + if [ -e "${hookdir}/pre-udev/60-net-genrules.sh" ]; then # Wicked - . /lib/dracut/hooks/pre-udev/60-net-genrules.sh + . "${hookdir}/pre-udev/60-net-genrules.sh" udevadm control --reload udevadm trigger --subsystem-match net --action add else # NetworkManager - . /lib/dracut/hooks/cmdline/99-nm-config.sh + . "${hookdir}/cmdline/99-nm-config.sh" if [ -e /usr/lib/systemd/system/NetworkManager-config-initrd.service ]; then systemctl restart NetworkManager-config-initrd.service fi
