]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- fix for obsoletes processing
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Aug 2002 13:21:06 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-epoch.patch -> 1.1

poldek-epoch.patch [new file with mode: 0644]

diff --git a/poldek-epoch.patch b/poldek-epoch.patch
new file mode 100644 (file)
index 0000000..9a19869
--- /dev/null
@@ -0,0 +1,11 @@
+--- poldek-0.17.7/rpm.c.orig   Thu Apr 25 18:34:12 2002
++++ poldek-0.17.7/rpm.c        Thu Aug  8 14:42:40 2002
+@@ -752,7 +752,7 @@
+     int i, n = 0;
+     
+-    self_cap = capreq_new(pkg->name, 0, NULL, NULL, 0, 0);
++    self_cap = capreq_new(pkg->name, pkg->epoch, pkg->ver, pkg->rel, REL_LT, 0);
+     n = rpm_get_obsoletedby_cap(db, dbpkgs, self_cap, ldflags);
+     capreq_free(self_cap);
+     
This page took 0.069706 seconds and 4 git commands to generate.