summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-12-15 11:34:50 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-12-15 11:34:50 +0200
commit69187d6bb04d36934a7f9f276d90164e842ef54c (patch)
treea5a60673659b3697f21653804d7588e17fa92465 /macros.in
parent439439db5324ed5f0a7b3d7c42ced8b0fbc0ccf7 (diff)
downloadlibrpm-tizen-69187d6bb04d36934a7f9f276d90164e842ef54c.tar.gz
librpm-tizen-69187d6bb04d36934a7f9f276d90164e842ef54c.tar.bz2
librpm-tizen-69187d6bb04d36934a7f9f276d90164e842ef54c.zip
Eliminate ancient dependency loop whiteout mechanism
- Nobody has been relying on this for ages, and with the new ordering code since rpm 4.8.x loops are handled much more gracefully than before. RIP.
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/macros.in b/macros.in
index 8894efdf2..afa98f8eb 100644
--- a/macros.in
+++ b/macros.in
@@ -625,19 +625,6 @@ print (t)\
%_vsflags_rebuilddb %{__vsflags}
%_vsflags_verify %{__vsflags}
-# 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}
-
#
# Default output format string for rpm -qa
#