BIGTOP-2421. Ignite RPM is broken: "missing" osgi package deps
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/611a101a Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/611a101a Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/611a101a Branch: refs/heads/master Commit: 611a101aab9fcf64a74e0b35d4cc0dfd9f698889 Parents: 5cc10df Author: Konstantin Boudnik <[email protected]> Authored: Sun Mar 26 14:22:22 2017 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Sun Mar 26 14:25:58 2017 -0700 ---------------------------------------------------------------------- bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/611a101a/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec b/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec index b8adb09..1d621c6 100644 --- a/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec +++ b/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec @@ -86,8 +86,11 @@ Source3: ignite-hadoop.svc Source4: init.d.tmpl Source5: ignite-hadoop.default BuildArch: noarch +## This package _explicitly_ turns off the auto-discovery of required dependencies +## to work around OSGI corner case, added to RPM lately. See BIGTOP-2421 for more info. Requires: coreutils, /usr/sbin/useradd, /sbin/chkconfig, /sbin/service Requires: hadoop-hdfs, hadoop-mapreduce, bigtop-utils >= 0.7 +AutoReq: no %if 0%{?mgaversion} Requires: bsh-utils
