rpms/rpm/devel rpm.spec,1.311,1.312

Panu Matilainen pmatilai at fedoraproject.org
Wed Dec 3 16:06:03 UTC 2008


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25461

Modified Files:
	rpm.spec 
Log Message:
- make rpm-build require pkgconfig (#473978)
- although rpm-build itself doesn't require it, having it always present
  ensures pkg-config provides to be generated, as many packages dont
  buildrequire pkg-config but provide .pc files anyway



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- rpm.spec	2 Dec 2008 16:35:22 -0000	1.311
+++ rpm.spec	3 Dec 2008 16:05:33 -0000	1.312
@@ -18,7 +18,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: 0.%{snapver}.6
+Release: 0.%{snapver}.7
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
@@ -133,6 +133,7 @@
 Requires: elfutils >= 0.128 binutils
 Requires: findutils sed grep gawk diffutils file patch >= 2.5
 Requires: unzip gzip bzip2 cpio lzma
+Requires: pkgconfig
 
 %description build
 The rpm-build package contains the scripts and executable programs
@@ -356,6 +357,9 @@
 %doc doc/librpm/html/*
 
 %changelog
+* Wed Dec 03 2008 Panu Matilainen <pmatilai at redhat.com>
+- make rpm-build require pkgconfig (#473978)
+
 * Tue Dec 02 2008 Panu Matilainen <pmatilai at redhat.com>
 - fix pkg-config provide generation when pc's depend on each other (#473814)
 




More information about the fedora-extras-commits mailing list