From af8fa74de25ffd8e6390f2b4d13ad102766c22b2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Nov 2019 14:42:00 -0500 Subject: [PATCH] import plymouth-0.9.3-15.el8 --- SPECS/plymouth.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/plymouth.spec b/SPECS/plymouth.spec index 86b29d0..7c9cece 100644 --- a/SPECS/plymouth.spec +++ b/SPECS/plymouth.spec @@ -16,7 +16,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.9.3 -Release: 12%{?snapshot_rel}%{?dist} +Release: 15%{?snapshot_rel}%{?dist} License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth Group: System Environment/Base @@ -53,6 +53,9 @@ Patch26: 0006-boot-server-free-the-argument-and-triggers.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1658026 Patch31: 0001-logger-Add-a-separator-between-different-boot-logs.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1661880 +#Patch41: 0001-device-manager-don-t-watch-for-udev-events-when-deac.patch + BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libudev) BuildRequires: kernel-headers @@ -476,6 +479,10 @@ fi %files system-theme %changelog +* Fri Sep 06 2019 Ray Strode - 0.9.3-15 +- Fix udev activation race + Resolves: #1661880 + * Fri Feb 08 2019 Ray Strode - 0.9.3-12 - Make /var/log/boot.log more modular Resolves: #1658026