aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bigtop-packages/src/rpm/flink/SPECS/flink.spec9
1 files changed, 0 insertions, 9 deletions
diff --git a/bigtop-packages/src/rpm/flink/SPECS/flink.spec b/bigtop-packages/src/rpm/flink/SPECS/flink.spec
index d4b4dfaa..8d1913a6 100644
--- a/bigtop-packages/src/rpm/flink/SPECS/flink.spec
+++ b/bigtop-packages/src/rpm/flink/SPECS/flink.spec
@@ -55,14 +55,6 @@ Source6: bigtop.bom
Requires: bigtop-utils >= 0.7
Requires(preun): /sbin/service
-%if %{?suse_version:1}0
-# Required for init scripts
-Requires: insserv
-%else
-# Required for init scripts
-Requires: /lib/lsb/init-functions
-%endif
-
%description
Apache Flink is an open source platform for distributed stream and batch data processing.
Flinkā€™s core is a streaming dataflow engine that provides data distribution, communication,
@@ -148,7 +140,6 @@ getent passwd flink >/dev/null || useradd -c "Flink" -s /sbin/nologin -g flink -
%post
%{alternatives_cmd} --install %{config_flink} %{flink_name}-conf %{config_flink}.dist 30
-systemctl daemon-reload
###### FILES ###########