Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 849630 Details for
Bug 829892
Review Request: python27 - Parallel-installable Python 2.7 for EL6
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch file
python27.spec.patch (text/plain), 1.39 KB, created by
Steve Simpson
on 2014-01-13 21:26:55 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Steve Simpson
Created:
2014-01-13 21:26:55 UTC
Size:
1.39 KB
patch
obsolete
>--- ../SPECS/python27.spec 2014-01-13 16:16:16.000000000 -0500 >+++ python27.spec 2014-01-13 16:24:06.000000000 -0500 >@@ -35,12 +35,19 @@ > %global py_INSTSONAME_optimized libpython%{pybasever}.so.%{py_SOVERSION} > %global py_INSTSONAME_debug libpython%{pybasever}_d.so.%{py_SOVERSION} > >+# turn off with_debug_build & with_gdb_hooks, if debug_pacakge and debug_packages are not set >+%if 0%{?debug_packages} || 0%{?debug_package} > %global with_debug_build 1 >+%global with_gdb_hooks 1 >+%else >+%global with_debug_build 0 >+%global with_gdb_hooks 0 >+%endif > > # Disabled for now: > %global with_huntrleaks 0 > >-%global with_gdb_hooks 1 >+ > > # systemtap isn't supported on PPC 32 bit. > # As of 2012-06-07, EPEL only builds 32 bit PPC so the builds will fail in koji. >@@ -1494,8 +1501,9 @@ > %if !%{main_python} > rm %{buildroot}%{_libdir}/pkgconfig/python.pc > rm %{buildroot}%{_libdir}/pkgconfig/python2.pc >-rm %{buildroot}%{_libdir}/pkgconfig/python-debug.pc >-rm %{buildroot}%{_libdir}/pkgconfig/python2-debug.pc >+# These files don't exist if debug is turned off, simply add -f to avoid error >+rm -f %{buildroot}%{_libdir}/pkgconfig/python-debug.pc >+rm -f %{buildroot}%{_libdir}/pkgconfig/python2-debug.pc > > pushd %{buildroot}/%{_mandir}/man1 > rm python.1 >@@ -1521,7 +1529,9 @@ > rm 2to3 > > ln -s python%{pybasever} %{python} >+%if 0%{?with_debug_build} > ln -s python%{pybasever}-debug %{python}-debug >+%endif > > popd > %endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 829892
:
816364
| 849630 |
850013