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 10 version of libdnf.

Resolves: https://issues.redhat.com/browse/RHEL-76849
  • Loading branch information
evan-goode authored and ppisar committed Feb 6, 2025
1 parent bc48d58 commit caa8ea8
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.73.1
%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 @@ -23,6 +23,10 @@
%global rpm_version 4.11.3-25.el7.centos.1
%endif

%if 0%{?rhel} == 10
%global hawkey_version 0.73.1-7
%endif

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

0 comments on commit caa8ea8

Please sign in to comment.