This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-1.5 by this push:
new 99e7e25 BIGTOP-3425. Deploying Ambari fails on Fedora 31. (#695)
99e7e25 is described below
commit 99e7e25de614a142c640799e15254e9207faad7f
Author: Kengo Seki <sekikn@apache.org>
AuthorDate: Thu Nov 12 09:42:29 2020 +0900
BIGTOP-3425. Deploying Ambari fails on Fedora 31. (#695)
(cherry picked from commit e2160e26ef803cdeeaa1e4a966c4ba4b13c83fd3)
---
bigtop-packages/src/rpm/ambari/SPECS/ambari.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec b/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec
index 60c943f..9d82422 100644
--- a/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec
+++ b/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec
@@ -260,7 +260,7 @@ exit 0
%package agent
Summary: Ambari Agent
Group: Development/Libraries
-Requires: openssl, zlib, python2 >= 2.6
+Requires: openssl, zlib, python2 >= 2.6, initscripts
AutoProv: no
AutoReqProv: no
%description agent
|