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 891292 Details for
Bug 1093185
FTBFS: incorrect use of python_sitelib when it should be python_sitearch
[?]
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]
Spec file changes to resolve issue
PyQt4.multilib.patch (text/plain), 988 bytes, created by
Pat Riehecky
on 2014-04-30 20:48:23 UTC
(
hide
)
Description:
Spec file changes to resolve issue
Filename:
MIME Type:
Creator:
Pat Riehecky
Created:
2014-04-30 20:48:23 UTC
Size:
988 bytes
patch
obsolete
>--- PyQt4.spec.bak 2014-04-30 12:09:23.827207776 -0500 >+++ PyQt4.spec 2014-04-30 15:33:47.605120511 -0500 >@@ -234,13 +234,14 @@ popd > InstallPyQt4 %{python_sitearch} > > # DBus bindings only work for Python 2 so far: >-chrpath --list %{buildroot}%{python_sitelib}/dbus/mainloop/qt.so && \ >-chrpath --delete %{buildroot}%{python_sitelib}/dbus/mainloop/qt.so ||: >+chrpath --list %{buildroot}%{python_sitearch}/dbus/mainloop/qt.so && \ >+chrpath --delete %{buildroot}%{python_sitearch}/dbus/mainloop/qt.so ||: > > mkdir -p %{buildroot}%{python_sitearch}/_dbus_qt >-mv %{buildroot}%{python_sitelib}/dbus/mainloop/qt.so\ >+mv %{buildroot}%{python_sitearch}/dbus/mainloop/qt.so\ > %{buildroot}%{python_sitearch}/_dbus_qt/qt.so > touch %{buildroot}%{python_sitearch}/_dbus_qt/__init__.py >+mkdir -p %{buildroot}%{python_sitelib}/dbus/mainloop/ > echo 'from _dbus_qt.qt import *' > %{buildroot}%{python_sitelib}/dbus/mainloop/qt.py > > # HACK: fix multilb conflict, http://bugzilla.redhat.com/509415
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 1093185
:
891291
| 891292