rpms/rpm/devel rpm.spec,1.265,1.266

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Mon Oct 22 05:52:15 UTC 2007


Author: pmatilai

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

Modified Files:
	rpm.spec 
Log Message:
- add missing popt-devel dependency to rpm-devel



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- rpm.spec	18 Oct 2007 06:48:21 -0000	1.265
+++ rpm.spec	22 Oct 2007 05:51:37 -0000	1.266
@@ -6,7 +6,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: 4.4.2.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source: http://rpm.org/releases/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -85,6 +85,7 @@
 Requires: sqlite-devel
 Requires: libselinux-devel
 Requires: elfutils-libelf-devel
+Requires: popt-devel
 
 %description devel
 This package contains the RPM C library and header files. These
@@ -407,6 +408,9 @@
 %endif
 
 %changelog
+* Mon Oct 22 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-5
+- add missing popt-devel dependency to rpm-devel
+
 * Thu Oct 18 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-4
 - debugedit fixes from Roland McGrath (#336951, #337011)
 




More information about the fedora-extras-commits mailing list