Updated Branches: refs/heads/master 96c4ce31c -> d42c76395
BIGTOP-808. hadoop-conf-pseudo package breaks hadoop-conf alternatives during upgrades (Sean Mackrory via rvs) Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/d42c7639 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/d42c7639 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/d42c7639 Branch: refs/heads/master Commit: d42c763953561d27cd82d6741afe35350bf29bd6 Parents: 96c4ce3 Author: Roman Shaposhnik <[email protected]> Authored: Fri Jan 4 18:16:45 2013 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Jan 4 18:16:56 2013 -0800 ---------------------------------------------------------------------- bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/d42c7639/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 334dd4e..21b6e68 100644 --- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec +++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec @@ -664,7 +664,6 @@ fi %preun conf-pseudo if [ "$1" = 0 ]; then %{alternatives_cmd} --remove %{name}-conf %{etc_hadoop}/conf.pseudo - rm -f %{etc_hadoop}/conf fi %files conf-pseudo
