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:
parent
f7b71cc6f2
commit
23ca122ac2
@ -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>
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user