import dnf-4.7.0-4.el8

This commit is contained in:
CentOS Sources 2021-09-17 17:42:01 +00:00 committed by Stepan
parent 2b5805ed4f
commit 5334f356dc
2 changed files with 13625 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,7 @@ It supports RPMs, modules and comps groups & environments.
Name: dnf
Version: 4.7.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPLv2+
@ -77,6 +77,7 @@ Patch2: 0002-dnfrpmmiscutilspy-fix-usage-of-_.patch
Patch3: 0003-Pass-the-package-to-rpmkeys-stdin.patch
Patch4: 0004-Use-rpmkeys-alone-to-verify-signature.patch
Patch5: 0005-Lower-_pkgverify_level-to-signature-for-signature-checking-with-rpmkeys.patch
Patch6: 0006-Update-translations.patch
BuildArch: noarch
BuildRequires: cmake
@ -376,6 +377,9 @@ popd
%{python3_sitelib}/%{name}/automatic/
%changelog
* Mon Sep 13 2021 Marek Blaha <mblaha@redhat.com> - 4.7.0-4
- Update translations (RhBug:1961632)
* Mon Aug 16 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.7.0-3
- Improve signature checking using rpmkeys (RhBug:1967454)