diff --git a/SPECS/dnf-plugins-core.spec b/SPECS/dnf-plugins-core.spec index 19a3dd1..01a8bdb 100644 --- a/SPECS/dnf-plugins-core.spec +++ b/SPECS/dnf-plugins-core.spec @@ -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 - 4.0.21-23.alma.1 +- Fix issue with invalid utf-8 chars in needs-restarting rhbz#2212953 + * Tue Jun 27 2023 Jaroslav Rohel - 4.0.21-23 - Add patch: Fix zlib reboot requirement (RhBug:2092033)