Skip to content

Commit

Permalink
[spec] Bump version and depend on libdnf 0.71.1
Browse files Browse the repository at this point in the history
Require new version of libdnf so that dnf remains a protected package,
see rpm-software-management/libdnf#1621.
  • Loading branch information
evan-goode committed Sep 21, 2023
1 parent 952a5c1 commit 87bd305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set (DEFAULT_DNF_VERSION "4.17.0")
set (DEFAULT_DNF_VERSION "4.17.1")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
4 changes: 2 additions & 2 deletions 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.71.0
%global hawkey_version 0.71.1
%global libcomps_version 0.1.8
%global libmodulemd_version 2.9.3
%global rpm_version 4.18.0
Expand Down Expand Up @@ -67,7 +67,7 @@
It supports RPMs, modules and comps groups & environments.

Name: dnf
Version: 4.17.0
Version: 4.17.1
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down

0 comments on commit 87bd305

Please sign in to comment.