]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-hack-norpmlibdep.patch
- obsolete
[packages/rpm.git] / rpm-hack-norpmlibdep.patch
1 --- rpm-4.3/build/files.c.orig  2003-11-24 19:10:54.000000000 +0100
2 +++ rpm-4.3/build/files.c       2003-11-24 19:20:05.827568008 +0100
3 @@ -2119,7 +2119,7 @@
4         goto exit;
5  
6      /* Verify that file attributes scope over hardlinks correctly. */
7 -    if (checkHardLinks(&fl))
8 +    if (checkHardLinks(&fl) && !rpmExpandNumeric("%{_hack_dontneed_PartialHardlinkSets}"))
9         (void) rpmlibNeedsFeature(pkg->header,
10                         "PartialHardlinkSets", "4.0.4-1");
11  
This page took 0.030346 seconds and 3 git commands to generate.