diff --git a/plymouth-0.7.0-fix-set-default.patch b/plymouth-0.7.0-fix-set-default.patch deleted file mode 100644 index f59b70b..0000000 --- a/plymouth-0.7.0-fix-set-default.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up plymouth-0.7.0/scripts/plymouth-set-default-plugin.fix-set-default plymouth-0.7.0/scripts/plymouth-set-default-plugin ---- plymouth-0.7.0/scripts/plymouth-set-default-plugin.fix-set-default 2009-03-06 18:05:04.348305491 -0500 -+++ plymouth-0.7.0/scripts/plymouth-set-default-plugin 2009-03-06 18:05:16.368307465 -0500 -@@ -139,6 +139,6 @@ fi - - (cd ${LIBDIR}/plymouth; - ln -sf ${PLUGIN_NAME}.so default.so && \ -- [ $DO_INITRD_REBUILD -ne 0 ] && \ -- $LIBEXECDIR/plymouth/plymouth-update-initrd) -+ ([ $DO_INITRD_REBUILD -ne 0 ] && \ -+ $LIBEXECDIR/plymouth/plymouth-update-initrd) || :) - -diff -up plymouth-0.7.0/scripts/plymouth-set-default-plugin.in.fix-set-default plymouth-0.7.0/scripts/plymouth-set-default-plugin.in ---- plymouth-0.7.0/scripts/plymouth-set-default-plugin.in.fix-set-default 2009-03-06 18:04:48.494054716 -0500 -+++ plymouth-0.7.0/scripts/plymouth-set-default-plugin.in 2009-03-06 18:04:58.738052455 -0500 -@@ -139,6 +139,6 @@ fi - - (cd ${LIBDIR}/plymouth; - ln -sf ${PLUGIN_NAME}.so default.so && \ -- [ $DO_INITRD_REBUILD -ne 0 ] && \ -- $LIBEXECDIR/plymouth/plymouth-update-initrd) -+ ([ $DO_INITRD_REBUILD -ne 0 ] && \ -+ $LIBEXECDIR/plymouth/plymouth-update-initrd) || :) - diff --git a/plymouth.spec b/plymouth.spec index d536d10..c1f928c 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -5,7 +5,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.7.0 -Release: 0.2009.03.06.2%{?dist} +Release: 0.2009.03.09.1%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -19,7 +19,6 @@ Requires(post): plymouth-scripts Requires: initscripts >= 8.83-1 Obsoletes: plymouth-text-and-details-only < %{version}-%{release} -Patch0: plymouth-0.7.0-fix-set-default.patch %description Plymouth provides an attractive graphical boot animation in @@ -150,7 +149,6 @@ Plymouth. It features a blue flamed sun with animated solar flares. %prep %setup -q -%patch0 -p1 -b .fix-set-default %build %configure --enable-tracing --disable-tests --without-boot-entry \ @@ -321,6 +319,10 @@ fi %defattr(-, root, root) %changelog +* Mon Mar 9 2009 Ray Strode 0.7.0-0.2009.03.09.1 +- Attempt to address some problems with password handling in the + 0.7.0 snapshots + * Fri Mar 6 2009 Ray Strode 0.7.0-0.2009.03.06.2 - Fix set default script diff --git a/sources b/sources index a9eca27..e138a12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e0a1cd4e4cf8ada175c763ed23e5a92 plymouth-0.7.0.tar.bz2 +825a8b5c66b1b6e48c638abfe2a38f36 plymouth-0.7.0.tar.bz2