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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 577a33496 BIGTOP-4473. Add dependency on initscripts to Spark RPM. 
(#1368)
577a33496 is described below

commit 577a334964d23bf8e56de1f62e804b756acfdd4a
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Sun Aug 10 21:41:52 2025 +0900

    BIGTOP-4473. Add dependency on initscripts to Spark RPM. (#1368)
    
    (cherry picked from commit 59257f66123c6e833b6230c89a2f8aad18a266d8)
---
 bigtop-packages/src/rpm/spark/SPECS/spark.spec | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bigtop-packages/src/rpm/spark/SPECS/spark.spec 
b/bigtop-packages/src/rpm/spark/SPECS/spark.spec
index 1b11e2f77..c277265f3 100644
--- a/bigtop-packages/src/rpm/spark/SPECS/spark.spec
+++ b/bigtop-packages/src/rpm/spark/SPECS/spark.spec
@@ -102,6 +102,7 @@ Spark core
 Summary: Server for Spark master
 Group: Development/Libraries
 Requires: %{spark_pkg_name}-core = %{version}-%{release}
+Requires: initscripts
 
 %description -n %{spark_pkg_name}-master
 Server for Spark master
@@ -110,6 +111,7 @@ Server for Spark master
 Summary: Server for Spark worker
 Group: Development/Libraries
 Requires: %{spark_pkg_name}-core = %{version}-%{release}
+Requires: initscripts
 
 %description -n %{spark_pkg_name}-worker
 Server for Spark worker
@@ -128,6 +130,7 @@ Includes PySpark, an interactive Python shell for Spark, 
and related libraries
 Summary: History server for Apache Spark
 Group: Development/Libraries
 Requires: %{spark_pkg_name}-core = %{version}-%{release}
+Requires: initscripts
 
 %description -n %{spark_pkg_name}-history-server
 History server for Apache Spark
@@ -136,6 +139,7 @@ History server for Apache Spark
 Summary: Thrift server for Spark SQL
 Group: Development/Libraries
 Requires: %{spark_pkg_name}-core = %{version}-%{release}
+Requires: initscripts
 
 %description -n %{spark_pkg_name}-thriftserver
 Thrift server for Spark SQL

Reply via email to