From cb02ba9a6543042b69693dea32bf9855fa7049d5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 15 2022 09:10:20 +0000 Subject: import plymouth-0.9.4-10.20200615git1e36e30.el8_5.1 --- diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/plymouth.spec b/SPECS/plymouth.spec index 5e1ce27..40c019a 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: 10.%{commitdate}git%{shortcommit}%{?dist} +Release: 10.%{commitdate}git%{shortcommit}%{?dist}.1 License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth Group: System Environment/Base @@ -246,7 +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 \ + --with-runtimedir=/run \ --disable-gdm-transition \ --enable-systemd-integration \ --without-system-root-install \ @@ -450,6 +450,11 @@ fi %files system-theme %changelog +* Wed Feb 23 2022 Ray Strode - 0.9.4-10.git1688935.1 +- Fix typo in --with-runtimedir argument to actually stop using + /var/run and instead use /run instead + Resolves: #2057275 + * Wed Aug 18 2021 Ray Strode - 0.9.4-10.git1688935 - Stop using /var/run, just use /run instead Resolves: #1977446