mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Correctly identify openSUSE distribution in install_gems
(cherry picked from commit 6fdd32d0c7e6b1a234ca00e534e089534ebba784)
This commit is contained in:
parent
5973833cc7
commit
000cddf469
@ -66,7 +66,7 @@ DISTRIBUTIONS={
|
||||
:install_command => 'yum install'
|
||||
},
|
||||
:suse => {
|
||||
:id => [/^SUSE/],
|
||||
:id => [/SUSE/],
|
||||
:dependencies_common => ['ruby-devel', 'make'],
|
||||
:dependencies => {
|
||||
SQLITE => ['gcc', 'sqlite3-devel'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user