Increase required libdnf (hawkey) version
This commit is contained in:
parent
7266d0592f
commit
988de10ec5
9
dnf.spec
9
dnf.spec
@ -2,7 +2,7 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
|
|
||||||
# default dependencies
|
# default dependencies
|
||||||
%global hawkey_version 0.48.0
|
%global hawkey_version 0.54.1
|
||||||
%global libcomps_version 0.1.8
|
%global libcomps_version 0.1.8
|
||||||
%global libmodulemd_version 1.4.0
|
%global libmodulemd_version 1.4.0
|
||||||
%global rpm_version 4.14.0
|
%global rpm_version 4.14.0
|
||||||
@ -85,10 +85,10 @@ It supports RPMs, modules and comps groups & environments.
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.4.0
|
Version: 4.4.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# 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
|
URL: https://github.com/rpm-software-management/dnf
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -502,6 +502,9 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2020 Ales Matej <amatej@redhat.com> - 4.4.0-2
|
||||||
|
- Increase required libdnf (hawkey) version
|
||||||
|
|
||||||
* Wed Oct 07 2020 Nicola Sella <nsella@redhat.com> - 4.4.0-1
|
* Wed Oct 07 2020 Nicola Sella <nsella@redhat.com> - 4.4.0-1
|
||||||
- Update to 4.4.0
|
- Update to 4.4.0
|
||||||
- Handle empty comps group name (RhBug:1826198)
|
- Handle empty comps group name (RhBug:1826198)
|
||||||
|
Loading…
Reference in New Issue
Block a user