Accepting request 1223366 from home:michals
- Bump debugedit version (bsc#1233156) OBS-URL: https://build.opensuse.org/request/show/1223366 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=674
This commit is contained in:
10
refreshtestarch.diff
Normal file
10
refreshtestarch.diff
Normal file
@@ -0,0 +1,10 @@
|
||||
--- 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;
|
Reference in New Issue
Block a user