Move ANSI_X3.110-1983 support from main package to glibc-gconv-extra.
This commit is contained in:
parent
ed89a91b42
commit
930bcade74
@ -170,7 +170,7 @@ Version: %{glibcversion}
|
|||||||
# - It allows using the Release number without the %%dist tag in the dependency
|
# - It allows using the Release number without the %%dist tag in the dependency
|
||||||
# generator to make the generated requires interchangeable between Rawhide
|
# generator to make the generated requires interchangeable between Rawhide
|
||||||
# and ELN (.elnYY < .fcXX).
|
# and ELN (.elnYY < .fcXX).
|
||||||
%global baserelease 16
|
%global baserelease 17
|
||||||
Release: %{baserelease}%{?dist}
|
Release: %{baserelease}%{?dist}
|
||||||
|
|
||||||
# Licenses:
|
# Licenses:
|
||||||
@ -2037,7 +2037,7 @@ grep \
|
|||||||
grep -e "gconv-modules-extra.conf" master.filelist > gconv.filelist
|
grep -e "gconv-modules-extra.conf" master.filelist > gconv.filelist
|
||||||
|
|
||||||
# Put the essential gconv modules into the main package.
|
# Put the essential gconv modules into the main package.
|
||||||
GconvBaseModules="ANSI_X3.110 ISO8859-15 ISO8859-1 CP1252"
|
GconvBaseModules="ISO8859-15 ISO8859-1 CP1252"
|
||||||
GconvBaseModules="$GconvBaseModules UNICODE UTF-16 UTF-32 UTF-7"
|
GconvBaseModules="$GconvBaseModules UNICODE UTF-16 UTF-32 UTF-7"
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
GconvBaseModules="$GconvBaseModules ISO-8859-1_CP037_Z900 UTF8_UTF16_Z9"
|
GconvBaseModules="$GconvBaseModules ISO-8859-1_CP037_Z900 UTF8_UTF16_Z9"
|
||||||
@ -2632,6 +2632,9 @@ update_gconv_modules_cache ()
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 02 2024 Patsy Griffin <patsy@redhat.com> - 2.39-17
|
||||||
|
- Move ANSI_X3.110-1983 support from main package to glibc-gconv-extra.
|
||||||
|
|
||||||
* Fri Jun 21 2024 Arjun Shankar <arjun@redhat.com> - 2.39-16
|
* Fri Jun 21 2024 Arjun Shankar <arjun@redhat.com> - 2.39-16
|
||||||
- Sync with upstream branch release/2.39/master,
|
- Sync with upstream branch release/2.39/master,
|
||||||
commit 7f9f25f255ee2c00178779fbce502f4b94b848b9:
|
commit 7f9f25f255ee2c00178779fbce502f4b94b848b9:
|
||||||
|
Loading…
Reference in New Issue
Block a user