rpms/rpm/devel rpm.spec,1.256,1.257

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Tue Sep 4 07:46:14 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20394

Modified Files:
	rpm.spec 
Log Message:
- require gawk, not awk, doh...



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- rpm.spec	4 Sep 2007 06:11:33 -0000	1.256
+++ rpm.spec	4 Sep 2007 07:45:42 -0000	1.257
@@ -6,7 +6,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: 4.4.2.2
-Release: 0.2.rc1
+Release: 0.3.rc1
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source: %{name}-%{version}-rc1.tar.gz
@@ -100,7 +100,7 @@
 Group: Development/Tools
 Requires: rpm = %{version}-%{release}
 Requires: elfutils >= 0.128 binutils
-Requires: findutils sed grep awk diffutils file patch >= 2.5
+Requires: findutils sed grep gawk diffutils file patch >= 2.5
 Requires: zip gzip bzip2 cpio
 
 %description build
@@ -406,6 +406,9 @@
 %endif
 
 %changelog
+* Tue Sep 04 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-0.3.rc1
+- require gawk, not awk, doh
+
 * Tue Sep 04 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-0.2.rc1
 - add back accidentally dropped debugedit patch until upstreamed
 - add a bunch of previously implicit dependencies for rpm-build




More information about the fedora-extras-commits mailing list