diff --git a/glibc.spec b/glibc.spec index 22201a3..b1adbbb 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 ############################################################################## # We support the following options: # --with/--without, @@ -1742,6 +1742,8 @@ echo "%{_prefix}/libexec/glibc-benchtests/validate_benchout.py*" >> benchtests.f ############################################################################### echo "%{_libdir}/libpthread_nonshared.a" >> compat-libpthread-nonshared.filelist +%generate_compatibility_deps + ############################################################################## # Run the glibc testsuite ############################################################################## @@ -2037,6 +2039,9 @@ update_gconv_modules_cache () # If rpm doesn't support %license, then use %doc instead. %{!?_licensedir:%global license %%doc} %license COPYING COPYING.LIB LICENSES +%dir %{abidir} +%{abidir}/*.dump +%{abidir}/*-option.list %files -f common.filelist common %dir %{_prefix}/lib/locale @@ -2086,6 +2091,9 @@ update_gconv_modules_cache () %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Mon Nov 07 2022 mgb01105731 - 2.36-3 +- optimise spec file + * Thu Sep 1 2022 Chunmei Xu - 2.36-2 - sync patches from 2.36 release branch - upstream commit: b3736d1a3c60a3ec9959bf3b38794958546bf6a2