import dnf-4.10.0-5.el9_0

This commit is contained in:
CentOS Sources 2022-04-05 07:16:35 -04:00 committed by Stepan Oksanichenko
parent ff6d9232d6
commit a08dab6d99
2 changed files with 7731 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.10.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPLv2+
@ -76,6 +76,7 @@ Patch1: 0001-doc-Improve-description-of-multilib_policyall-RhBug19966811
Patch2: 0002-Fix-Python-dnf-API-does-not-respect-cacheonly-RhBug1862970.patch
Patch3: 0003-Documentation-API-notes-for-cacheonly.patch
Patch4: 0004-Use-rpm.TransactionSet.dbCookie-to-determining-if-rp.patch
Patch5: 0005-Update-translations-RhBug-2017347.patch
BuildArch: noarch
BuildRequires: cmake
@ -374,6 +375,9 @@ popd
%{python3_sitelib}/%{name}/automatic/
%changelog
* Mon Mar 21 2022 Marek Blaha <mblaha@redhat.com> - 4.10.0-5
- Update translations
* Mon Feb 07 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.10.0-4
- Use rpm.TransactionSet.dbCookie() to determining if rpmdb has changed (RhBug:2043476)