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 fb5c261b2 BIGTOP-4474. Add dependency on initscripts to Kafka RPM. 
(#1369)
fb5c261b2 is described below

commit fb5c261b2a32049443f758fca31e1686c7696131
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Mon Aug 11 07:32:29 2025 +0900

    BIGTOP-4474. Add dependency on initscripts to Kafka RPM. (#1369)
---
 bigtop-packages/src/rpm/kafka/SPECS/kafka.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigtop-packages/src/rpm/kafka/SPECS/kafka.spec 
b/bigtop-packages/src/rpm/kafka/SPECS/kafka.spec
index 9e9e13f47..02e577660 100644
--- a/bigtop-packages/src/rpm/kafka/SPECS/kafka.spec
+++ b/bigtop-packages/src/rpm/kafka/SPECS/kafka.spec
@@ -92,6 +92,7 @@ larger than the capability of any single machine and to allow 
clusters of co-ord
 Summary: Server for kafka
 Group: System/Daemons
 Requires: %{name} = %{version}-%{release}
+Requires: initscripts
 
 # CentOS 5 does not have any dist macro
 # So I will suppose anything that is not Mageia or a SUSE will be a 
RHEL/CentOS/Fedora

Reply via email to