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

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


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

commit 1ac079cdfe1b29016828ad3d50b6b7719299b9e7
Author: Evans Ye <[email protected]>
AuthorDate: Sun May 5 14:07:00 2019 +0800

    BIGTOP-3206. Missing /etc/init.d/functions when deploying Alluxio on Fedora 
26 (#517)
---
 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