diff --git a/glibc.spec b/glibc.spec index c1e7d19..d99299b 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,3 +1,4 @@ +%global anolis_release .0.1 %define glibcsrcdir glibc-2.28 %define glibcversion 2.28 %define glibcrelease 225%{?dist} @@ -178,6 +179,9 @@ Source12: ChangeLog.old Source13: wrap-find-debuginfo.sh + +Excludearch: loongarch64 + ###################################################################### # Activate the wrapper script for debuginfo generation, by rewriting # the definition of __debug_install_post. @@ -2861,6 +2865,9 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Sat Jul 1 2023 Weisson - 2.28-225.0.1 +- Remove loongarch64. + * Fri Jan 20 2023 Florian Weimer - 2.28-225 - Enforce a specififc internal ordering for tunables (#2154914)