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:
2024-11-12 10:16:55 +00:00
committed by Git OBS Bridge
commit 093b7580da
62 changed files with 8824 additions and 0 deletions

10
refreshtestarch.diff Normal file
View 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;