forked from pool/postgresql14
Accepting request 1153289 from home:dimstar:rpm4.20:p
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153289 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=64
This commit is contained in:
parent
ec32bc13e8
commit
0daab0ee0e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 29 14:37:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 8 14:10:04 UTC 2024 - Reinhard Max <max@suse.com>
|
Thu Feb 8 14:10:04 UTC 2024 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -507,13 +507,13 @@ included in the postgresql-server package.
|
|||||||
# Keep the timestamp of configure, because patching it would otherwise
|
# Keep the timestamp of configure, because patching it would otherwise
|
||||||
# confuse PostgreSQL's build system
|
# confuse PostgreSQL's build system
|
||||||
touch -r configure tmp
|
touch -r configure tmp
|
||||||
%patch1
|
%patch -P 1
|
||||||
%patch4
|
%patch -P 4
|
||||||
%patch8
|
%patch -P 8
|
||||||
%patch9
|
%patch -P 9
|
||||||
%if %{with llvm}
|
%if %{with llvm}
|
||||||
%patch10
|
%patch -P 10
|
||||||
%patch11
|
%patch -P 11
|
||||||
%endif
|
%endif
|
||||||
touch -r tmp configure
|
touch -r tmp configure
|
||||||
rm tmp
|
rm tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user