This is an automated email from the ASF dual-hosted git repository.

evansye pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 78f10d2  BIGTOP-3206. Missing /etc/init.d/functions when deploying 
Alluxio on Fedora 26 (#518)
78f10d2 is described below

commit 78f10d234ee37407215e593b062d49197bdf60bc
Author: Evans Ye <[email protected]>
AuthorDate: Wed Apr 24 01:20:53 2019 +0800

    BIGTOP-3206. Missing /etc/init.d/functions when deploying Alluxio on Fedora 
26 (#518)
---
 bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec 
b/bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec
index 6b5fd4c..c46998a 100644
--- a/bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec
+++ b/bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec
@@ -53,6 +53,7 @@ Requires: insserv
 %else
 # Required for init scripts
 Requires: /lib/lsb/init-functions
+Requires: initscripts
 
 %global        initd_dir %{_sysconfdir}/rc.d/init.d
 

Reply via email to