[issue11122] bdist_rpm should use rpmbuild, not rpm

2019-06-08 Thread miss-islington
miss-islington added the comment: New changeset 3f7629d93c8cb3e0ee118c6a6463250f03d6c9f9 by Miss Islington (bot) in branch '3.8': bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) https://github.com/python/cpython/commit/3f7629d93c8cb3e0ee118c6a6463250f03d6c9f9

[issue11122] bdist_rpm should use rpmbuild, not rpm

2019-06-08 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 45a14942c969ed508b35abd5e116cb18f84ce5b4 by Cheryl Sabella (Marcin Niemira) in branch 'master': bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)

[issue11122] bdist_rpm should use rpmbuild, not rpm

2019-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +13795 pull_request: https://github.com/python/cpython/pull/13922 ___ Python tracker ___

[issue11122] bdist_rpm should use rpmbuild, not rpm

2019-06-08 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-11-18 Thread Marcin Niemira
Change by Marcin Niemira : -- pull_requests: +9839 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-11-18 Thread Ned Deily
Ned Deily added the comment: Note that Issue32281 also describes the problem of trying to use build_rpm on non-rpm systems, again specifically macOS. Before stumbling on this issue,I had suggested over there to use change bdist_rpm to not use hardwired paths for rpmbuild but, if the better

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-11-18 Thread Ned Deily
Change by Ned Deily : -- nosy: +bhyde, ned.deily versions: -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker ___

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-04-11 Thread Stanislav P
Stanislav P added the comment: the use case is being able to publish python package as rpm using setup.py on mac. -- ___ Python tracker

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-04-11 Thread Charalampos Stratakis
Charalampos Stratakis added the comment: The bug exists indeed but I would like to know what is the actual use case here. -- ___ Python tracker

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-04-11 Thread Stanislav P
Stanislav P added the comment: i am using this on redhat enterprise and mac. both running python 3.5 both running latest rpm. if you can make a pr it would great. -- ___ Python tracker

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-04-11 Thread Charalampos Stratakis
Charalampos Stratakis added the comment: I could make a PR out of the patch but I wonder if anyone is actually using this functionality. Wearing my Fedora's python maintainer hat, we have a lot of tooling around rpm that handles those things, so I don't think there is a

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-04-10 Thread Stanislav P
Stanislav P added the comment: can this patch be sped up? i am running into this issue with the latest python version the patch was submitted 7 years ago i don't see any workaround. -- nosy: +stanp versions: +Python 3.5, Python 3.6, Python 3.7, Python

[issue11122] bdist_rpm should use rpmbuild, not rpm

2014-03-14 Thread Peter Eisentraut
Peter Eisentraut added the comment: No, the second use should not be converted. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11122 ___ ___

[issue11122] bdist_rpm should use rpmbuild, not rpm

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Can someone test the attached patch for 2.7? I don’t know if the second use (rpm -q --qf etc) should be converted too. -- keywords: +patch stage: needs patch - patch review versions: +Python 3.4 -Python 3.2 Added file:

[issue11122] bdist_rpm should use rpmbuild, not rpm

2014-02-26 Thread Westley Martínez
Changes by Westley Martínez aniko...@gmail.com: -- nosy: +westley.martinez ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11122 ___ ___

[issue11122] bdist_rpm should use rpmbuild, not rpm

2013-07-15 Thread James Bennet
James Bennet added the comment: I have observed this bug under CentOS 5.9 using the version of python-setuptools from the official CentOS repository. -ba is not a valid option for that version of RPM. I am able to get further by installing the rpm-build package. -- nosy:

[issue11122] bdist_rpm should use rpmbuild, not rpm

2012-12-09 Thread Eric V. Smith
Eric V. Smith added the comment: I agree on just switching to rpmbuild, at least for 3.4. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11122 ___

[issue11122] bdist_rpm should use rpmbuild, not rpm

2012-11-06 Thread Peter Eisentraut
Peter Eisentraut added the comment: I ran into a similar instance of this problem today and would like to add my support for just getting rid of the rpm calls and just call rpmbuild in all cases. The last release where rpm was used for building was more than 10 years ago. -- nosy:

[issue11122] bdist_rpm should use rpmbuild, not rpm

2012-03-07 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- title: bdist_rpm fails - bdist_rpm should use rpmbuild, not rpm ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11122 ___