From d7d3194ddd5b3027cb5d90e1e10767aa0f90a534 Mon Sep 17 00:00:00 2001 From: Aleš Matěj Date: Oct 13 2020 10:10:18 +0000 Subject: Increase required libdnf (hawkey) version --- diff --git a/dnf.spec b/dnf.spec index e3cb747..efb4446 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,5 +1,5 @@ # default dependencies -%global hawkey_version 0.48.0 +%global hawkey_version 0.54.1 %global libcomps_version 0.1.8 %global libmodulemd_version 1.4.0 %global rpm_version 4.14.0 @@ -82,10 +82,10 @@ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING -License: GPLv2+ and GPLv2 and GPL +License: GPLv2+ URL: https://github.com/rpm-software-management/dnf Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch @@ -507,6 +507,9 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars %endif %changelog +* Tue Oct 13 2020 Ales Matej - 4.4.0-2 +- Increase required libdnf (hawkey) version + * Wed Oct 07 2020 Nicola Sella - 4.4.0-1 - Update to 4.4.0 - Handle empty comps group name (RhBug:1826198)