1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #3243: Remove openSUSE from install_gems as it's no longer an official platform of OpenNebula

This commit is contained in:
Jaime Melis 2014-10-30 11:09:15 +01:00
parent ff270bd7fb
commit d938cc18a6

View File

@ -68,20 +68,6 @@ DISTRIBUTIONS={
'json' => ['gcc']
},
:install_command => 'yum install'
},
:suse => {
:id => [/SUSE/],
:dependencies_common => ['ruby-devel', 'make'],
:dependencies => {
SQLITE => ['gcc', 'sqlite3-devel'],
'mysql' => ['gcc', 'libmysqlclient-devel'],
'curb' => ['gcc', 'libcurl-devel'],
$nokogiri => %w{rubygem-rake gcc rubygem-rake libxml2-devel libxslt-devel},
'xmlparser' => ['gcc', 'libexpat-devel'],
'thin' => ['rubygem-rake', 'gcc-c++'],
'json' => ['gcc']
},
:install_command => 'zypper install'
}
}
@ -412,9 +398,6 @@ try_library :rubygems, <<-EOT.unindent
* RHEL/CENTOS
yum install rubygems
* SUSE
zypper install rubygems
* Specific rubygems package for your distro
* Follow the instructions from http://rubygems.org/pages/download