Bug 795107 - xfce4-mpc-plugin 0.4.1-1 contains unstripped *.so
Summary: xfce4-mpc-plugin 0.4.1-1 contains unstripped *.so
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: xfce4-mpc-plugin
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christoph Wickert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2012-02-19 12:02 UTC by Ville Skyttä
Modified: 2012-02-28 10:58 UTC (History)
1 user (show)

Fixed In Version: xfce4-mpc-plugin-0.4.2-1.fc17
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-28 10:58:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2012-02-19 12:02:23 UTC
xfce4-mpc-plugin 0.4.1-1 contains unstripped *.so, for some reason it's installed with modes 644 whereas it was and should be 755 so rpmbuild will strip it.

One quick way to fix it:

--- a/xfce4-mpc-plugin.spec
+++ b/xfce4-mpc-plugin.spec
@@ -38,2 +38,3 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
+chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
 find %{buildroot} -name '*.la' -exec rm -f {} ';'

Comment 1 Christoph Wickert 2012-02-19 17:17:51 UTC
Thanks for the heads-up, fix is on it's way.

Comment 2 Fedora Update System 2012-02-19 17:26:28 UTC
xfce4-mpc-plugin-0.4.1-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/FEDORA-2012-1727/xfce4-mpc-plugin-0.4.1-2.fc17

Comment 3 Fedora Update System 2012-02-20 02:14:58 UTC
Package xfce4-mpc-plugin-0.4.1-2.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing xfce4-mpc-plugin-0.4.1-2.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-1727/xfce4-mpc-plugin-0.4.1-2.fc17
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-02-20 17:11:43 UTC
Package xfce4-mpc-plugin-0.4.2-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing xfce4-mpc-plugin-0.4.2-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-1727/xfce4-mpc-plugin-0.4.2-1.fc17
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2012-02-28 10:58:00 UTC
xfce4-mpc-plugin-0.4.2-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.