Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 797F818FC7 for ; Sun, 22 Nov 2015 05:29:46 +0000 (UTC) Received: (qmail 4815 invoked by uid 500); 22 Nov 2015 05:29:46 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 4726 invoked by uid 500); 22 Nov 2015 05:29:46 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 4716 invoked by uid 99); 22 Nov 2015 05:29:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Nov 2015 05:29:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E9F9BDFFF9; Sun, 22 Nov 2015 05:29:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: evansye@apache.org To: commits@bigtop.apache.org Date: Sun, 22 Nov 2015 05:29:45 -0000 Message-Id: <57101c5a3d4649f7a4badf6f3ac8e36e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] bigtop git commit: BIGTOP-2155. Fix Hue 3.9.0 build failed on Fedora Repository: bigtop Updated Branches: refs/heads/master 9eda5133c -> 5545eb599 BIGTOP-2155. Fix Hue 3.9.0 build failed on Fedora Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/a31bb6ac Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/a31bb6ac Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/a31bb6ac Branch: refs/heads/master Commit: a31bb6aca8a19bf088e60c70521cd79813e1a0d3 Parents: 9eda513 Author: Evans Ye Authored: Fri Nov 20 19:31:33 2015 +0000 Committer: Evans Ye Committed: Sun Nov 22 13:29:14 2015 +0800 ---------------------------------------------------------------------- bigtop-packages/src/rpm/hue/SPECS/hue.spec | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/a31bb6ac/bigtop-packages/src/rpm/hue/SPECS/hue.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/hue/SPECS/hue.spec b/bigtop-packages/src/rpm/hue/SPECS/hue.spec index 329b219..13694d4 100644 --- a/bigtop-packages/src/rpm/hue/SPECS/hue.spec +++ b/bigtop-packages/src/rpm/hue/SPECS/hue.spec @@ -201,15 +201,9 @@ Requires: insserv, python-xml BuildRequires: /sbin/runuser, sqlite-devel, openldap-devel, mysql-devel, openssl-devel # Required for init scripts Requires: /lib/lsb/init-functions -%if 0%{?rhel:%{rhel}} < 6 -# Python 2.5+ is required, but RHEL 5's `python` is 2.4 -BuildRequires: python26-devel, python26-distribute -Requires: python26 -%else BuildRequires: python-devel, python-setuptools Requires: python %endif -%endif # Disable automatic Provides generation - otherwise we will claim to provide all of the # .so modules that we install inside our private lib directory, which will falsely