rpms/yaboot/devel yaboot.spec,1.73,1.74

Roman Rakus rrakus at fedoraproject.org
Thu Jun 3 15:14:06 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/yaboot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32146

Modified Files:
	yaboot.spec 
Log Message:
added dependency on e2fsprogs-static package


Index: yaboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -p -r1.73 -r1.74
--- yaboot.spec	26 May 2010 15:37:47 -0000	1.73
+++ yaboot.spec	3 Jun 2010 15:14:05 -0000	1.74
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 33%{?dist}
+Release: 34%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -68,7 +68,7 @@ ExclusiveArch: ppc
 %if 0%{?fedora} || 0%{?rhel} < 6
 Requires: hfsutils
 %endif
-BuildRequires: e2fsprogs-devel
+BuildRequires: e2fsprogs-static
 
 # yaboot is bootloader. It contains ELF object, but it is not Linux or MacOS
 # executable file. Yaboot is meant to be executed only by OpenFirmware.
@@ -154,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Thu Jun 03 2010 Roman Rakus <rrakus at redhat.com> - 1.3.14-34
+- added dependency on e2fsprogs-static package
+
 * Wed May 26 2010 Roman Rakus <rrakus at redhat.com> - 1.3.14-33
 - Allow yaboot to allocate up to 256MB of memory
 



More information about the scm-commits mailing list