Accepting request 1154714 from server:database:postgresql

OBS-URL: https://build.opensuse.org/request/show/1154714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql16?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2024-03-05 17:47:15 +00:00 committed by Git OBS Bridge
commit e47af1e89e
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 29 14:36:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Feb 8 13:22:49 UTC 2024 - Reinhard Max <max@suse.com>

View File

@ -507,13 +507,13 @@ included in the postgresql-server package.
# Keep the timestamp of configure, because patching it would otherwise
# confuse PostgreSQL's build system
touch -r configure tmp
%patch1
%patch4
%patch8
%patch9
%patch -P 1
%patch -P 4
%patch -P 8
%patch -P 9
%if %{with llvm}
%patch10
%patch11
%patch -P 10
%patch -P 11
%endif
touch -r tmp configure
rm tmp