Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop dnf obsoletion temporarily #2054

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Drop dnf obsoletion temporarily
To allow us and others to prepare for switching dnf5 as the default in Rawhide.
  • Loading branch information
jan-kolarik committed Feb 19, 2024
commit 800f1a76613fb12cab399b2cb543c6ce440d1a20
2 changes: 1 addition & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%global conflicts_dnf_plugins_extras_version 4.0.4
%global conflicts_dnfdaemon_version 0.3.19

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

# override dependencies for rhel 7
%if 0%{?rhel} == 7
Expand Down