Bug 982585
Summary: | Review Request: python-pam - Pure Python interface to the Pluggable Authentication Modules system on Linux | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Juan Orti <jorti> |
Component: | Package Review | Assignee: | Christopher Meng <i> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | i, notting, orion, package-review |
Target Milestone: | --- | Flags: | i:
fedora-review+
gwync: fedora-cvs+ |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-10 07:21:42 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 982588 |
Description
Juan Orti
2013-07-09 10:50:43 UTC
Everything is OK. APPROVED. New Package SCM Request ======================= Package Name: python-pam Short Description: Pure Python interface to the Pluggable Authentication Modules system on Linux Owners: jorti Branches: f18 f19 InitialCC: Git done (by process-git-requests). python-pam-0.1.3-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-pam-0.1.3-1.fc19 python-pam-0.1.3-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-pam-0.1.3-1.fc18 python-pam-0.1.3-1.fc18 has been pushed to the Fedora 18 stable repository. python-pam-0.1.3-1.fc19 has been pushed to the Fedora 19 stable repository. Juan - I'd like to see this in EPEL-6/7. Would you be willing to maintain it there? FYI - Would need to add: %{!?__python2: %global __python2 /usr/bin/python2} %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} for EPEL6 support. Package Change Request ====================== Package Name: python-pam New Branches: el6 epel7 Owners: jorti leonn Git done (by process-git-requests). (In reply to Orion Poplawski from comment #8) > Juan - I'd like to see this in EPEL-6/7. Would you be willing to maintain > it there? I've submitted the package to epel6: https://admin.fedoraproject.org/updates/python-pam-0.1.4-2.el6 Thank you! |