HAD-661. NsNN packaging should carry end-user license agreement
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/67e1f6c8 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/67e1f6c8 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/67e1f6c8 Branch: refs/heads/master Commit: 67e1f6c83f48d12bcc34a8d8b590792702efeba3 Parents: cc959c9 Author: Konstantin Boudnik <[email protected]> Authored: Thu Mar 6 11:07:08 2014 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Mar 6 11:07:08 2014 -0800 ---------------------------------------------------------------------- .../src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/67e1f6c8/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 a640a06..6b23dbe 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 @@ -29,6 +29,7 @@ AutoReq: no %define lib_hadoop_dirname /usr/lib %define lib_hadoop %{lib_hadoop_dirname}/hadoop %define lib_hdfs %{lib_hadoop_dirname}/hadoop-hdfs +%define enduserlicense docs/*.pdf %define hadoop_name nonstop %define hadoop_services hadoop-hdfs-nonstop hadoop-hdfs-nonstop-checkpoints %define extra_libs DConE-*.jar DConE_Platform-*.jar @@ -85,6 +86,7 @@ rm -rf $RPM_BUILD_ROOT %__install -m 0644 $RPM_SOURCE_DIR/conf.nonstop/* $RPM_BUILD_ROOT/%{conf_nonstop}/ %__install -d -m 0755 $RPM_BUILD_ROOT/%{conf_dcone}/ %__install -m 0644 $RPM_SOURCE_DIR/wandisco/* $RPM_BUILD_ROOT/%{conf_dcone}/ +%__install -m 0644 %{enduserlicense} $RPM_BUILD_ROOT/%{lib_hdfs}/ ## secondary check-pointing %__install -m 0755 %{SOURCE14} $RPM_BUILD_ROOT/%{lib_hadoop}/sbin %__install -m 0755 %{SOURCE15} $RPM_BUILD_ROOT/%{lib_hadoop}/sbin @@ -210,6 +212,8 @@ done %{lib_hdfs}/%{artifactname}-client-%{wdd_namenode_nonstop_base_version}.jar %changelog +* Thu Mar 6 2014 Konstantin Boudnik <[email protected]> +- HAD-661. Adding end-user license agreement to the packaging * Thu Feb 24 2014 Konstantin Boudnik <[email protected]> - HAD-657. %post and %preun scripts should be package-specific * Thu Feb 20 2014 Konstantin Boudnik <[email protected]>
