Bug 582007
Summary: | RFE: add libsemanage-python3 subpackage to build | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> | ||||||
Component: | libsemanage | Assignee: | Daniel Walsh <dwalsh> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | rawhide | CC: | dwalsh, mgrepl | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-05-06 15:58:26 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: | 582006 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Dave Malcolm
2010-04-13 20:07:04 UTC
Created attachment 409603 [details]
Patch to devel's libsemanage.spec to add a python3 subpackage
Created attachment 409605 [details]
libsemanage-2.0.45-support-multiple-python-builds.patch
Generalize the build to support building the Python bindings against multiple Python runtimes.
Compiles, but is barely tested: [david@surprise devel]$ rpm -q libsemanage-python3 libsemanage-python3-2.0.45-4.fc14.x86_64 [david@surprise devel]$ python3 Python 3.1.2 (r312:79147, Mar 21 2010, 16:44:26) [GCC 4.4.3 20100127 (Red Hat 4.4.3-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import semanage >>> h = semanage.semanage_handle_create() >>> h <Swig Object of type 'struct semanage_handle *' at 0xa22420> >>> Fixed in libsemanage-2_0_45-4_fc14 |