[jline] Drop executable bit from jar.

Ville Skyttä scop at fedoraproject.org
Sat Oct 15 19:49:59 UTC 2011


commit 1a81b690cd73e5db1cf348fc8644989448415edf
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Oct 15 22:21:00 2011 +0300

    Drop executable bit from jar.

 jline.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/jline.spec b/jline.spec
index 0a0f307..64855ee 100644
--- a/jline.spec
+++ b/jline.spec
@@ -113,7 +113,7 @@ mvn-jpp -e -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
 rm -rf $RPM_BUILD_ROOT
 
 # jars
-install -pD -T src/target/%{name}-%{version}.jar \
+install -pD -T -m 644 src/target/%{name}-%{version}.jar \
   %{buildroot}%{_javadir}/%{name}.jar
 
 # javadoc
@@ -158,9 +158,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %{_javadocdir}/*
 
 %changelog
-* Sun Jul 10 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.9.94-4
-- Patch delete to actually behave as delete instead of backspace.
-- Include keybindings.properties in docs.
+* Sat Oct 15 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.9.94-4
+- Patch delete to actually behave as delete instead of backspace, include
+  keybindings.properties in docs (#720170).
+- Drop executable bit from jar.
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.94-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list