Skip to content

Commit

Permalink
Require libdnf >= 0.74.0 with persistence option
Browse files Browse the repository at this point in the history
Upstream commit: 5a4f6c4

This backport actually uses RHEL-9 libdnf version.

Resolves: https://issues.redhat.com/browse/RHEL-70917
  • Loading branch information
evan-goode committed Feb 6, 2025
1 parent 9c2a1a6 commit 19754a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define __cmake_in_source_build 1

# default dependencies
%global hawkey_version 0.66.0
%global hawkey_version 0.74.0
%global libcomps_version 0.1.8
%global libmodulemd_version 2.9.3
%global rpm_version 4.14.0
Expand All @@ -21,6 +21,10 @@
%global rpm_version 4.11.3-25.el7.centos.1
%endif

%if 0%{?rhel} == 9
%global hawkey_version 0.69.0-13
%endif

# override dependencies for fedora 26
%if 0%{?fedora} == 26
%global rpm_version 4.13.0.1-7
Expand Down

0 comments on commit 19754a7

Please sign in to comment.