Accepting request 1153300 from home:dimstar:rpm4.20:p

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.

OBS-URL: https://build.opensuse.org/request/show/1153300
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=474
This commit is contained in:
Peter Varkoly 2024-03-01 13:55:29 +00:00 committed by Git OBS Bridge
parent 3582bebe7f
commit 27d3e54357
4 changed files with 14 additions and 23 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 29 14:40:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Tue Jan 23 18:24:16 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>

View File

@ -157,17 +157,7 @@ lmdb.
%endif
%prep
%setup -n postfix-%{version} -a 2 -a 3
%patch1
%patch2
%patch3
%patch4
%patch5
%patch6
%patch7
%patch8
%patch9
%patch10
%autosetup -n postfix-%{version} -a 2 -a 3 -p0
# ---------------------------------------------------------------------------

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 29 14:40:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Tue Jan 23 18:24:16 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>

View File

@ -176,18 +176,7 @@ maps with Postfix, you need this.
%endif
%prep
%setup -q -a 2 -a 3
%patch1
%patch2
%patch3
%patch4
%patch5
%patch6
%patch7
%patch8
%patch9
%patch10
%patch11
%autosetup -a 2 -a 3 -p0
# ---------------------------------------------------------------------------