Repository: bigtop Updated Branches: refs/heads/master 080fa9d64 -> 5171af334
HAD-613. Package misses a few mandatory depedencies. Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8d8adc93 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8d8adc93 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8d8adc93 Branch: refs/heads/master Commit: 8d8adc938d94086c37735e0add0748d937648f56 Parents: 269d6c9 Author: Konstantin Boudnik <[email protected]> Authored: Wed Oct 2 14:21:40 2013 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Oct 2 14:21:40 2013 -0700 ---------------------------------------------------------------------- .../rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/8d8adc93/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec b/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec index efe7dd2..739434e 100644 --- a/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec +++ b/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec @@ -8,7 +8,6 @@ License: Copyright WANdisco 2013 URL: http://wandisco.com Source0: namenode-%{wdd_namenode_nonstop_base_version}.tar.gz Source1: do-component-build -Source2: install_nonstop.sh Source3: hadoop-hdfs-nonstop.default Source11: init.d.tmpl Source12: hadoop-hdfs-nonstop.svc @@ -31,7 +30,7 @@ AutoReq: no %define hadoop_name nonstop %define hadoop_services hadoop-hdfs-nonstop %define extra_libs DConE-*.jar DConE_Platform-*.jar -%define extra_deps_libs java-uuid-generator*.jar prevayler-*.jar xstream-*.jar bcprov-*.jar xmlpull-1.1.3.1.jar +%define extra_deps_libs java-uuid-generator*.jar prevayler-*.jar xstream-*.jar bcprov*.jar xmlpull-*.jar %global initd_dir %{_sysconfdir}/rc.d/init.d @@ -140,6 +139,9 @@ done %changelog * Thu Apr 29 2013 Konstantin Boudnik <[email protected]> +- Adding default dcone property files and logger +- fixing the problem where some jar files weren't picked up +* Thu Apr 29 2013 Konstantin Boudnik <[email protected]> - fixing chkconfig management for the services * Thu Apr 16 2013 Konstantin Boudnik <[email protected]> - added all static libs (for now), until the dcone mavenization isn't
