forked from pool/strongswan
This commit is contained in:
parent
73a1c9e320
commit
a937e6040b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 12 15:54:53 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Remove pre-SLE15 build logic
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 12 15:22:09 UTC 2023 - Mohd Saquib <mohd.saquib@suse.com>
|
Mon Jun 12 15:22:09 UTC 2023 - Mohd Saquib <mohd.saquib@suse.com>
|
||||||
|
|
||||||
|
@ -31,31 +31,19 @@ Release: 0
|
|||||||
%else
|
%else
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%endif
|
%endif
|
||||||
%if 0%{suse_version} > 1310
|
|
||||||
%bcond_without fipscheck
|
%bcond_without fipscheck
|
||||||
%else
|
|
||||||
%bcond_with fipscheck
|
|
||||||
%endif
|
|
||||||
%ifarch %{ix86} ppc64le
|
%ifarch %{ix86} ppc64le
|
||||||
%bcond_without integrity
|
%bcond_without integrity
|
||||||
%else
|
%else
|
||||||
%bcond_with integrity
|
%bcond_with integrity
|
||||||
%endif
|
%endif
|
||||||
%if 0%{suse_version} > 1110
|
|
||||||
%bcond_without farp
|
%bcond_without farp
|
||||||
%bcond_without afalg
|
%bcond_without afalg
|
||||||
%bcond_without mysql
|
%bcond_without mysql
|
||||||
%bcond_without sqlite
|
%bcond_without sqlite
|
||||||
%bcond_without gcrypt
|
%bcond_without gcrypt
|
||||||
%bcond_without nm
|
%bcond_without nm
|
||||||
%else
|
%bcond_without systemd
|
||||||
%bcond_with farp
|
|
||||||
%bcond_with afalg
|
|
||||||
%bcond_with mysql
|
|
||||||
%bcond_with sqlite
|
|
||||||
%bcond_with gcrypt
|
|
||||||
%bcond_with nm
|
|
||||||
%endif
|
|
||||||
Summary: IPsec-based VPN solution
|
Summary: IPsec-based VPN solution
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
Loading…
Reference in New Issue
Block a user