From ab5e10a84b13680f83f2a09eeb99dfe6894e902b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 25 2020 18:34:44 +0000 Subject: import plymouth-0.9.4-5.20200615git1e36e30.el8 --- diff --git a/SOURCES/0001-src-die-during-shutdown-with-everything-else.patch b/SOURCES/0001-src-die-during-shutdown-with-everything-else.patch index bbdd8a6..da8f264 100644 --- a/SOURCES/0001-src-die-during-shutdown-with-everything-else.patch +++ b/SOURCES/0001-src-die-during-shutdown-with-everything-else.patch @@ -749,7 +749,7 @@ index b1d843b..bfede17 100644 + rm -f plymouth-poweroff.service \ + plymouth-switch-root-initramfs.service && \ + $(LN_S) ../plymouth-poweroff.service && \ -+ $(LN_S) ../plymouth-switch-root-initramf.services) ++ $(LN_S) ../plymouth-switch-root-initramfs.service) (cd $(DESTDIR)$(SYSTEMD_UNIT_DIR)/halt.target.wants && \ - rm -f plymouth-halt.service && \ - $(LN_S) ../plymouth-halt.service) diff --git a/SPECS/plymouth.spec b/SPECS/plymouth.spec index 6fcfd58..d16dd15 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: 4.%{commitdate}git%{shortcommit}%{?dist} +Release: 5.%{commitdate}git%{shortcommit}%{?dist} License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth Group: System Environment/Base @@ -450,6 +450,11 @@ fi %files system-theme %changelog +* Mon Aug 24 2020 Ray Strode - 0.9.4-5.git1688935 +- Fix typo in poweroff path + Resolves: #1871817 + Related: #1626342 + * Mon Jul 20 2020 Ray Strode - 0.9.4-4.git1688935 - Fix one last bit of flicker in the shutdown path Related: #1626342