[Rpm-maint] [rpm-software-management/rpm] Honor alternate root in system user/group provides (PR #4095)

Michal Domonkos notifications at github.com
Thu Jan 22 14:45:21 UTC 2026


@dmnks commented on this pull request.



> @@ -672,6 +673,8 @@ static int systemProvides(rpmts ts, rpmds dep)
     size_t nlen = strlen(n);
     char *dval = NULL;
 
+    rpmChrootSet(rpmtsRootDir(ts));

Oh yep, initially I added them to rpmtsCheck() but then thought it could have some unintended consequences since there's a whole bunch of logic in that function. Except I didn't realize this would've been called repeatedly there, of course, oops :sweat_smile:

Will fix.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4095#discussion_r2717212457
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4095/review/3692829396 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260122/10d9bb7b/attachment-0001.htm>


More information about the Rpm-maint mailing list