Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Douglas
slapos.package
Commits
18007792
Commit
18007792
authored
Feb 22, 2014
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[package] Openvpn is not a dependency anymore.
parent
fc6795c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
obs/templates/debian/control
obs/templates/debian/control
+1
-3
obs/templates/slapos.spec.in
obs/templates/slapos.spec.in
+2
-2
No files found.
obs/templates/debian/control
View file @
18007792
...
...
@@ -24,9 +24,7 @@ Depends: ${misc:Depends},
gcc | c-compiler,
g++ | c++-compiler,
make,
patch,
# openvpn for ipv6
openvpn,
patch
Description: Client-side to deploy applications with SlapOS
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
...
...
obs/templates/slapos.spec.in
View file @
18007792
...
...
@@ -46,11 +46,11 @@ Packager: Arnaud Fontaine <arnaud.fontaine@nexedi.com>, Cédric Le Ninivin <cedr
%if 0%{?suse_version} == 1210
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, python-distribute, openssl-devel
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-distribute
, openvpn
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-distribute
%else
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, python-setuptools, openssl-devel
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-setuptools
, openvpn
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-setuptools
%endif
AutoReqProv: no
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment