]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-no_version_check_in_obsoletes.patch
- Updated XML and SGML macros to include a semicolon at the end,
[packages/rpm.git] / rpm-no_version_check_in_obsoletes.patch
CommitLineData
1d0be467 1--- rpm-4.3/lib/depends.c~ 2004-08-14 04:35:39.000000000 +0200
2+++ rpm-4.3/lib/depends.c 2004-08-14 04:35:39.000000000 +0200
3@@ -309,8 +309,7 @@
4 */
5 if (rpmdsEVR(obsoletes) == NULL
6 || rpmdsAnyMatchesDep(oh, obsoletes, _rpmds_nopromote))
7- if (rpmVersionCompare(h, oh))
8- xx = removePackage(ts, oh, rpmdbGetIteratorOffset(mi), pkgKey);
9+ xx = removePackage(ts, oh, rpmdbGetIteratorOffset(mi), pkgKey);
10 }
11 mi = rpmdbFreeIterator(mi);
12 }
This page took 0.030513 seconds and 4 git commands to generate.