diff --git a/postgresql.spec b/postgresql.spec index 3aa69de2312fb779ddc3299662a719323c38c2d8..cc456d5d916dfb0baba1fe3411fcf76b4b9082db 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -4,7 +4,7 @@ Name: postgresql Version: 10.5 -Release: 16 +Release: 17 Summary: PostgreSQL client programs License: PostgreSQL URL: http://www.postgresql.org/ @@ -189,7 +189,11 @@ common_configure_options=' export PYTHON=/usr/bin/python3 -%configure $common_configure_options --with-python +%configure $common_configure_options \ +%ifarch riscv64 +--disable-spinlocks \ +%endif +--with-python %make_build -C src/pl/plpython all cp -a src/pl/plpython src/pl/plpython3 @@ -430,6 +434,11 @@ find_lang_bins pltcl.lst pltcl %attr(-,postgres,postgres) %{_libdir}/pgsql/test %changelog +* Tue Jul 14 2020 whoisxxx - 10.5-17 +- Type: Bug fix +- DESC: Disable spinlocks for RISC-V + +* Wed May 6 2020 cuibaobao - 10.5-15 * Fri Jun 19 2020 cuibaobao - 10.5-16 - Type: enhancement - DESC: delete all about residual parse_upgrade_setup in postgresql-setup