Updated Branches: refs/heads/master 29fa1b3d8 -> 04651d780
BIGTOP-969. a few files belong to more than one package Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/04651d78 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/04651d78 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/04651d78 Branch: refs/heads/master Commit: 04651d7800cbacbaf8eef6ff0fc368653c5f79f5 Parents: 29fa1b3 Author: Roman Shaposhnik <[email protected]> Authored: Tue May 7 08:27:33 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Tue May 7 08:27:33 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/04651d78/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec index 0768665..2b87fe8 100644 --- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec +++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec @@ -625,14 +625,16 @@ fi %{lib_hadoop}/*.jar %{lib_hadoop}/lib %{lib_hadoop}/sbin -%{lib_hadoop}/bin/hadoop -%{lib_hadoop}/bin/rcc +%{lib_hadoop}/bin %{lib_hadoop}/etc %{lib_hadoop}/libexec/hadoop-config.sh %{lib_hadoop}/libexec/hadoop-layout.sh %{bin_hadoop}/hadoop %{man_hadoop}/man1/hadoop.1.* +# Shouldn't the following be moved to hadoop-hdfs? +%exclude %{lib_hadoop}/bin/fuse_dfs + %files doc %defattr(-,root,root) %doc %{doc_hadoop}
