mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
Correctly identify openSUSE distribution in install_gems
(cherry picked from commit 6fdd32d0c7
)
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…
Reference in New Issue
Block a user