diff --git a/SPECS/plymouth.spec b/SPECS/plymouth.spec index 48c0998..63ebbb4 100644 --- a/SPECS/plymouth.spec +++ b/SPECS/plymouth.spec @@ -5,7 +5,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.9.5 -Release: 7.%{commitdate}git%{shortcommit}%{?dist} +Release: 7.%{commitdate}git%{shortcommit}%{?dist}.alma.1 License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth @@ -263,6 +263,8 @@ cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $ # Drop glow, it's not very Fedora-y rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow +# add in the watermark to spinner and bgrt +(cd $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner; ln -sf ../../../pixmaps/fedora-gdm-logo.png watermark.png) %ldconfig_scriptlets core-libs @@ -414,6 +416,10 @@ fi %changelog +* Fri Dec 06 2024 Alex Laurie +- Add in the symlink for fedora-gdm-logo.png to watermark.png in the spinner theme + directory to ensure the AlmaLinux watermark is displayed in plymouth. + * Fri Jul 14 2023 Ray Strode - 0.9.5-7.20210331git1ea1020 - Only replay scrollback buffer on VT, not serial console Resolves: #2032540