rpms/plymouth/devel plymouth-0.5.0-no-set-e.patch, NONE, 1.1 plymouth.spec, 1.26, 1.27

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Fri Aug 1 18:58:10 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20281

Modified Files:
	plymouth.spec 
Added Files:
	plymouth-0.5.0-no-set-e.patch 
Log Message:
- new plymout-populate-initrd features don't work with the set -e at the
  top of it.


plymouth-0.5.0-no-set-e.patch:

--- NEW FILE plymouth-0.5.0-no-set-e.patch ---
diff -up plymouth-0.5.0/scripts/plymouth-populate-initrd.in.no-set-e plymouth-0.5.0/scripts/plymouth-populate-initrd.in
--- plymouth-0.5.0/scripts/plymouth-populate-initrd.in.no-set-e	2008-08-01 14:52:58.000000000 -0400
+++ plymouth-0.5.0/scripts/plymouth-populate-initrd.in	2008-08-01 14:53:21.000000000 -0400
@@ -2,8 +2,6 @@
 
 [ -z "$DESTDIR" ] || exit 0
 
-set -e
-
 [ -z "$LIBEXECDIR" ] && LIBEXECDIR="/usr/libexec"
 [ -z "$DATADIR" ] && DATADIR="/usr/share"
 [ -z "$SYSTEMMAP" ] && SYSTEM_MAP="/boot/System.map-$(/bin/uname -r)"


Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- plymouth.spec	1 Aug 2008 18:12:46 -0000	1.26
+++ plymouth.spec	1 Aug 2008 18:57:40 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.5.0
-Release: 8.2008.08.01%{?dist}
+Release: 9.2008.08.01%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -15,6 +15,8 @@
 Requires: system-plymouth-plugin >= %{version}-%{release}
 Requires: mkinitrd
 
+Patch0: plymouth-0.5.0-no-set-e.patch
+
 %description
 Plymouth provides an attractive graphical boot animation in
 place of the text messages that normally get shown.  Text
@@ -65,6 +67,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .no-set-e
 
 %build
 %configure --enable-tracing --disable-tests --without-boot-entry \
@@ -170,6 +173,10 @@
 %{_libdir}/plymouth/spinfinity.so
 
 %changelog
+* Fri Aug  1 2008 Ray Strode <rstrode at redhat.com> - 0.5.0-9.2008.08.01
+- new plymout-populate-initrd features don't work with the set -e at the
+  top of it.
+
 * Thu Jul 31 2008 Ray Strode <rstrode at redhat.com> - 0.5.0-8.2008.08.01
 - Update to another snapshot to actually get new
   plymouth-populate-initrd features




More information about the fedora-extras-commits mailing list