From 23ca122ac2dc1e3571c7dceed7cc23331efc13476939751a640c6092e1ff7a16 Mon Sep 17 00:00:00 2001 From: Peter Wullinger Date: Thu, 22 Feb 2024 11:41:27 +0000 Subject: [PATCH] Accepting request 1149241 from home:dimstar:rpm4.20:e Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1149241 OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=288 --- exim.changes | 5 +++++ exim.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/exim.changes b/exim.changes index 061462d..63ec374 100644 --- a/exim.changes +++ b/exim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 22 11:32:13 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sat Dec 30 15:35:31 UTC 2023 - Dirk Müller diff --git a/exim.spec b/exim.spec index 218c112..1f73b63 100644 --- a/exim.spec +++ b/exim.spec @@ -147,8 +147,8 @@ once, if at all. The rest is done by logrotate / cron.) %prep %setup -q -n exim-%{version} -%patch0 -%patch1 -p1 +%patch -P 0 +%patch -P 1 -p1 # build with fPIE/pie on SUSE 10.0 or newer, or on any other platform %if %{?suse_version:%suse_version}%{?!suse_version:99999} > 930 fPIE="-fPIE"