[binwalk] Fix *.so permissions for -debuginfo

Scott Talbert swt2c at fedoraproject.org
Sat Nov 1 13:44:28 UTC 2014


commit accc33a1d0f22fe139172334de20a1997fc481e3
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Nov 1 09:01:32 2014 +0200

    Fix *.so permissions for -debuginfo
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1159467

 binwalk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/binwalk.spec b/binwalk.spec
index 02c5111..4f3bab5 100644
--- a/binwalk.spec
+++ b/binwalk.spec
@@ -1,6 +1,6 @@
 Name:           binwalk
 Version:        2.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Firmware analysis tool
 License:        MIT
 URL:            http://www.binwalk.org/
@@ -25,6 +25,7 @@ it is compatible with magic signatures created for the Unix file utility.
 %build
 %configure --disable-bundles
 make %{?_smp_mflags}
+chmod -c +x src/build/lib/binwalk/libs/*.so
 
 %install
 # Override --install-lib because package believes it is pure python but it
@@ -38,6 +39,9 @@ make %{?_smp_mflags}
 %{python2_sitearch}/%{name}-%{version}*.egg-info
 
 %changelog
+* Sat Nov  1 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.0.0-2
+- Fix *.so permissions for -debuginfo
+
 * Mon Sep 29 2014 Scott Talbert <swt at techie.net> - 2.0.0-1
 - New upstream release 2.0.0 (#1085059, #1111576)
 


More information about the scm-commits mailing list