rpms/yaboot/F-12 yaboot.spec,1.69,1.70

Tony Breeds tbreeds at fedoraproject.org
Mon Oct 19 00:45:32 UTC 2009


Author: tbreeds

Update of /cvs/pkgs/rpms/yaboot/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3345

Modified Files:
	yaboot.spec 
Log Message:
Explicitly build a DEBUG=1 version of yaboot to aid in debugging



Index: yaboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/F-12/yaboot.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- yaboot.spec	19 Oct 2009 00:35:12 -0000	1.69
+++ yaboot.spec	19 Oct 2009 00:45:31 -0000	1.70
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 20%{?dist}
+Release: 21%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -85,6 +85,9 @@ yaboot can also bootload IBM pSeries mac
 %patch36 -p1 -b .ipv6
 
 %build
+make VERSIONEXTRA='\ (Red Hat %version-%release)' DEBUG=1
+cp -a second/yaboot{,.debug}
+make clean
 make VERSIONEXTRA='\ (Red Hat %version-%release)'
 
 %install
@@ -108,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT
 /usr/lib/yaboot/addnote
 /usr/lib/yaboot/ofboot
 /usr/lib/yaboot/yaboot
+/usr/lib/yaboot/yaboot.debug
 %{_mandir}/man8/bootstrap.8.gz
 %{_mandir}/man8/mkofboot.8.gz
 %{_mandir}/man8/ofpath.8.gz
@@ -118,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Mon Oct 19 2009 Tony Breed <tony at bakeyournoodle.com> - 1.3.14-21
+- Explicitly build a DEBUG=1 version of yaboot to aid in debugging
+
 * Mon Oct 19 2009 Tony Breed <tony at bakeyournoodle.com> - 1.3.14-20
 - Only require hfsutils on fedora and rhel <= 5
 




More information about the fedora-extras-commits mailing list