]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-distver.patch
- %addusertogroup macro for RPM
[packages/rpm.git] / rpm-distver.patch
index eef2562e481c3c05d02d892aa9cbb75d26e95f0d..7eedcf5e9843ec0b2e2d63e42e46c260b61f8482 100644 (file)
 +      const char * cdist; /* current package */
 +      const char * idist; /* installed package */
 +
-+/*    rc = rpmExpandNumeric("%{?_dont_compare_distversion}");
++      int 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.02839 seconds and 4 git commands to generate.