diff --git a/libecpg.spec b/libecpg.spec index 2ec67fe8543979325aeab8902e7fd2b96836abd1..e998f70d060ebd421352a876953afec6c88434cd 100644 --- a/libecpg.spec +++ b/libecpg.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global majorversion 13 Summary: ECPG - Embedded SQL in C @@ -70,6 +71,9 @@ find . -type f -name .gitignore | xargs rm # We don't build server nor client (e.g. /bin/psql) binaries in this package, so # we can disable some configure options. %configure \ +%ifarch loongarch64 + --disable-spinlocks \ +%endif --disable-rpath \ --with-ldap \ --with-openssl \ @@ -129,6 +133,9 @@ find_lang_bins %name-devel.lst ecpg %changelog +* Thu Dec 1 2022 Liwei Ge - 13.5-3.0.1 +- Disable spinlock for loongarch64 + * Thu Dec 09 2021 Filip Janus - 13.5-3 - Fix gating.yaml and rebuild - switch to osci.brew-build.tier0.functional