BIGTOP-2655: Fix hue for opensuse
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/263af453 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/263af453 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/263af453 Branch: refs/heads/master Commit: 263af453a5b30935f067669d412b01c7f04cd0bd Parents: f7a9216 Author: Olaf Flebbe <[email protected]> Authored: Sat Jan 7 11:29:02 2017 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Sat Jan 7 17:49:58 2017 +0100 ---------------------------------------------------------------------- bigtop_toolchain/manifests/packages.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/263af453/bigtop_toolchain/manifests/packages.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp index 5938326..64bc12b 100644 --- a/bigtop_toolchain/manifests/packages.pp +++ b/bigtop_toolchain/manifests/packages.pp @@ -113,7 +113,7 @@ class bigtop_toolchain::packages { "libevent-devel", "bison", "flex", - "libffi-devel" + "libffi48-devel" ] # fix package dependencies: BIGTOP-2120 and BIGTOP-2152 and BIGTOP-2471 exec { '/usr/bin/zypper -n install --force-resolution krb5 libopenssl-devel':
