diff --git a/glibc.spec b/glibc.spec index 5538956..9e86b1c 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %bcond_without testsuite # Default: Always build the benchtests. @@ -540,10 +540,6 @@ This package contains all iconv converter modules built in %{name}. # migration from old systems that previously had the old nss_db package # installed. Note that this doesn't make the migration that smooth, the # databases still need rebuilding because the formats were different. -# The nss_db package was deprecated in F16 and onwards: -# https://lists.fedoraproject.org/pipermail/devel/2011-July/153665.html -# The different database format does cause some issues for users: -# https://lists.fedoraproject.org/pipermail/devel/2011-December/160497.html %package -n nss_db Summary: Name Service Switch (NSS) module using hash-indexed files Requires: %{name} = %{version}-%{release} @@ -724,7 +720,6 @@ rpm_inherit_flags \ # -D_FORTIFY_SOURCE. The object files need to be marked as to be # skipped in annobin annotations. (The -specs= variant of activating # annobin does not work here because of flag ordering issues.) -# See . BuildFlagsNonshared="-fplugin=annobin -fplugin-arg-annobin-disable -Wa,--generate-missing-build-notes=yes" %endif @@ -810,8 +805,7 @@ GCC=`cat Gcc` %ifarch riscv64 # RISC-V ABI wants to install everything in /lib64/lp64d or /usr/lib64/lp64d. -# Make these be symlinks to /lib64 or /usr/lib64 respectively. See: -# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/DRHT5YTPK4WWVGL3GIN5BF2IKX2ODHZ3/ +# Make these be symlinks to /lib64 or /usr/lib64 respectively. for d in %{glibc_sysroot}%{_libdir} %{glibc_sysroot}/%{_lib}; do mkdir -p $d (cd $d && ln -sf . lp64d) @@ -1736,6 +1730,9 @@ update_gconv_modules_cache () %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Tue Mar 28 2023 mgb01105731 - 2.36-6 +- Del Specific Fields + * Wed Feb 22 2023 Chunmei Xu - 2.36-5 - recover to provide glibc-minimal-langpack @@ -1757,7 +1754,6 @@ update_gconv_modules_cache () * Mon Jul 11 2022 Weisson - 2.35-2 - Add support for riscv64 - RISC-V ABI wants to install everything in /lib64/lp64d or /usr/lib64/lp64d. Make these be symlinks to /lib64 or /usr/lib64 respectively. -- See: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/DRHT5YTPK4WWVGL3GIN5BF2IKX2ODHZ3/ * Tue Feb 22 2022 Chunmei Xu - 2.35-1 - upstream 2.35 release tarball and add patches from release/2.35/master