Skip to content

Commit

Permalink
Fix copr vendor distribution
Browse files Browse the repository at this point in the history
Fixes a small typo in the COPR vendor distribution name, which was apparently case-sensitive
and causing COPR imports to fail due to the plugin (especially DNF5) expecting "fedora" (lowercase)
instead of "Fedora" (uppercase).
  • Loading branch information
korewaChino committed Aug 10, 2024
1 parent b784945 commit 375cbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ultramarine/release/ultramarine-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Summary: Ultramarine Linux release files
Name: ultramarine-release
Version: %{dist_version}
Release: 10%{?dist}
Release: 11%{?dist}
License: MIT
Source0: LICENSE
URL: https://ultramarine-linux.org
Expand Down Expand Up @@ -828,7 +828,7 @@ sed -e "s#\$version#%{bug_version}#g" -e 's/$edition/Atomic XFCE/;s/<!--.*-->//;
install -d %{buildroot}%{_datadir}/dnf/plugins
cat >> %{buildroot}%{_datadir}/dnf/plugins/copr.vendor.conf << EOF
[main]
distribution = Fedora
distribution = fedora
releasever = %{releasever}
EOF

Expand Down

0 comments on commit 375cbc9

Please sign in to comment.