Repository: bigtop Updated Branches: refs/heads/master f83a9c48a -> 1540c4e28
BIGTOP-1866. openssl-devel is required by hue RPM packaging Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1540c4e2 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1540c4e2 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1540c4e2 Branch: refs/heads/master Commit: 1540c4e28c5df593ec6101135eb288a76165ea04 Parents: f83a9c4 Author: Evans Ye <[email protected]> Authored: Sat May 9 09:28:30 2015 +0000 Committer: Olaf Flebbe <[email protected]> Committed: Sat May 9 20:00:18 2015 +0200 ---------------------------------------------------------------------- bigtop-packages/src/rpm/hue/SPECS/hue.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/1540c4e2/bigtop-packages/src/rpm/hue/SPECS/hue.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/hue/SPECS/hue.spec b/bigtop-packages/src/rpm/hue/SPECS/hue.spec index a77ec17..93e3622 100644 --- a/bigtop-packages/src/rpm/hue/SPECS/hue.spec +++ b/bigtop-packages/src/rpm/hue/SPECS/hue.spec @@ -181,7 +181,7 @@ Summary: A browser-based desktop interface for Hadoop BuildRequires: python-devel, python-setuptools, gcc, gcc-c++ BuildRequires: libxml2-devel, libxslt-devel, zlib-devel BuildRequires: cyrus-sasl-devel -BuildRequires: openssl +BuildRequires: openssl-devel BuildRequires: krb5-devel BuildRequires: asciidoc Group: Applications/Engineering
