[eclipse] Do mark *.so as executable.

Krzysztof Daniel kdaniel at fedoraproject.org
Fri Oct 25 12:08:41 UTC 2013


commit 6d6e1a048abb7447093c7892d22f857d6a2536a7
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Oct 25 14:08:34 2013 +0200

    Do mark *.so as executable.

 eclipse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 9105bcf..81c5973 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -51,7 +51,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -713,7 +713,7 @@ chmod a+x  $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/dropins/sdk/plugins/org.eclipse
 sed -i "s@/usr/share/eclipse@%{libdir}/%{pkg_name}@" $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/dropins/sdk/plugins/org.eclipse.pde.build_*/templates/package-build/build.properties
 
 #fix so permissions
-find . -name *.so -exec chmod +x {} \;
+find . -name *.so -exec chmod a+x {} \; && echo ""
 
 ##############
 # Tests
@@ -1029,6 +1029,9 @@ fi
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
 
 %changelog
+* Fri Oct 25 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.1-9
+- Do mark *.so as executable.
+
 * Fri Oct 25 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.1-8
 - Mark *.so as executable.
 


More information about the scm-commits mailing list