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 849892 Details for
Bug 1046276
Some files will not be stripped
[?]
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]
Make library-files user writable
Make-library-files-user-writable-rhbz-1046276.patch (text/plain), 1.89 KB, created by
Matej Stuchlik
on 2014-01-14 11:22:19 UTC
(
hide
)
Description:
Make library-files user writable
Filename:
MIME Type:
Creator:
Matej Stuchlik
Created:
2014-01-14 11:22:19 UTC
Size:
1.89 KB
patch
obsolete
>From 820045b9d6c64de725b335f749267b35b2b60986 Mon Sep 17 00:00:00 2001 >From: Matej Stuchlik <mstuchli@redhat.com> >Date: Mon, 13 Jan 2014 14:00:50 +0100 >Subject: [PATCH] Make library-files user writable (rhbz#1046276) > >--- > python.spec | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/python.spec b/python.spec >index 9feb7e2..8cdc8a0 100644 >--- a/python.spec >+++ b/python.spec >@@ -106,7 +106,7 @@ Summary: An interpreted, interactive, object-oriented programming language > Name: %{python} > # Remember to also rebase python-docs when changing this: > Version: 2.7.5 >-Release: 12%{?dist} >+Release: 13%{?dist} > License: Python > Group: Development/Languages > Requires: %{python}-libs%{?_isa} = %{version}-%{release} >@@ -1410,6 +1410,7 @@ make install DESTDIR=%{buildroot} > # /usr/lib/libpython2.6.so.1.0-gdb.py > # but doing so generated noise when ldconfig was rerun (rhbz:562980) > # >+ > %if 0%{?with_gdb_hooks} > DirHoldingGdbPy=%{_prefix}/lib/debug/%{_libdir} > PathOfGdbPy=$DirHoldingGdbPy/$PyInstSoName.debug-gdb.py >@@ -1650,7 +1651,11 @@ sed -i "s|^#\!.\?/usr/bin.*$|#\! %{__python}|" \ > %{buildroot}%{demo_dir}/pdist/rrcs \ > %{buildroot}%{site_packages}/pynche/pynche > >- >+# Make library-files user writable >+# rhbz#1046276 >+/usr/bin/chmod 755 %{buildroot}%{dynload_dir}/*.so >+/usr/bin/chmod 755 %{buildroot}%{_libdir}/libpython%{pybasever}.so.1.0 >+/usr/bin/chmod 755 %{buildroot}%{_libdir}/libpython%{pybasever}_d.so.1.0 > > # ====================================================== > # Running the upstream test suite >@@ -2068,6 +2073,10 @@ rm -fr %{buildroot} > # ====================================================== > > %changelog >+* Mon Jan 13 2014 Matej Stuchlik <mstuchli@redhat.com> - 2.7.5-13 >+- Make library-files user writable >+Resolves: rhbz#1046276 >+ > * Fri Jan 10 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 2.7.5-12 > - Use -O3 when building on ppc64. > Resolves: rhbz#1051076 >-- >1.8.4.2 >
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 1046276
: 849892