rpms/rpm/devel rpm.spec,1.364,1.365

Jindrich Novy jnovy at fedoraproject.org
Wed Nov 18 14:23:33 UTC 2009


Author: jnovy

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

Modified Files:
	rpm.spec 
Log Message:
* Wed Nov 18 2009 Jindrich Novy <jnovy at redhat.com> - 4.7.1-9
- drop versioned dependency to BDB



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -p -r1.364 -r1.365
--- rpm.spec	18 Nov 2009 14:08:33 -0000	1.364
+++ rpm.spec	18 Nov 2009 14:23:32 -0000	1.365
@@ -15,7 +15,7 @@
 %define snapver {nil}
 %define srcver %{rpmver}
 
-%define bdbver 4.8.24
+%define bdbver 4.7.25
 %define dbprefix db
 
 Summary: The RPM package management system
@@ -64,13 +64,13 @@ License: GPLv2+
 Requires: coreutils
 %if %{without int_bdb}
 # db recovery tools, rpmdb_util symlinks
-Requires: db4-utils = %{bdbver}
+Requires: db4-utils
 %endif
 Requires: popt >= 1.10.2.1
 Requires: curl
 
 %if %{without int_bdb}
-BuildRequires: db4-devel = %{bdbver}
+BuildRequires: db4-devel
 %endif
 
 %if %{with check}
@@ -432,7 +432,7 @@ exit 0
 
 %changelog
 * Wed Nov 18 2009 Jindrich Novy <jnovy at redhat.com> - 4.7.1-9
-- rebuild against new BDB
+- drop versioned dependency to BDB
 
 * Wed Oct 28 2009 Panu Matilainen <pmatilai at redhat.com> - 4.7.1-8
 - support multiple python implementations in brp-python-bytecompile (#531117)




More information about the fedora-extras-commits mailing list