]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- ugly rh dependencies loops workaround removed (not tested at all))
authorpawelk <pawelk@pld-linux.org>
Tue, 20 Mar 2001 11:13:48 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-rh-lame.patch -> 1.1
    rpm.spec -> 1.181

rpm-rh-lame.patch [new file with mode: 0644]
rpm.spec

diff --git a/rpm-rh-lame.patch b/rpm-rh-lame.patch
new file mode 100644 (file)
index 0000000..f9ecddc
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./lib/depends.c.old        Tue Mar 20 11:46:01 2001
++++ ./lib/depends.c    Tue Mar 20 11:46:10 2001
+@@ -1475,7 +1475,7 @@
+  * XXX Hack to remove known Red Hat dependency loops, will be removed
+  * as soon as rpm's legacy permits.
+  */
+-#define       DEPENDENCY_WHITEOUT
++#undef        DEPENDENCY_WHITEOUT
+ #if defined(DEPENDENCY_WHITEOUT)
+ static struct badDeps_s {
index 9d9894a2734a413acecd02a0bf5f92666b2c0461..921d5264f235b3deab1d4309002e0cba41a14238 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -36,6 +36,7 @@ Patch15:      %{name}-perl-req-perlfile.patch
 Patch16:       %{name}-installplatform.patch
 Patch17:       %{name}-cache.patch
 Patch18:       %{name}-suggestions.patch
+Patch19:       %{name}-rh-lame.patch
 Patch37:        %{name}-short_circuit.patch
 Patch38:        %{name}-section_test.patch
 BuildRequires: gettext-devel
@@ -204,6 +205,7 @@ construir pacotes usando o RPM.
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p0
 %patch31 -p1
 install %{SOURCE2} macros.pld.in
 %patch38 -p1
This page took 0.098969 seconds and 4 git commands to generate.