[java-sig-commits] [ant/f15] Changed file attributes in 'scripts' subpackage

Tomas Radej tradej at fedoraproject.org
Mon Nov 21 16:05:10 UTC 2011


commit e78e1aa6538e5ae350af05de674dbdb0dfba45c5
Author: Tomas Radej <tradej at redhat.com>
Date:   Mon Nov 21 12:22:14 2011 +0100

    Changed file attributes in 'scripts' subpackage

 ant.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/ant.spec b/ant.spec
index 11f7ffb..7c2caaf 100644
--- a/ant.spec
+++ b/ant.spec
@@ -50,7 +50,7 @@
 
 Name:           ant
 Version:        1.8.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Epoch:          0
 Summary:        Build tool for java
 Summary(it):    Tool per la compilazione di programmi java
@@ -789,9 +789,8 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/%{name}.d/testutil
 
 %files scripts
-%defattr(-,root,root,-)
-%{_bindir}/*.pl
-%{_bindir}/*.py*
+%attr(0755,root,root) %{_bindir}/*.pl
+%attr(0755,root,root) %{_bindir}/*.py*
 
 %files manual
 %defattr(-,root,root,-)
@@ -807,6 +806,9 @@ rm -rf $RPM_BUILD_ROOT
 # -----------------------------------------------------------------------------
 
 %changelog
+* Mon Nov 21 2011 Tomas Radej <tradej at redhat.com> - 0:1.8.2-4
+- Changed files attributes in the 'scripts' subpackage
+
 * Wed Feb  9 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.8.2-3
 - Add backward compatible maven depmap for nodeps jar
 - Revert define->global change (different semantic in rpm 4.9.X)


More information about the java-sig-commits mailing list