From bbce8a10080c1b91d2292713372d90625a5d9c9f Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sat, 20 Aug 2005 23:28:02 +0000 Subject: [PATCH] Fix permissions (#166406). --- perl-Text-Autoformat.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec index ebaa025..62f0908 100644 --- a/perl-Text-Autoformat.spec +++ b/perl-Text-Autoformat.spec @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries @@ -32,6 +32,7 @@ the built-in Perl format() mechanism. %prep %setup -q -n Text-Autoformat-%{version} +chmod a-x lib/Text/Autoformat.pm Changes README %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 20 2005 Steven Pritchard 1.13-2 +- Fix permissions (#166406). + * Tue May 24 2005 Steven Pritchard 1.13-1 - Update to 1.13 final. - Filter bogus perl(Hang) and perl(NullHang) auto-provides.