From 073ae3ba94dd80ea439ee666f67a1ab9b1e16e79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 3 Nov 2005 17:06:02 +0000 Subject: [PATCH] - wipe redhat specific _dependency_whiteout - PLD should be cool without these and they don't match PLD package names anyway Changed files: rpm.macros -> 1.261 --- rpm.macros | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rpm.macros b/rpm.macros index c3d9d15..bac09a1 100644 --- a/rpm.macros +++ b/rpm.macros @@ -39,6 +39,16 @@ fi; \ %dependencytracking %{nil} +# Relations between package names that cause dependency loops +# with legacy packages that cannot be fixed. Relations are +# specified as +# p>q +# where package p has a Requires: on something that package q Provides: +# +# XXX Note: that there cannot be any whitespace within the string "p>q", +# and that both p and q are package names (i.e. no version/release). +%_dependency_whiteout %{nil} + #----------------------------------------------------------------- %configure2_13 { \ if [ -n "$LINGUAS" ]; then unset LINGUAS; fi; \ -- 2.44.0