BIGTOP-1087. flume rpm package needs to own /usr/lib/flume/tools
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/09e0b39f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/09e0b39f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/09e0b39f Branch: refs/heads/master Commit: 09e0b39f36279ac5f286b8a19744ef978f24e7a6 Parents: e0109d0 Author: Roman Shaposhnik <[email protected]> Authored: Tue Sep 24 08:50:35 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Tue Sep 24 08:53:47 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/rpm/flume/SPECS/flume.spec | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/09e0b39f/bigtop-packages/src/rpm/flume/SPECS/flume.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/flume/SPECS/flume.spec b/bigtop-packages/src/rpm/flume/SPECS/flume.spec index b847b2b..5796363 100644 --- a/bigtop-packages/src/rpm/flume/SPECS/flume.spec +++ b/bigtop-packages/src/rpm/flume/SPECS/flume.spec @@ -181,6 +181,7 @@ fi %dir %{lib_flume} %dir %{lib_flume}/bin %dir %{lib_flume}/lib +%dir %{lib_flume}/tools %config(noreplace) %{etc_flume}.empty/* %attr(0755,root,root) %{bin_flume}/flume-ng
