On Thu, Aug 10, 2023 at 09:58:30AM -0700, Adam Williamson wrote:
> On Thu, 2023-08-10 at 08:56 -0700, Adam Williamson wrote:
> > On Thu, 2023-08-10 at 10:58 +0200, Pavel Raiskup wrote:
> > > Hello maintainers!
> > >
> > > Let me announce a new release of Mock v5.0 (the chroot build environment
> > > manager for building RPMs).
> > >
> > > This release release brings lots of changes, though the one that I'd
> > > like to underline is that we turned --use-bootstrap-image ON by default.
> > > This effectively means that Mock uses Podman to pull the bootstrap image
> > > from image registries (instead of installing it from scratch with `dnf
> > > --installroot`). Thus Podman is now in `Recommends:`, not just
> > > `Suggests:`. Should you have any issues, you can temporarily revert this
> > > change with `--no-bootstrap-image` (--scrub=all first!). Alternatively
> > > set `config_opts["use_bootstrap_image"] = False` in configuration.
> >
> > Unfortunately this seems to be broken on Rawhide, whether you use the
> > 'fedora-40' or 'fedora-rawhide' name:
>
> Update: nirik has fixed this for now. We think the Rawhide nightly
> script is messing up the registry when it runs, he'll try and fix that
> later.
And I think thats now fixed (was some leftover armhfp stuff. ;)
kevin