]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- wipe redhat specific _dependency_whiteout
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Nov 2005 17:06:02 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- PLD should be cool without these and they don't match PLD package names anyway

Changed files:
    rpm.macros -> 1.261

rpm.macros

index c3d9d15c7565a77567b6823b9a8bc44fc1abbb06..bac09a1330f0a394b1417cf5a3a2476bbc6e423f 100644 (file)
@@ -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; \
This page took 0.081879 seconds and 4 git commands to generate.