rpms/plymouth/devel 0001-populate-initrd-Try-to-find-inst-more-aggressively.patch, 1.1, 1.2 plymouth.spec, 1.141, 1.142

Ray Strode rstrode at fedoraproject.org
Thu Sep 10 13:58:09 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23124

Modified Files:
	0001-populate-initrd-Try-to-find-inst-more-aggressively.patch 
	plymouth.spec 
Log Message:
- Fix set_verbose error reported by yaneti.


0001-populate-initrd-Try-to-find-inst-more-aggressively.patch:
 b/scripts/plymouth-populate-initrd.in |   24 ++++++++++++++++++------
 scripts/plymouth-populate-initrd.in   |    5 ++++-
 2 files changed, 22 insertions(+), 7 deletions(-)

Index: 0001-populate-initrd-Try-to-find-inst-more-aggressively.patch
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/0001-populate-initrd-Try-to-find-inst-more-aggressively.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-populate-initrd-Try-to-find-inst-more-aggressively.patch	9 Sep 2009 16:51:16 -0000	1.1
+++ 0001-populate-initrd-Try-to-find-inst-more-aggressively.patch	10 Sep 2009 13:58:09 -0000	1.2
@@ -60,3 +60,31 @@ index 3857197..dd502b9 100755
 -- 
 1.6.4.2
 
+From 3c2e1453d9652bbe6a29d89edd80664b87ab7271 Mon Sep 17 00:00:00 2001
+From: Ray Strode <rstrode at redhat.com>
+Date: Thu, 10 Sep 2009 09:54:44 -0400
+Subject: [PATCH] [populate-initrd] Don't require set_verbose function
+
+If it's not around, define it, so we can use it without error
+---
+ scripts/plymouth-populate-initrd.in |    4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/scripts/plymouth-populate-initrd.in b/scripts/plymouth-populate-initrd.in
+index dd502b9..dcf2b42 100755
+--- a/scripts/plymouth-populate-initrd.in
++++ b/scripts/plymouth-populate-initrd.in
+@@ -28,6 +28,10 @@ if [ " $(type -t inst) " != " function " ]; then
+     exit 1
+ fi
+ 
++if [ " $(type -t set_verbose) " != " function " ]; then
++    function set_verbose { true; }
++fi
++
+ function usage() {
+     local output="/dev/stdout"
+     local rc=0
+-- 
+1.6.4.2
+


Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -p -r1.141 -r1.142
--- plymouth.spec	9 Sep 2009 15:37:24 -0000	1.141
+++ plymouth.spec	10 Sep 2009 13:58:09 -0000	1.142
@@ -5,7 +5,7 @@
 Summary: Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.7.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -450,6 +450,9 @@ fi
 %defattr(-, root, root)
 
 %changelog
+* Thu Sep 10 2009 Ray Strode <rstrode at redhat.com> 0.7.1-5
+- Fix set_verbose error reported by yaneti.
+
 * Wed Sep  9 2009 Ray Strode <rstrode at redhat.com> 0.7.1-4
 - Look for inst() in dracut as well as mkinitrd bash source file
 - Drop plymouth initrd for now.




More information about the fedora-extras-commits mailing list