Skip to content

Commit

Permalink
Bump the version and update libdnf due to new filelists behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Jan 25, 2024
1 parent 9ecf04a commit 51f4f4a
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.18.2")
set (DEFAULT_DNF_VERSION "4.19.0")

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.1
%global hawkey_version 0.73.0
%global libcomps_version 0.1.8
%global libmodulemd_version 2.9.3
%global rpm_version 4.14.0
Expand Down Expand Up @@ -67,7 +67,7 @@
It supports RPMs, modules and comps groups & environments.

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

0 comments on commit 51f4f4a

Please sign in to comment.