]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek-prereq.patch
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek-prereq.patch
index ba2907400eb4f6f27ec160766a83b2be0d01a983..0eae300e2df84cd592fbd251f21e94c5f398eafa 100644 (file)
@@ -1,18 +1,17 @@
---- poldek-0.18.9/capreq.c.orig        2004-12-30 13:05:19.000000000 +0100
-+++ poldek-0.18.9/capreq.c     2005-07-25 15:16:01.000000000 +0200
-@@ -646,10 +646,13 @@
-                     cr->cr_flags |= CAPREQ_PREREQ | CAPREQ_PREREQ_UN;
+--- poldek-0.19.0-cvs20050613.22/pm/rpm/rpm_pkg_ld.c.orig      2004-12-02 18:40:14.000000000 +0100
++++ poldek-0.19.0-cvs20050613.22/pm/rpm/rpm_pkg_ld.c   2005-07-28 14:54:52.000000000 +0200
+@@ -170,10 +170,13 @@
                  }
  #else
+                 
 +#  if RPMSENSE_PREREQ != RPMSENSE_ANY /* rpm 4.4 drops legacy PreReq support */
-                 if (isLegacyPreReq(flag)) { /* prepared by rpm < 4.0.2  */
-                     cr->cr_flags |= CAPREQ_PREREQ | CAPREQ_PREREQ_UN;
--                
--                } else if (isInstallPreReq(flag)) {
-+
-+                } else
+                 if (isLegacyPreReq(flag)) /* prepared by rpm < 4.0.2  */
+                     cr_flags |= CAPREQ_PREREQ | CAPREQ_PREREQ_UN;
+                     
+-                else if (isInstallPreReq(flag))
++                else
 +#  endif
-+              if (isInstallPreReq(flag)) {
-                     cr->cr_flags |= CAPREQ_PREREQ;
-                 
-                 } else if (isErasePreReq(flag)) {
++              if (isInstallPreReq(flag))
+                     cr_flags |= CAPREQ_PREREQ;
+                 if (isErasePreReq(flag))
This page took 0.029176 seconds and 4 git commands to generate.