]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- activate _dont_compare_distversion macro
authorMariusz Mazur <mmazur@pld-linux.org>
Wed, 8 Sep 2004 15:14:59 +0000 (15:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-distver.patch -> 1.2

rpm-distver.patch

index eef2562e481c3c05d02d892aa9cbb75d26e95f0d..de42b09cc96ebb7e39f9933fe1754486606c8f75 100644 (file)
 +      const char * cdist; /* current package */
 +      const char * idist; /* installed package */
 +
-+/*    rc = rpmExpandNumeric("%{?_dont_compare_distversion}");
++      rc = rpmExpandNumeric("%{?_dont_compare_distversion}");
 +      if (rc == 1)
-+              return 0;*/
++              return 0;
 +
 +      if (!headerGetEntry(h, RPMTAG_DISTRIBUTION, NULL, (void **) &idist, NULL))
 +              return 0;
This page took 0.081342 seconds and 4 git commands to generate.