Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/ops: ceph.spec.in: useless %py_requires breaks SLE11-SP3 build #5394

Merged
merged 1 commit into from Sep 4, 2015

Conversation

smithfarm
Copy link
Contributor

%py_requires expands to

BuildRequires: /usr/bin/python
PreReq: python = 2.7

The BuildRequires: is already provided, and the PreReq is wrong because
e.g. SLE11-SP3 (a platform we are trying to support) has Python 2.6.

http://tracker.ceph.com/issues/12351 Fixes: ceph#12351

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit cbf6c7b)

Conflicts:
	ceph.spec.in
            in master, the %py_requires is in the python-rados package,
            while in firefly it is in the python-ceph package
@smithfarm smithfarm self-assigned this Jul 29, 2015
@smithfarm smithfarm added this to the firefly milestone Jul 29, 2015
@smithfarm
Copy link
Contributor Author

@ktdreyer OK to merge this?

@ktdreyer
Copy link
Member

ktdreyer commented Sep 4, 2015

Sure, looks good to me.

@ktdreyer ktdreyer merged commit 601eadb into ceph:firefly Sep 4, 2015
ktdreyer added a commit that referenced this pull request Sep 4, 2015
ceph.spec.in: useless %py_requires breaks SLE11-SP3 build

Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
@smithfarm smithfarm deleted the wip-12447-firefly branch September 5, 2015 07:36
@ghost ghost changed the title ceph.spec.in: useless %py_requires breaks SLE11-SP3 build build/ops: ceph.spec.in: useless %py_requires breaks SLE11-SP3 build Oct 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants