Accepting request 1149269 from server:mail

OBS-URL: https://build.opensuse.org/request/show/1149269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=80
This commit is contained in:
Ana Guerrero 2024-02-22 20:00:23 +00:00 committed by Git OBS Bridge
commit df2f96bab3
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>

View File

@ -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"