diff --git a/systemd.spec b/systemd.spec index f555dc2..082fb0d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -27,7 +27,7 @@ Name: systemd Epoch: 2 Version: 251.2 -Release: 2mamba +Release: 3mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -495,8 +495,8 @@ if [ $1 -ge 1 ]; then INITRAMFS=/boot/initramfs-$KVER.img KERNEL=/boot/vmlinuz-$KVER [ -e $INITRAMFS -a /etc/systemd/system.conf -nt $INITRAMFS ] || continue - [ -e $KERNEL -a -e /usr/bin/mkinitrd ] || continue - mkinitrd $INITRAMFS $KVER -f -q + [ -e $KERNEL -a -e /usr/sbin/mkinitrd ] || continue + /usr/sbin/mkinitrd $INITRAMFS $KVER -f -H -q fi : @@ -822,6 +822,9 @@ systemctl daemon-reload &>/dev/null || : %{_libdir}/pkgconfig/libudev.pc %changelog +* Tue Jul 12 2022 Silvan Calarco 251.2-3mamba +- posttrans: fix recreating initramfs (add -H for host-only mode) + * Thu Jun 09 2022 Silvan Calarco 251.2-2mamba - set default-hierarchy=unified; add fallback-hostname and sbat-distro info