Repository: bigtop Updated Branches: refs/heads/branch-1.2 61feecb3a -> 83a24f3aa
Fix zeppelin under Centos7 Signed-off-by: Evans Ye <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/83a24f3a Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/83a24f3a Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/83a24f3a Branch: refs/heads/branch-1.2 Commit: 83a24f3aa6234eae87b2ba4174498904c17e125a Parents: 61feecb Author: Anton Chevychalov <[email protected]> Authored: Thu Jun 29 17:09:17 2017 +0300 Committer: Evans Ye <[email protected]> Committed: Sat Sep 23 23:06:29 2017 +0800 ---------------------------------------------------------------------- bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/83a24f3a/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec b/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec index cf59e98..822503b 100644 --- a/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec +++ b/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec @@ -33,6 +33,7 @@ # disable repacking jars %define __os_install_post %{nil} +%define __jar_repack ${nil} Name: zeppelin Version: %{zeppelin_version} @@ -52,6 +53,7 @@ Source5: zeppelin-env.sh Source6: zeppelin.svc Requires: bigtop-utils >= 0.7, hadoop-client, spark-core >= 1.5, spark-python >= 1.5 Requires(preun): /sbin/service +AutoReq: no %global initd_dir %{_sysconfdir}/init.d
