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 <[email protected]> Authored: Fri Nov 20 19:31:33 2015 +0000 Committer: Evans Ye <[email protected]> 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
