OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=641
11 lines
457 B
Diff
11 lines
457 B
Diff
--- lib/psm.c.orig 2023-09-19 10:10:10.000000000 +0000
|
|
+++ lib/psm.c 2023-10-09 12:21:38.576812293 +0000
|
|
@@ -709,6 +709,7 @@ void rpmpsmNotify(rpmpsm psm, int what,
|
|
static void markReplacedInstance(rpmts ts, rpmte te)
|
|
{
|
|
rpmdbMatchIterator mi = rpmtsTeIterator(ts, te, 1);
|
|
+ rpmdbSetIteratorRE(mi, RPMTAG_ARCH, RPMMIRE_STRCMP, rpmteA(te));
|
|
while (rpmdbNextIterator(mi) != NULL) {
|
|
rpmteSetDBInstance(te, rpmdbGetIteratorOffset(mi));
|
|
break;
|