Add in the symlink for fedora-gdm-logo.png to watermark.png in the spinner theme #2

Closed
alaurie wants to merge 1 commits from (deleted):a10s into a10s

View File

@ -1,7 +1,7 @@
Summary: Graphical Boot Animation and Logger Summary: Graphical Boot Animation and Logger
Name: plymouth Name: plymouth
Version: 24.004.60 Version: 24.004.60
Release: %autorelease Release: %autorelease.alma.1
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: http://www.freedesktop.org/wiki/Software/Plymouth URL: http://www.freedesktop.org/wiki/Software/Plymouth
@ -270,6 +270,8 @@ cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $
# Drop glow, it's not very Fedora-y # Drop glow, it's not very Fedora-y
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow 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 %ldconfig_scriptlets core-libs
@ -425,4 +427,8 @@ fi
%files system-theme %files system-theme
%changelog %changelog
* Fri Dec 06 2024 Alex Laurie <alex.r.laurie@gmail.com> - 24.004.60.alma.1
- 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.
%autochangelog %autochangelog