Update translations

Resolves: rhbz#2062600
This commit is contained in:
Marek Blaha 2022-09-15 13:44:49 +02:00
parent 18e0f49243
commit c742319442
2 changed files with 6970 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.12.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPLv2+
@ -78,6 +78,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0001: 0001-Base.reset-plug-temporary-leak-of-libsolv-s-page-fil.patch
Patch0002: 0002-Add-only-relevant-pkgs-to-upgrade-transaction-RhBug-.patch
Patch0003: 0003-Use-installed_all-because-installed_query-is-filtere.patch
Patch0004: 0004-Update-translations-RHEL-9.1.patch
BuildArch: noarch
BuildRequires: cmake
BuildRequires: gettext
@ -366,6 +367,9 @@ popd
%{python3_sitelib}/%{name}/automatic/
%changelog
* Thu Sep 15 2022 Marek Blaha <mblaha@redhat.com> - 4.12.0-4
- Update translations
* Tue Jul 19 2022 Lukas Hrazky <lhrazky@redhat.com> - 4.12.0-3
- Add only relevant pkgs to upgrade transaction (RhBug:2097757)