]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- ported to poldek 0.19 snap
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Jul 2005 12:55:46 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-prereq.patch -> 1.1.2.1

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.090649 seconds and 4 git commands to generate.