From 47d801406def123f34b447d3a66feaba86cbe876 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 13 Dec 2024 09:58:03 +0100 Subject: [PATCH] use dracut with -H to regenerate initramfs [release 6.2.4-2mamba;Wed Dec 11 2024] --- breeze-plymouth.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/breeze-plymouth.spec b/breeze-plymouth.spec index 6fbbbb2..1a01fd4 100644 --- a/breeze-plymouth.spec +++ b/breeze-plymouth.spec @@ -2,7 +2,7 @@ Name: breeze-plymouth Version: 6.2.4 -Release: 1mamba +Release: 2mamba Summary: KDE Plasma boot splash theme Group: Graphical Desktop/Look 'n' feel Vendor: openmamba @@ -62,8 +62,8 @@ if [ $1 -ge 1 ]; then KVER=`uname -r` INITRAMFS=/boot/initramfs-$KVER.img if [ -e /boot/vmlinuz-$KVER ]; then - [ -e $INITRAMFS -a ${_sysconfdir}/dracut.conf -nt $INITRAMFS ] || continue - [ -e /usr/bin/mkinitrd ] && mkinitrd $INITRAMFS $KVER -f -q + [ -e $INITRAMFS -a %{_datadir}/plymouth/themes/breeze/breeze.plymouth -nt $INITRAMFS ] || continue + dracut $INITRAMFS $KVER -H -f -q fi fi : @@ -88,6 +88,9 @@ fi %{_datadir}/plymouth/themes/breeze/images/os.logo.png %changelog +* Wed Dec 11 2024 Silvan Calarco 6.2.4-2mamba +- use dracut with -H to regenerate initramfs + * Tue Nov 26 2024 Automatic Build System 6.2.4-1mamba - automatic version update by autodist