Bug 1755043

Summary: Request EPEL6 build of python3-gssapi
Product: [Fedora] Fedora EPEL Reporter: Steve Traylen <steve.traylen>
Component: python3-gssapiAssignee: Robbie Harwood <rharwood>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: rharwood
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python3-gssapi-1.3.0-3.el6 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-09 20:28:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steve Traylen 2019-09-24 15:30:49 UTC
Hi,

An epel 6 build would be great.

https://src.fedoraproject.org/rpms/python3-gssapi/diff/epel7..el6


Looks to have a patch but never released.


I just tested the trivial patch

diff --git a/python3-gssapi.spec b/python3-gssapi.spec
index 8b455bf..7f5f4cf 100644
--- a/python3-gssapi.spec
+++ b/python3-gssapi.spec
@@ -63,8 +63,7 @@ Requires:       %{python3}-decorator
 
 
 %files -n %{python3}-gssapi
-%doc README.txt
-%license LICENSE.txt
+%doc README.txt LICENSE.txt
 %{python3_sitearch}/gssapi
 %{python3_sitearch}/gssapi-%{version}-py%{python3_version}.egg-info


and indeed that is enough to both build and install the package.

Comment 1 Robbie Harwood 2019-09-24 19:27:32 UTC
Not sure why that worked for you, but it didn't for me.  I had to make a few other modifications.  I wish I knew what 2017-me was doing, why it was built on koji but not released, etc.

Comment 2 Fedora Update System 2019-09-24 19:28:21 UTC
FEDORA-EPEL-2019-76e916a027 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-76e916a027

Comment 3 Fedora Update System 2019-09-25 02:05:39 UTC
python3-gssapi-1.3.0-3.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-76e916a027

Comment 4 Steve Traylen 2019-09-25 08:56:38 UTC
Thanks  a lot.

 I'll look at if we can get a python3-requests-gssapi and then we have a common stack on 6 , 7 and 8.

Comment 5 Steve Traylen 2019-09-25 09:26:49 UTC
I see you maintain python-requests-gssapi also , great.

Only dep missing is python2-gssapi on 6 but that is probably hard on such an old python.

Comment 6 Robbie Harwood 2019-09-25 14:14:39 UTC
Correct - it's not really doable.  The most immediate problem ends up being Cython: in el7 we already have to work around some large bugs in its typesystem, but with el6 it doesn't generate code properly.  But because the python3 stack is shipped through epel6, we can have more modern python3-Cython there (and therefore python3-gssapi).  However, since EPEL policy is to not ship packages which are already shipped in RHEL, we can't have no "modern" python2-Cython, and so no python2-gssapi.

(Also, obligatory reminder that python2 is not the future https://pythonclock.org/ )

Comment 7 Fedora Update System 2019-10-09 20:28:02 UTC
python3-gssapi-1.3.0-3.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.