rpm-4.4.1-0.18 sanity.
authorjbj <devnull@localhost>
Sat, 5 Feb 2005 23:53:12 +0000 (23:53 +0000)
committerjbj <devnull@localhost>
Sat, 5 Feb 2005 23:53:12 +0000 (23:53 +0000)
CVS patchset: 7742
CVS date: 2005/02/05 23:53:12

rpm.spec.in

index b63e99f..977c31a 100644 (file)
@@ -20,9 +20,9 @@ Name: rpm
 %define version @VERSION@
 Version: %{version}
 %{expand: %%define rpm_version %{version}}
-Release: 0.16
+Release: 0.18
 Group: System Environment/Base
-Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
+Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz
 License: GPL
 Conflicts: patch < 2.5
 %ifos linux
@@ -37,10 +37,11 @@ BuildRequires: elfutils-devel
 
 BuildRequires: zlib-devel
 
-BuildRequires: beecrypt-devel >= 3.0.1
-Requires: beecrypt >= 3.0.1
+BuildRequires: beecrypt-devel >= 4.1.2
+Requires: beecrypt >= 4.1.2
 
 BuildRequires: neon-devel
+BuildRequires: sqlite3-devel
 
 # XXX Red Hat 5.2 has not bzip2 or python
 %if %{with_bzip2}