AlmaLinux changes

This commit is contained in:
eabdullin 2022-04-11 21:04:14 +03:00
commit 6151072708
2 changed files with 7732 additions and 2 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}.alma
Release: 5%{?dist}.alma
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPLv2+
@ -77,6 +77,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
#Almalinux patches
Patch10000: almalinux_bugtracker.patch
@ -378,9 +379,12 @@ popd
%{python3_sitelib}/%{name}/automatic/
%changelog
* Fri Apr 08 2022 Eduard Abdullin <eabdullin@almalinux.org> - 4.10.0-4.alma
* Mon Apr 11 2022 Eduard Abdullin <eabdullin@almalinux.org> - 4.10.0-5.alma
- Added patch for almalinux bugtracker
* 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)