- Attempt to address some problems with password handling in the

0.7.0 snapshots
This commit is contained in:
Ray Strode 2009-03-09 16:34:48 +00:00
parent 7c0f571381
commit dc327de90b
3 changed files with 6 additions and 28 deletions

View File

@ -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) || :)

View File

@ -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 <rstrode@redhat.com> 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 <rstrode@redhat.com> 0.7.0-0.2009.03.06.2
- Fix set default script

View File

@ -1 +1 @@
8e0a1cd4e4cf8ada175c763ed23e5a92 plymouth-0.7.0.tar.bz2
825a8b5c66b1b6e48c638abfe2a38f36 plymouth-0.7.0.tar.bz2