Commit f10024f7 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Added openvpn as needed for package

parent e7994556
...@@ -19,11 +19,14 @@ Depends: ${misc:Depends}, ...@@ -19,11 +19,14 @@ Depends: ${misc:Depends},
bridge-utils, bridge-utils,
uml-utilities, uml-utilities,
# slapgrid-sr # slapgrid-sr
Recommends: libc6-dev | libc-dev, libc6-dev | libc-dev,
gcc | c-compiler, gcc | c-compiler,
g++ | c++-compiler, g++ | c++-compiler,
make, make,
patch, patch,
# openvpn for ipv6
openvpn,
Description: Client-side to deploy applications with SlapOS Description: Client-side to deploy applications with SlapOS
SlapOS allows one to turn any application into SaaS (Service as a System), SlapOS allows one to turn any application into SaaS (Service as a System),
PaaS (Platform as a Service) or IaaS (Infrastructure as a Service) without PaaS (Platform as a Service) or IaaS (Infrastructure as a Service) without
......
...@@ -46,11 +46,11 @@ Packager: Arnaud Fontaine <arnaud.fontaine@nexedi.com>, Cédric Le Ninivin <cedr ...@@ -46,11 +46,11 @@ Packager: Arnaud Fontaine <arnaud.fontaine@nexedi.com>, Cédric Le Ninivin <cedr
%if 0%{?suse_version} == 1210 %if 0%{?suse_version} == 1210
BuildRequires: gcc-c++, make, patch, wget, python, chrpath, python-distribute BuildRequires: gcc-c++, make, patch, wget, python, chrpath, python-distribute
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-distribute Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-distribute, openvpn
%else %else
BuildRequires: gcc-c++, make, patch, wget, python, chrpath, python-setuptools BuildRequires: gcc-c++, make, patch, wget, python, chrpath, python-setuptools
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-setuptools Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-setuptools, openvpn
%endif %endif
AutoReqProv: no AutoReqProv: no
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment