Autobuild autoformatter for 53641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strongswan?expand=0&rev=29
This commit is contained in:
parent
d8b764533d
commit
7768750d0e
@ -28,7 +28,7 @@ Name: strongswan
|
||||
%define with_nm 0%{suse_version} >= 1110
|
||||
%define with_tests 0
|
||||
Version: 4.5.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Security
|
||||
Summary: OpenSource IPsec-based VPN Solution
|
||||
@ -178,6 +178,7 @@ to maintain both, IKEv1 and IKEv2 daemons, using /etc/ipsec.conf and
|
||||
/etc/ipsec.sectes files.
|
||||
|
||||
%if %with_mysql
|
||||
|
||||
%package mysql
|
||||
License: GPLv2+
|
||||
Summary: OpenSource IPsec-based VPN Solution
|
||||
@ -192,6 +193,7 @@ This package provides the strongswan mysql plugin.
|
||||
%endif
|
||||
|
||||
%if %with_sqlite
|
||||
|
||||
%package sqlite
|
||||
License: GPLv2+
|
||||
Summary: OpenSource IPsec-based VPN Solution
|
||||
@ -206,6 +208,7 @@ This package provides the strongswan sqlite plugin.
|
||||
%endif
|
||||
|
||||
%if %with_nm
|
||||
|
||||
%package nm
|
||||
License: GPLv2+
|
||||
Summary: OpenSource IPsec-based VPN Solution
|
||||
@ -224,6 +227,7 @@ NetworkManager-strongswan graphical user interface.
|
||||
%endif
|
||||
|
||||
%if %with_tests
|
||||
|
||||
%package tests
|
||||
License: GPLv2+
|
||||
Summary: OpenSource IPsec-based VPN Solution
|
||||
@ -503,6 +507,7 @@ fi
|
||||
%dir %ghost %{_localstatedir}/run/strongswan
|
||||
|
||||
%if %with_nm
|
||||
|
||||
%files nm
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libexecdir}/ipsec
|
||||
@ -511,6 +516,7 @@ fi
|
||||
%endif
|
||||
|
||||
%if %with_mysql
|
||||
|
||||
%files mysql
|
||||
%defattr(-,root,root)
|
||||
%dir %{strongswan_plugins}
|
||||
@ -518,6 +524,7 @@ fi
|
||||
%endif
|
||||
|
||||
%if %with_sqlite
|
||||
|
||||
%files sqlite
|
||||
%defattr(-,root,root)
|
||||
%dir %{strongswan_plugins}
|
||||
@ -525,6 +532,7 @@ fi
|
||||
%endif
|
||||
|
||||
%if %with_tests
|
||||
|
||||
%files tests
|
||||
%defattr(-,root,root)
|
||||
%dir %{strongswan_plugins}
|
||||
|
Loading…
Reference in New Issue
Block a user