import plymouth-0.9.4-11.20200615git1e36e30.el8

This commit is contained in:
CentOS Sources 2022-02-25 05:26:25 +00:00 committed by Stepan Oksanichenko
parent e37574f65e
commit 287252f7b2
1 changed files with 7 additions and 2 deletions

View File

@ -10,7 +10,7 @@
Summary: Graphical Boot Animation and Logger
Name: plymouth
Version: 0.9.4
Release: 10.%{commitdate}git%{shortcommit}%{?dist}
Release: 11.%{commitdate}git%{shortcommit}%{?dist}
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
* Tue Feb 22 2022 Ray Strode <rstrode@redhat.com> - 0.9.4-11.git1688935
- Fix typo in --with-runtimedir argument to actually stop using
/var/run and instead use /run instead
Resolves: #2056473
* Wed Aug 18 2021 Ray Strode <rstrode@redhat.com> - 0.9.4-10.git1688935
- Stop using /var/run, just use /run instead
Resolves: #1977446