BIGTOP-1139. bigtop-tomcat and bigtop-jsvc don't depend on bigtop-utils
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/dfa9973f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/dfa9973f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/dfa9973f Branch: refs/heads/master Commit: dfa9973fa920d34c691b0793f58931f4f53be6f9 Parents: a58dd9d Author: Roman Shaposhnik <[email protected]> Authored: Fri Nov 1 17:47:06 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Nov 1 17:47:06 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/bigtop-jsvc/control | 1 + bigtop-packages/src/deb/bigtop-tomcat/control | 1 + bigtop-packages/src/rpm/bigtop-jsvc/SPECS/bigtop-jsvc.spec | 1 + bigtop-packages/src/rpm/bigtop-tomcat/SPECS/bigtop-tomcat.spec | 1 + 4 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/dfa9973f/bigtop-packages/src/deb/bigtop-jsvc/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/bigtop-jsvc/control b/bigtop-packages/src/deb/bigtop-jsvc/control index 1d84d79..08976ff 100755 --- a/bigtop-packages/src/deb/bigtop-jsvc/control +++ b/bigtop-packages/src/deb/bigtop-jsvc/control @@ -22,5 +22,6 @@ Homepage: http://commons.apache.org/daemon/ Package: bigtop-jsvc Architecture: any +Depends: bigtop-utils (>= 0.7) Description: Application to launch java daemon jsvc executes classfile that implements a Daemon interface. http://git-wip-us.apache.org/repos/asf/bigtop/blob/dfa9973f/bigtop-packages/src/deb/bigtop-tomcat/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/bigtop-tomcat/control b/bigtop-packages/src/deb/bigtop-tomcat/control index 4a812ff..4c255d4 100644 --- a/bigtop-packages/src/deb/bigtop-tomcat/control +++ b/bigtop-packages/src/deb/bigtop-tomcat/control @@ -22,6 +22,7 @@ Homepage: http://tomcat.apache.org/ Package: bigtop-tomcat Architecture: all +Depends: bigtop-utils (>= 0.7) Description: Apache Tomcat Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. http://git-wip-us.apache.org/repos/asf/bigtop/blob/dfa9973f/bigtop-packages/src/rpm/bigtop-jsvc/SPECS/bigtop-jsvc.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/bigtop-jsvc/SPECS/bigtop-jsvc.spec b/bigtop-packages/src/rpm/bigtop-jsvc/SPECS/bigtop-jsvc.spec index 87b5926..6203d2a 100644 --- a/bigtop-packages/src/rpm/bigtop-jsvc/SPECS/bigtop-jsvc.spec +++ b/bigtop-packages/src/rpm/bigtop-jsvc/SPECS/bigtop-jsvc.spec @@ -34,6 +34,7 @@ Source0: commons-daemon-%{bigtop_jsvc_base_version}.tar.gz Source1: do-component-build Source2: install_jsvc.sh BuildRequires: autoconf, automake, gcc +Requires: bigtop-utils >= 0.7 %description jsvc executes classfile that implements a Daemon interface. http://git-wip-us.apache.org/repos/asf/bigtop/blob/dfa9973f/bigtop-packages/src/rpm/bigtop-tomcat/SPECS/bigtop-tomcat.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/bigtop-tomcat/SPECS/bigtop-tomcat.spec b/bigtop-packages/src/rpm/bigtop-tomcat/SPECS/bigtop-tomcat.spec index 71a3e30..90b81b5 100644 --- a/bigtop-packages/src/rpm/bigtop-tomcat/SPECS/bigtop-tomcat.spec +++ b/bigtop-packages/src/rpm/bigtop-tomcat/SPECS/bigtop-tomcat.spec @@ -32,6 +32,7 @@ License: ASL 2.0 Source0: apache-tomcat-%{bigtop_tomcat_base_version}.tar.gz Source1: do-component-build Source2: install_tomcat.sh +Requires: bigtop-utils >= 0.7 %description Apache Tomcat is an open source software implementation of the
