rpms/busybox/F-11 busybox.spec,1.95,1.96

Ivana Varekova varekova at fedoraproject.org
Mon May 25 12:08:33 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/busybox/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19211

Modified Files:
	busybox.spec 
Log Message:

add glibc-static dependency (necessary for ppc64 build)



Index: busybox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/busybox/F-11/busybox.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -p -r1.95 -r1.96
--- busybox.spec	24 May 2009 01:32:18 -0000	1.95
+++ busybox.spec	25 May 2009 12:08:01 -0000	1.96
@@ -1,7 +1,7 @@
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
 Version: 1.13.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Shells
@@ -23,10 +23,10 @@ BuildRequires: libselinux-devel >= 1.27.
 BuildRequires: libsepol-devel
 BuildRequires: libselinux-static
 BuildRequires: libsepol-static
+BuildRequires: glibc-static
 # see https://bugzilla.redhat.com/show_bug.cgi?id=502331
-ExcludeArch: ppc64
 
-%define debug_package %{nil}  
+%define debug_package %{nil}
 
 %package anaconda
 Group: System Environment/Shells
@@ -152,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/busybox.petitboot
 
 %changelog
+* Mon mAY 25 2009 Ivana Varekova <varekova at redhat.com> - 1:1.13.2-5
+- add glibc-static dependency (necessary for ppc64 build)
+
 * Sun May 24 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 1:1.13.2-4
 - Fixing FTBFS on i586/x86_64/ppc, ppc64 still an issue:
 - Updated uClibc to 0.9.30.1, subsequently:




More information about the scm-commits mailing list