1
0
Fork 0

re-merge invalid utf-8 patch from 9.2

This commit is contained in:
Jonathan Wright 2023-12-14 13:06:22 -06:00
parent bdaa80f344
commit 73cb5444ed
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,7 @@
Name: dnf-plugins-core
Version: 4.0.21
Release: 23%{?dist}
Release: 23%{?dist}.alma.1
Summary: Core Plugins for DNF
License: GPLv2+
URL: https://github.com/rpm-software-management/dnf-plugins-core
@ -73,6 +73,7 @@ Patch31: 0031-Fix-boot-time-derivation-for-systems-with-no-rtc.patch
Patch32: 0032-Doc-update-for-reposync-RhBug-2132383-2182004.patch
Patch33: 0033-Add-fix-and-test-assertion-for-no-systemd-unit-exist.patch
Patch34: 0034-Fix-zlib-reboot-requirement-RhBug-2092033.patch
Patch35: 0035-Fix-issue-with-invalid-utf8.patch
BuildArch: noarch
@ -849,6 +850,9 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
%endif
%changelog
* Thu Dec 14 2023 Jonathan Wright <jonathan@almalinux.org> - 4.0.21-23.alma.1
- Fix issue with invalid utf-8 chars in needs-restarting rhbz#2212953
* Tue Jun 27 2023 Jaroslav Rohel <jrohel@redhat.com> - 4.0.21-23
- Add patch: Fix zlib reboot requirement (RhBug:2092033)