diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index e15c16c..1630297 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -147,7 +147,7 @@ mkdir -p pgjdbc/target/generated-sources/annotations # Include PostgreSQL testing methods and variables. %if %runselftest -%pgtests_init +%postgresql_tests_init PGTESTS_LOCALE=C.UTF-8 @@ -165,7 +165,7 @@ protocolVersion=0 EOF # Start the local PG cluster. -%pgtests_start +%postgresql_tests_start %else # -f is equal to -Dmaven.test.skip=true opts="-f" @@ -197,6 +197,7 @@ opts="-f" - rebase to the latest upstream release - nicer github source urls - sync with upstream spec +- use new postgresql testing macros (rawhide only) * Wed Aug 23 2017 Pavel Raiskup - 42.1.4-1 - rebase to latest upstream release