AlmaLinux change: 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 2025-11-11 08:58:23 +00:00 committed by root
parent 5dfe64bd91
commit 3e6cbefcfe

View File

@ -5,7 +5,7 @@
release_number = 17;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}.alma.1
## END: Set by rpmautospec
Summary: Graphical Boot Animation and Logger
@ -297,6 +297,9 @@ 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
@ -452,6 +455,11 @@ fi
%files system-theme
%changelog
* Tue Nov 11 2025 Alex Laurie <alex.r.laurie@gmail.com> - 24.004.60-17.alma.1
- AlmaLinux change: 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.
## START: Generated by rpmautospec
* Sat Jun 14 2025 Adrian Vovk <adrianvovk@gmail.com> - 24.004.60-17
- Fix duplicated dmesg output on boot and shutdown