You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/03/22 23:22:24 UTC

[4/4] bigtop git commit: BIGTOP-2492 Simplify and remove systemctl reload

BIGTOP-2492 Simplify and remove systemctl reload

Closes #132


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/61718f27
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/61718f27
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/61718f27

Branch: refs/heads/master
Commit: 61718f27b59a0bc51e9235fc2de0ffd1fd4d1d65
Parents: bcc447c
Author: David Moravek <da...@firma.seznam.cz>
Authored: Thu Sep 1 17:38:04 2016 +0200
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Wed Mar 22 16:21:52 2017 -0700

----------------------------------------------------------------------
 bigtop-packages/src/rpm/flink/SPECS/flink.spec | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/61718f27/bigtop-packages/src/rpm/flink/SPECS/flink.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/flink/SPECS/flink.spec b/bigtop-packages/src/rpm/flink/SPECS/flink.spec
index d4b4dfa..8d1913a 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\u2019s 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 ###########