rpms/rpm/F-7 rpm.spec,1.231,1.232

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Wed Oct 3 13:10:44 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15039

Modified Files:
	rpm.spec 
Log Message:
- add bunch of previously implicit dependencies for rpm-build (#316201)



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/F-7/rpm.spec,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- rpm.spec	13 Aug 2007 07:07:33 -0000	1.231
+++ rpm.spec	3 Oct 2007 13:10:12 -0000	1.232
@@ -98,9 +98,10 @@
 %package build
 Summary: Scripts and executable programs used to build packages
 Group: Development/Tools
-Requires: rpm = %{version}-%{release}, patch >= 2.5, file
-Requires: elfutils >= 0.128
-Requires: findutils
+Requires: rpm = %{version}-%{release}
+Requires: elfutils >= 0.128 binutils
+Requires: findutils sed grep gawk diffutils file patch >= 2.5
+Requires: zip gzip bzip2 cpio
 Provides: rpmbuild(VendorConfig) = 4.1-1
 
 %description build
@@ -447,6 +448,9 @@
 %{__includedir}/popt.h
 
 %changelog
+* Wed Oct 03 2007 Panu Matilainen <pmatilai at redhat.com> 
+- add bunch of previously implicit dependencies for rpm-build (#316201)
+
 * Mon Aug 13 2007 Panu Matilainen <pmatilai at redhat.com> - 4.4.2.1-1
 - update to 4.4.2.1 (#247749 and others)
 - drop upstreamed patches and sources




More information about the fedora-extras-commits mailing list