glibc-locale-source: Require gzip to handle compressed charmaps (RHEL-102553)

Resolves: RHEL-102553
This commit is contained in:
Arjun Shankar 2025-08-26 12:31:04 +02:00
parent f30223ea76
commit 92dfd986b2

View File

@ -147,7 +147,7 @@ Version: %{glibcversion}
# - It allows using the Release number without the %%dist tag in the dependency
# generator to make the generated requires interchangeable between Rawhide
# and ELN (.elnYY < .fcXX).
%global baserelease 58
%global baserelease 59
Release: %{baserelease}%{?dist}
# Licenses:
@ -1025,6 +1025,9 @@ Summary: The sources for the locales
Requires: %{name} = %{version}-%{release}
Requires: %{name}-common = %{version}-%{release}
# This subpackage contains gzip compressed charmaps
Requires: gzip
%description locale-source
The sources for all locales provided in the language packs.
If you are building custom locales you will most likely use
@ -2762,6 +2765,10 @@ update_gconv_modules_cache ()
%endif
%changelog
* Tue Aug 26 2025 Arjun Shankar <arjun@redhat.com> - 2.39-59
- glibc-locale-source: Require gzip to handle compressed charmaps
(RHEL-102553)
* Thu Aug 21 2025 Florian Weimer <fweimer@redhat.com> - 2.39-58
- Use Requires(pre): libgcc%{_isa} to break libgcc cycle (RHEL-110559)