From d8b24bc0405cf7bce5d29942522d4dfe24b9c257 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 Nov 2021 05:02:00 -0500 Subject: [PATCH] import plymouth-0.9.4-10.20200615git1e36e30.el8 --- SPECS/plymouth.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/plymouth.spec b/SPECS/plymouth.spec index baac700..5e1ce27 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: 9.%{commitdate}git%{shortcommit}%{?dist} +Release: 10.%{commitdate}git%{shortcommit}%{?dist} License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth Group: System Environment/Base @@ -246,6 +246,7 @@ sed -i -e 's/spinner/bgrt/g' src/plymouthd.defaults --with-background-start-color-stop=0x0073B3 \ --with-background-end-color-stop=0x00457E \ --with-background-color=0x3391cd \ + --with-runtime-dir=/run \ --disable-gdm-transition \ --enable-systemd-integration \ --without-system-root-install \ @@ -360,7 +361,6 @@ fi %{_datadir}/plymouth/themes/text/text.plymouth %{_datadir}/plymouth/themes/tribar/tribar.plymouth %{_datadir}/plymouth/plymouthd.defaults -%{_localstatedir}/run/plymouth %{_localstatedir}/spool/plymouth %{_mandir}/man?/* %ghost %{_localstatedir}/lib/plymouth/boot-duration @@ -450,6 +450,10 @@ fi %files system-theme %changelog +* Wed Aug 18 2021 Ray Strode - 0.9.4-10.git1688935 +- Stop using /var/run, just use /run instead + Resolves: #1977446 + * Thu Jan 28 2021 Ray Strode - 0.9.4-9.git1688935 - Fix watermark Resolves: #1914930