]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- require fixed version of db3-devel rpm-4_0_2-14
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 May 2001 16:34:13 +0000 (16:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (lack of old_library in libdb-3.1.la caused infinite loop of ld trying to
   statically link with shared version of db3)
- rpm-build Requires: sed (used in 170 .specs)
- release 14

Changed files:
    rpm.spec -> 1.200

rpm.spec

index 3fb7327140821a6c051597a9ff090fc860d27a71..4ab1285b54a14dd5efa69c3e06ca4424900474ef 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -3,7 +3,7 @@ Summary(de):    Red Hat (und jetzt auch PLD) Packet-Manager
 Summary(pl):   Aplikacja do zarz±dzania pakietami
 Name:          rpm
 Version:       4.0.2
-Release:       13
+Release:       14
 License:       GPL
 Group:         Base
 Group(de):     Gründsätzlich
@@ -37,7 +37,7 @@ Patch37:        %{name}-short_circuit.patch
 Patch38:        %{name}-section_test.patch
 BuildRequires: gettext-devel
 BuildRequires: automake
-BuildRequires: db3-devel >= 3.1.17
+BuildRequires: db3-devel >= 3.1.17-9
 BuildRequires: bzip2-devel >= 1.0.1
 BuildRequires: gdbm-devel
 BuildRequires: zlib-devel
@@ -48,7 +48,7 @@ BuildRequires:        autoconf >= 2.13-8
 %if %{!?bcond_off_static:1}%{?bcond_off_static:0}
 BuildRequires: zlib-devel >= 1.1.4
 # Require static library only for static build
-BuildRequires: db3-static >= 3.1.17
+BuildRequires: db3-static >= 3.1.17-9
 BuildRequires: bzip2-static >= 1.0.1
 BuildRequires: gdbm-static
 BuildRequires: zlib-static
@@ -185,6 +185,7 @@ Requires:   diffutils
 Requires:      libtool
 Requires:      glibc-devel
 Requires:      sed
+Requires:      sed
 Requires:      tar
 Requires:      textutils
 
This page took 0.035175 seconds and 4 git commands to generate.