[yaboot/f16] We need both e2fsprogs-{devel, static} as build requires.

Tony Breeds tbreeds at fedoraproject.org
Tue Apr 10 22:46:29 UTC 2012


commit ee5a6d75389a560db86b1946d2db22fda36f6df5
Author: Tony Breeds <tony at bakeyournoodle.com>
Date:   Wed Apr 11 08:45:37 2012 +1000

    We need both e2fsprogs-{devel,static} as build requires.
    
    Signed-off-by: Tony Breeds <tony at bakeyournoodle.com>

 yaboot.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/yaboot.spec b/yaboot.spec
index d9315c2..d787b0f 100644
--- a/yaboot.spec
+++ b/yaboot.spec
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.16
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -72,6 +72,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
@@ -157,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Wed Apr 17 2012 Tony Breeds <tony at bakeyournoodle.com> - 1.3.16-8
+- Add e2fsprogs-devel to the buildRequires.
+
 * Mon Oct 17 2011 Jiri Skala <jskala at redhat.com> - 1.3.16-7
 - fixes #746408 - yaboot discards parameters after CAS reboot
 


More information about the scm-commits mailing list