Change in DNF COPR plugin requires action

Hi All, recently there was a PR merged to DNF COPR plugin [1] that makes the default chroot on CentOS Stream 9 to be 'epel-9'. Because of this we now need to specify the 'centos-stream-9' chroot name that we use in oVirt COPR explicitly, i.e.: dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 I can see there's a bunch of places throughout our projects that need an update. I'll post PRs for the ones I can spot. Regards, Marcin [1] https://github.com/rpm-software-management/dnf-plugins-core/pull/459/files

On 8/23/22 11:39, Marcin Sobczyk wrote:
Hi All,
recently there was a PR merged to DNF COPR plugin [1] that makes the default chroot on CentOS Stream 9 to be 'epel-9'. Because of this we now need to specify the 'centos-stream-9' chroot name that we use in oVirt COPR explicitly, i.e.:
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9
I can see there's a bunch of places throughout our projects that need an update. I'll post PRs for the ones I can spot.
Posted: https://github.com/oVirt/ovirt-imageio/pull/133 https://github.com/oVirt/ovirt-provider-ovn/pull/24 https://github.com/oVirt/ovirt-web-ui/pull/1627 https://github.com/oVirt/buildcontainer/pull/16
Regards, Marcin
[1] https://github.com/rpm-software-management/dnf-plugins-core/pull/459/files

Is there any option that allows to configure the plugin back to the old default ? Best Regards,Strahil Nikolov On Tue, Aug 23, 2022 at 13:05, Marcin Sobczyk<msobczyk@redhat.com> wrote: On 8/23/22 11:39, Marcin Sobczyk wrote:
Hi All,
recently there was a PR merged to DNF COPR plugin [1] that makes the default chroot on CentOS Stream 9 to be 'epel-9'. Because of this we now need to specify the 'centos-stream-9' chroot name that we use in oVirt COPR explicitly, i.e.:
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9
I can see there's a bunch of places throughout our projects that need an update. I'll post PRs for the ones I can spot.
Posted: https://github.com/oVirt/ovirt-imageio/pull/133 https://github.com/oVirt/ovirt-provider-ovn/pull/24 https://github.com/oVirt/ovirt-web-ui/pull/1627 https://github.com/oVirt/buildcontainer/pull/16
Regards, Marcin
[1] https://github.com/rpm-software-management/dnf-plugins-core/pull/459/files
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/6NS56C2URFRTQR...

On 8/23/22 14:48, Strahil Nikolov wrote:
Is there any option that allows to configure the plugin back to the old default ?
Don't think so. Looking at the implementation [2][3] it seems passing a cmdline argument is the way to go. You can probably define the copr repo by yourself, but I think the former is an easier option. [2] https://github.com/rpm-software-management/dnf-plugins-core/blob/25d2cffeadc... [3] https://github.com/rpm-software-management/dnf-plugins-core/blob/25d2cffeadc...
Best Regards, Strahil Nikolov
On Tue, Aug 23, 2022 at 13:05, Marcin Sobczyk <msobczyk@redhat.com> wrote:
On 8/23/22 11:39, Marcin Sobczyk wrote: > Hi All, > > recently there was a PR merged to DNF COPR plugin [1] that makes the > default chroot on CentOS Stream 9 to be 'epel-9'. Because of this we now > need to specify the 'centos-stream-9' chroot name that we use in oVirt > COPR explicitly, i.e.: > > dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9 > > I can see there's a bunch of places throughout our projects that need an > update. I'll post PRs for the ones I can spot.
Posted:
https://github.com/oVirt/ovirt-imageio/pull/133 <https://github.com/oVirt/ovirt-imageio/pull/133> https://github.com/oVirt/ovirt-provider-ovn/pull/24 <https://github.com/oVirt/ovirt-provider-ovn/pull/24> https://github.com/oVirt/ovirt-web-ui/pull/1627 <https://github.com/oVirt/ovirt-web-ui/pull/1627> https://github.com/oVirt/buildcontainer/pull/16 <https://github.com/oVirt/buildcontainer/pull/16>
> > Regards, Marcin > > [1] > https://github.com/rpm-software-management/dnf-plugins-core/pull/459/files <https://github.com/rpm-software-management/dnf-plugins-core/pull/459/files> _______________________________________________ Devel mailing list -- devel@ovirt.org <mailto:devel@ovirt.org> To unsubscribe send an email to devel-leave@ovirt.org <mailto:devel-leave@ovirt.org> Privacy Statement: https://www.ovirt.org/privacy-policy.html <https://www.ovirt.org/privacy-policy.html> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ <https://www.ovirt.org/community/about/community-guidelines/> List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/6NS56C2URFRTQR... <https://lists.ovirt.org/archives/list/devel@ovirt.org/message/6NS56C2URFRTQRCIB3VYQW555DEEVRWG/>
participants (2)
-
Marcin Sobczyk
-
Strahil Nikolov