Bug 4070 - rpm dependency on db too strict
Bug#: 4070 Product:  Gentoo Linux Version: 1.1a Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: danarmak@gentoo.org Reported By: jnelson@jnelson.disabled
Component: Ebuilds
URL: 
Summary: rpm dependency on db too strict
Keywords:  
Status Whiteboard: 
Opened: 2002-06-23 16:02 0000
Description:   Opened: 2002-06-23 16:02 0000
The current RPM build has a db dependency that is too strict
(same goes for gnorpm).

db-3.2.9 is a plug-in replacement for db 3.2.3h (sans the scary bugs),
and works fine with rpm (in fact, it's what Redhat uses, and I've been using
3.2.9 for months now, no trouble.)



Index: rpm-4.0.4-r2.ebuild
===================================================================
RCS file: /home/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.0.4-r2.ebuild,v
retrieving revision 1.2
diff -u -r1.2 rpm-4.0.4-r2.ebuild
--- rpm-4.0.4-r2.ebuild 2002/05/30 02:43:32     1.2
+++ rpm-4.0.4-r2.ebuild 2002/06/23 21:00:37
@@ -10,7 +10,7 @@
 SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/${P}.tar.gz"
 HOMEPAGE="http://www.rpm.org/"
 
-RDEPEND="=sys-libs/db-3.2.3h-r4
+RDEPEND="=sys-libs/db-3.2*
        >=sys-libs/zlib-1.1.3
        >=sys-apps/bzip2-1.0.1
        >=dev-libs/popt-1.6.3"
cvs server: Diffing files

------- Comment #1 From Jon Nelson 2002-06-29 17:02:15 0000 -------
I just committed a fix for this.