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.
This commit is contained in:
Alex Laurie 2024-12-06 14:03:29 +10:00
parent cf925c17b1
commit 1da8e38c38

View File

@ -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 <alex.r.laurie@gmail.com>
- 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 <rstrode@redhat.com> - 0.9.5-7.20210331git1ea1020
- Only replay scrollback buffer on VT, not serial console
Resolves: #2032540