From 7c8b8325b19170de10d823b13c11ba619e4540bb Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Dec 21 2024 21:15:42 +0000 Subject: Fix distribution in copr vendor config file In DNF5 the distribution field in the copr vendor config is case sensitive and the copr plugin expects lower case. Fixes: https://github.com/fedora-copr/copr/issues/3539 --- diff --git a/fedora-asahi-remix-release.spec b/fedora-asahi-remix-release.spec index 1460079..1765478 100644 --- a/fedora-asahi-remix-release.spec +++ b/fedora-asahi-remix-release.spec @@ -2045,7 +2045,7 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/ install -d %{buildroot}%{_datadir}/dnf/plugins cat >> %{buildroot}%{_datadir}/dnf/plugins/copr.vendor.conf << EOF [main] -distribution = Fedora +distribution = fedora releasever = %{releasever} EOF