forked from rpms/plymouth
- Attempt to address some problems with password handling in the
0.7.0 snapshots
This commit is contained in:
parent
7c0f571381
commit
dc327de90b
@ -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) || :)
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
|||||||
Summary: Graphical Boot Animation and Logger
|
Summary: Graphical Boot Animation and Logger
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 0.2009.03.06.2%{?dist}
|
Release: 0.2009.03.09.1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
||||||
@ -19,7 +19,6 @@ Requires(post): plymouth-scripts
|
|||||||
Requires: initscripts >= 8.83-1
|
Requires: initscripts >= 8.83-1
|
||||||
|
|
||||||
Obsoletes: plymouth-text-and-details-only < %{version}-%{release}
|
Obsoletes: plymouth-text-and-details-only < %{version}-%{release}
|
||||||
Patch0: plymouth-0.7.0-fix-set-default.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Plymouth provides an attractive graphical boot animation in
|
Plymouth provides an attractive graphical boot animation in
|
||||||
@ -150,7 +149,6 @@ Plymouth. It features a blue flamed sun with animated solar flares.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .fix-set-default
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-tracing --disable-tests --without-boot-entry \
|
%configure --enable-tracing --disable-tests --without-boot-entry \
|
||||||
@ -321,6 +319,10 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.2
|
||||||
- Fix set default script
|
- Fix set default script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user