rpms/yaboot/devel yaboot-1.3.14-returns.patch, NONE, 1.1 yaboot.spec, 1.62, 1.63

Roman Rakus rrakus at fedoraproject.org
Fri Aug 7 16:31:29 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/yaboot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12744

Modified Files:
	yaboot.spec 
Added Files:
	yaboot-1.3.14-returns.patch 
Log Message:
Fix bad return code in verbose mode (#515555)

yaboot-1.3.14-returns.patch:
 mkofboot |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE yaboot-1.3.14-returns.patch ---
--- yaboot-1.3.14/ybin/mkofboot.orig	2009-08-07 11:08:04.000000000 +1000
+++ yaboot-1.3.14/ybin/mkofboot	2009-08-07 11:08:09.000000000 +1000
@@ -1164,6 +1164,8 @@
     fi
     sync ; sync
     [ "$VERBOSE" = 1 ] && echo "$PRG: Installation successful"
+
+    return 0
 }
 
 ## make sure the first stage ofboot generator is compatible.


Index: yaboot.spec
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- yaboot.spec	27 Jul 2009 08:50:50 -0000	1.62
+++ yaboot.spec	7 Aug 2009 16:31:28 -0000	1.63
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -28,6 +28,9 @@ Patch32: yaboot-relocatable-kernel.patch
 Patch33: yaboot-1.3.14-better_netboot.patch
 Patch34: yaboot-1.3.14-no-birecs.patch
 
+# mkofboot in verbose mode returns bad value
+Patch35: yaboot-1.3.14-returns.patch
+
 URL: http://yaboot.ozlabs.org/
 BuildRoot: %{_tmppath}/%{name}-root
 Obsoletes: ybin
@@ -64,6 +67,7 @@ yaboot can also bootload IBM pSeries mac
 %patch32 -p1 -b .relocatable
 %patch33 -p1 -b .netboot
 %patch34 -p1 -b .birecs
+%patch35 -p1 -b .returns
 
 %build
 make VERSIONEXTRA='\ (Red Hat %version-%release)'
@@ -99,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Fri Aug 07 2009 Roman Rakus <rrakus at redhat.com> - 1.3.14-15
+- Fix bad return code in verbose mode (#515555)
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.14-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list