From 8ff5ec7dac2b93e8778513e922a09a7dffc0c898 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Aug 20 2012 23:16:05 +0000 Subject: fix plymouth race at bootup breaking efi/vesa handoff. - fix version number - its against fedora package policy to have 0.year --- diff --git a/plymouth-fix-udev-trigger.patch b/plymouth-fix-udev-trigger.patch new file mode 100644 index 0000000..fb13cd3 --- /dev/null +++ b/plymouth-fix-udev-trigger.patch @@ -0,0 +1,12 @@ +diff -up plymouth-0.8.6.2/systemd-units/plymouth-start.service.in.dma plymouth-0.8.6.2/systemd-units/plymouth-start.service.in +--- plymouth-0.8.6.2/systemd-units/plymouth-start.service.in.dma 2012-08-21 09:11:22.906284758 +1000 ++++ plymouth-0.8.6.2/systemd-units/plymouth-start.service.in 2012-08-21 09:11:32.707345054 +1000 +@@ -2,7 +2,7 @@ + Description=Show Plymouth Boot Screen + DefaultDependencies=no + Wants=systemd-ask-password-plymouth.path +-After=systemd-vconsole-setup.service systemd-udev-settle.service ++After=systemd-vconsole-setup.service systemd-udev-trigger.service + Before=systemd-ask-password-plymouth.service + ConditionKernelCommandLine=!plymouth.enable=0 + ConditionPathExists=!@plymouthruntimedir@/pid diff --git a/plymouth.spec b/plymouth.spec index 622445d..389e32d 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -6,7 +6,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.8.6.2 -Release: 0.2012.07.23%{?dist} +Release: 1.2012.07.23%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -15,6 +15,8 @@ Source2: charge.plymouth Source3: plymouth-set-default-plugin Source4: plymouth-update-initrd +Patch0: plymouth-fix-udev-trigger.patch + URL: http://www.freedesktop.org/wiki/Software/Plymouth BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -240,6 +242,7 @@ Plymouth. It features a small spinner on a dark background. %prep %setup -q +%patch0 -p1 -b .trigger # Change the default theme sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults @@ -504,6 +507,10 @@ fi %defattr(-, root, root) %changelog +* Tue Aug 21 2012 Dave Airlie 0.8.6.2-1.2012.07.23 +- fix plymouth race at bootup breaking efi/vesa handoff. +- fix version number - its against fedora package policy to have 0.year + * Mon Jul 23 2012 Ray Strode 0.8.6.2-0.2012.07.23 - One more crack at #830482 (will probably need additional fixes tomorrow)