You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that will provide similar functionality like --dnf-cmd.
In #1476 I realized that, on F40, we can not easily do:
$ mock --no-bootstrap-chroot -r centos-stream-9-x86_64 --shell 'rpm -qa'
The thing is that --shell provides no abstraction for the rpm call. Mock uses dnf4 on host to install to buildroot, it implies that the rpmdb uses sqlite - but the inner RPM in c9s is not able to read it.
The text was updated successfully, but these errors were encountered:
Something that will provide similar functionality like
--dnf-cmd
.In #1476 I realized that, on F40, we can not easily do:
$ mock --no-bootstrap-chroot -r centos-stream-9-x86_64 --shell 'rpm -qa'
The thing is that
--shell
provides no abstraction for therpm
call. Mock usesdnf4
on host to install to buildroot, it implies that the rpmdb uses sqlite - but the inner RPM in c9s is not able to read it.The text was updated successfully, but these errors were encountered: