From cb3182f4b2865c78005d952f04e4f0d87a00cb95 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 29 Jan 2021 06:10:59 +0000 Subject: [PATCH] import plymouth-0.9.4-9.20200615git1e36e30.el8 --- SPECS/plymouth.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/plymouth.spec b/SPECS/plymouth.spec index f0004c5..baac700 100644 --- a/SPECS/plymouth.spec +++ b/SPECS/plymouth.spec @@ -10,7 +10,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.9.4 -Release: 8.%{commitdate}git%{shortcommit}%{?dist} +Release: 9.%{commitdate}git%{shortcommit}%{?dist} License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth Group: System Environment/Base @@ -272,7 +272,7 @@ cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $ 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 ../charge/watermark.png) +(cd $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner; ln -sf ../../../pixmaps/fedora-gdm-logo.png watermark.png) install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d install -p -m 644 $RPM_SOURCE_DIR/bootlog $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/bootlog @@ -450,6 +450,10 @@ fi %files system-theme %changelog +* Thu Jan 28 2021 Ray Strode - 0.9.4-9.git1688935 +- Fix watermark + Resolves: #1914930 + * Thu Jan 07 2021 Ray Strode - 0.9.4-8.git1688935 - Add Recommends to pull in plymouth-theme-spinner Resolves: #1907422