1
0
forked from pool/strongswan

Accepting request 1151555 from home:dimstar:rpm4.20:s

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151555
OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=159
This commit is contained in:
Mohd Saquib 2024-02-26 14:21:48 +00:00 committed by Git OBS Bridge
parent 83fb9474bf
commit a9e9a1d03f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 13:31:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Dec 1 10:31:13 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -218,12 +218,12 @@ and the load testing plugin for IKEv2 daemon.
%prep
%setup -q -n %{name}-%{upstream_version}
%patch2 -p1
%patch5 -p1
%patch -P 2 -p1
%patch -P 5 -p1
sed -e 's|@libexecdir@|%_libexecdir|g' \
< %{_sourcedir}/strongswan.init.in \
> strongswan.init
%patch6 -p1
%patch -P 6 -p1
%build
CFLAGS="%{optflags} -W -Wall -Wno-pointer-sign -Wno-strict-aliasing -Wno-unused-parameter"