import dnf-4.7.0-16.el8_8

This commit is contained in:
CentOS Sources 2023-03-28 16:08:40 +00:00 committed by root
parent 8ca0ce51fb
commit 4f4773d458
2 changed files with 5166 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: 15%{?dist}
Release: 16%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPLv2+
@ -115,6 +115,7 @@ Patch0036: 0036-Add-support-for-rollback-of-group-upgrade-rollback-R.patch
Patch0037: 0037-Document-changes-to-offline-upgrade-command.patch
Patch0038: 0038-Better-explain-traceback-of-rpm.error-with-dnf.patch
Patch0039: 0039-Ignore-processing-variable-files-with-unsupported-en.patch
Patch0040: 0040-Update-translations.patch
@ -416,6 +417,9 @@ popd
%{python3_sitelib}/%{name}/automatic/
%changelog
* Wed Mar 08 2023 Marek Blaha <mblaha@redhat.com> - 4.7.0-16
- Update translations
* Thu Jan 05 2023 Nicola Sella <nsella@redhat.com> - 4.7.0-15
- Ignore processing variable files with unsupported encoding (RhBug:2141215)
- Better explain traceback of rpm.error with dnf