From e78e1aa6538e5ae350af05de674dbdb0dfba45c5 Mon Sep 17 00:00:00 2001 From: Tomas Radej Date: Nov 21 2011 11:22:14 +0000 Subject: Changed file attributes in 'scripts' subpackage --- 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 - 0:1.8.2-4 +- Changed files attributes in the 'scripts' subpackage + * Wed Feb 9 2011 Stanislav Ochotnicky - 0:1.8.2-3 - Add backward compatible maven depmap for nodeps jar - Revert define->global change (different semantic in rpm 4.9.X)