- Fix the pg_server_requires macro on older rpm versions (SLE-12).

- Bump version to 14.
- Bump default to 14 on Factory and future SPs.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=139
This commit is contained in:
Reinhard Max 2022-02-10 12:41:04 +00:00 committed by Git OBS Bridge
parent 360b82fe77
commit 51acab4aec
2 changed files with 13 additions and 7 deletions

View File

@ -40,12 +40,12 @@ Provides: %{pg_name}-%{ext_name}-llvmjit = %{version}-%{release} \
Obsoletes: %{pg_name}-%{ext_name}-llvmjit < %{version}-%{release} \
%nil
%pg_server_requires \
%requires_eq %{pg_name}-server \
%if %{postgresql_has_llvm} \
Recommends: %{pg_name}-llvmjit \
%pg_obsolete_llvm_subpackage \
%endif \
%pg_server_requires \
%{requires_eq %{pg_name}-server} \
%if %{postgresql_has_llvm} \
Recommends: %{pg_name}-llvmjit \
%pg_obsolete_llvm_subpackage \
%endif \
%nil
%pg_version_from_name %define pg_version %( echo %{?pg_name} | sed -e 's|^postgresql||g' )%{nil}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 10 10:35:57 UTC 2022 - Reinhard Max <max@suse.com>
- Fix the pg_server_requires macro on older rpm versions (SLE-12).
-------------------------------------------------------------------
Fri Jan 28 15:26:21 UTC 2022 - Reinhard Max <max@suse.com>
@ -30,7 +35,8 @@ Mon Nov 15 12:09:10 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
-------------------------------------------------------------------
Tue Oct 5 14:03:55 UTC 2021 - Reinhard Max <max@suse.com>
- Bump version and default to 14.
- Bump version to 14.
- Bump default to 14 on Factory and future SPs.
-------------------------------------------------------------------
Tue May 18 13:43:45 UTC 2021 - Reinhard Max <max@suse.com>