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

sekikn 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 52a83ac8d BIGTOP-4469. Add dependency on initscripts to Flink RPM. 
(#1362)
52a83ac8d is described below

commit 52a83ac8df4b1b54ef8f699f71effeac14de021d
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Sun Jul 20 16:13:23 2025 +0900

    BIGTOP-4469. Add dependency on initscripts to Flink RPM. (#1362)
---
 bigtop-packages/src/rpm/flink/SPECS/flink.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bigtop-packages/src/rpm/flink/SPECS/flink.spec 
b/bigtop-packages/src/rpm/flink/SPECS/flink.spec
index f3eeca42e..abd64a281 100644
--- a/bigtop-packages/src/rpm/flink/SPECS/flink.spec
+++ b/bigtop-packages/src/rpm/flink/SPECS/flink.spec
@@ -106,6 +106,7 @@ Summary: Provides the Apache Flink Job Manager service.
 Group: System/Daemons
 Requires: %{name} = %{version}-%{release}
 Requires(pre): %{name} = %{version}-%{release}
+Requires: initscripts
 
 %description jobmanager
 Apache Flink Job Manager service.
@@ -115,6 +116,7 @@ Summary: Provides the Apache Flink Task Manager service.
 Group: System/Daemons
 Requires: %{name} = %{version}-%{release}
 Requires(pre): %{name} = %{version}-%{release}
+Requires: initscripts
 
 %description taskmanager
 Apache Flink Task Manager service.

Reply via email to