]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 May 2004 19:45:56 +0000 (19:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-cap_match_req-fix.patch -> 1.2

poldek-cap_match_req-fix.patch [deleted file]

diff --git a/poldek-cap_match_req-fix.patch b/poldek-cap_match_req-fix.patch
deleted file mode 100644 (file)
index d8358c0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: pkg.c
-===================================================================
-RCS file: /cvsroot/installer/poldek/pkg.c,v
-retrieving revision 1.51.4.2
-diff -u -r1.51.4.2 pkg.c
---- pkg.c      30 Dec 2003 18:19:52 -0000      1.51.4.2
-+++ pkg.c      19 Feb 2004 00:18:18 -0000
-@@ -717,6 +717,9 @@
-     if ((strcmp(capreq_name(cap), capreq_name(req))) != 0)
-         return 0;
-+    if (!capreq_versioned(req))
-+      return 1;
-+
-     if (capreq_has_epoch(cap)) {
-         if (!capreq_has_epoch(req) && poldek_conf_promote_epoch) {
-             if (verbose > 1)
This page took 0.026474 seconds and 4 git commands to generate.