Release 251.2-3mamba

This commit is contained in:
Automatic Build System 2023-12-30 11:40:47 +01:00
parent a2a26e66b4
commit 103cec7435

View File

@ -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 <silvan.calarco@mambasoft.it> 251.2-3mamba
- posttrans: fix recreating initramfs (add -H for host-only mode)
* Thu Jun 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 251.2-2mamba
- set default-hierarchy=unified; add fallback-hostname and sbat-distro info