]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- allow disabling rpmlib(PartialHardlinkSets) dependency
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Nov 2003 18:20:24 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (use only if you know what you are doing - otherwise don'!)

Changed files:
    rpm-hack-norpmlibdep.patch -> 1.1

rpm-hack-norpmlibdep.patch [new file with mode: 0644]

diff --git a/rpm-hack-norpmlibdep.patch b/rpm-hack-norpmlibdep.patch
new file mode 100644 (file)
index 0000000..05e8902
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-4.3/build/files.c.orig 2003-11-24 19:10:54.000000000 +0100
++++ rpm-4.3/build/files.c      2003-11-24 19:20:05.827568008 +0100
+@@ -2119,7 +2119,7 @@
+       goto exit;
+     /* Verify that file attributes scope over hardlinks correctly. */
+-    if (checkHardLinks(&fl))
++    if (checkHardLinks(&fl) && !rpmExpandNumeric("%{_hack_dontneed_PartialHardlinkSets}"))
+       (void) rpmlibNeedsFeature(pkg->header,
+                       "PartialHardlinkSets", "4.0.4-1");
This page took 0.041516 seconds and 4 git commands to generate.