Skip to content

Commit

Permalink
Don't set obsoletes < 5 for ELN/RHEL yet
Browse files Browse the repository at this point in the history
There are conflicts with yum. This should be adjusted back once things
are properly addressed in Fedora.

Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Mar 13, 2024
1 parent 663a2cf commit c24d7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global project_version_minor 1
%global project_version_patch 14

%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 41 || 0%{?rhel} > 10]
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 41 || 0%{?rhel} > 11]

Name: dnf5
Version: %{project_version_major}.%{project_version_minor}.%{project_version_patch}
Expand Down

0 comments on commit c24d7d2

Please sign in to comment.