SHA256
1
0
forked from pool/exim

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
This commit is contained in:
Peter Wullinger 2024-02-22 11:41:27 +00:00 committed by Git OBS Bridge
parent f7b71cc6f2
commit 23ca122ac2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 11:32:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 30 15:35:31 UTC 2023 - Dirk Müller <dmueller@suse.com> Sat Dec 30 15:35:31 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -147,8 +147,8 @@ once, if at all. The rest is done by logrotate / cron.)
%prep %prep
%setup -q -n exim-%{version} %setup -q -n exim-%{version}
%patch0 %patch -P 0
%patch1 -p1 %patch -P 1 -p1
# build with fPIE/pie on SUSE 10.0 or newer, or on any other platform # build with fPIE/pie on SUSE 10.0 or newer, or on any other platform
%if %{?suse_version:%suse_version}%{?!suse_version:99999} > 930 %if %{?suse_version:%suse_version}%{?!suse_version:99999} > 930
fPIE="-fPIE" fPIE="-fPIE"