From eefa6ae01bdd52a5bb741651fc9360d9e54aba7e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:59:04 +0100 Subject: [PATCH] update to 5.13.2 [release 5.13.2-1mamba;Sun Jul 08 2018] --- breeze-plymouth.spec | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/breeze-plymouth.spec b/breeze-plymouth.spec index f4765dc..f8af3a9 100644 --- a/breeze-plymouth.spec +++ b/breeze-plymouth.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: breeze-plymouth -Version: 5.13.1 +Version: 5.13.2 Release: 1mamba Summary: KDE Plasma 5 boot splash theme Group: Graphical Desktop/Look 'n' feel @@ -31,7 +31,10 @@ KDE Plasma 5 boot splash theme. %setup -q %build -%cmake_kde5 -d build +%cmake_kde5 -d build \ + -DDISTRO_NAME="%_distrib_id" \ + -DDISTRO_VERSION="%_distrib_release (%_distrib_codename)" + %make %install @@ -43,6 +46,17 @@ install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/plymouth/themes/breeze/images/ %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%posttrans +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 + fi +fi +: + %files %defattr(-,root,root) %{_libdir}/plymouth/breeze-text.so @@ -58,6 +72,9 @@ install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/plymouth/themes/breeze/images/ %doc COPYING %changelog +* Sun Jul 08 2018 Silvan Calarco 5.13.2-1mamba +- update to 5.13.2 + * Wed Jun 20 2018 Automatic Build System 5.13.1-1mamba - automatic version update by autodist