import dnf-4.4.2-11.el8

This commit is contained in:
CentOS Sources 2021-03-11 08:12:33 +00:00 committed by Andrew Lukoshko
parent 3c4e616886
commit dfef069ef5
2 changed files with 12745 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -82,7 +82,7 @@ It supports RPMs, modules and comps groups & environments.
Name: dnf
Version: 4.4.2
Release: 10%{?dist}
Release: 11%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPLv2+ and GPLv2 and GPL
@ -127,6 +127,7 @@ Patch16: 0016-Run-tests-for-fill-sack-from-repos-in-cache-in-installroot.
Patch17: 0017-Set-persistdir-for-fill-sack-from-repos-in-cache-tests-RhBug-1865803.patch
# https://github.com/rpm-software-management/dnf/pull/1725
Patch18: 0018-Allow-stream-switching-if-option-enabled.patch
Patch19: 0019-Update-translations.patch
BuildArch: noarch
BuildRequires: cmake
@ -547,6 +548,9 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
%endif
%changelog
* Mon Mar 8 2021 Marek Blaha <mblaha@redhat.com> - 4.4.2-11
- Update translations
* Thu Feb 11 2021 Nicola Sella <nsella@redhat.com> - 4.4.2-10
- Allow stream switching if option enabled