diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-12-15 11:34:50 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-12-15 11:34:50 +0200 |
commit | 69187d6bb04d36934a7f9f276d90164e842ef54c (patch) | |
tree | a5a60673659b3697f21653804d7588e17fa92465 /macros.in | |
parent | 439439db5324ed5f0a7b3d7c42ced8b0fbc0ccf7 (diff) | |
download | librpm-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.in | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 # |