Pavel Raiskup

Results 860 comments of Pavel Raiskup

@jrohel & @m-blaha thank you for fixing it! Any idea if the fix ever appears in EL8+? The thing is that Mock uses DNF stack from EL8 for building EL8...

Sorry, my mistake, @jrohel corrected me off-list; this only ever affects distributions using sequoia. For Mock, that means chroots that switched to sequoia (if mock bootstrap ON), and build hosts...

To test this, don't forget to disable bootstrap image feature: ``` $ copr mock-config pmatilai/rpm-snapshot fedora-rawhide-x86_64 > /tmp/rpm-6.0.cfg $ echo 'config_opts["use_bootstrap_image"] = False' >> /tmp/rpm-6.0.cfg $ mock -r /tmp/rpm-6.0.cfg ```

The first attempt to build a package failed: ``` [160/160] Total 100% | 2.7 MiB/s | 14.9 MiB | 00m05s Running transaction Importing OpenPGP key 0x31645531: UserID : "Fedora (43)...

> This image should be created in the prebuild phase. There's the new `postdeps` hook.

We could have `rhel+epel-10-x86_64` (stable) chroot in Copr, then `centos-stream+epel-10-x86_64` (next), but then the question is what to do with `epel-10-x86_64` chroot. Also, the `dnf5 copr enable` implements fallback mechanism,...

> I would probably do the same thing that you did in Mock and not have epel-10-x86_64 at all. Even if In Fedora Koji still has epel-10 (has some default...

> My team plans to build in this work in our EPEL releng SOP, so we can send the pull requests to add the new minor versions over time to...

Sorry for the delay, got busy elsewhere and I needed to absorb this a bit. > One of the key parts of the plan is that koji builds get inherited...

`mock --installdeps *.spec` is affected