[perl-IO-All] Correct find usage

Petr Pisar ppisar at fedoraproject.org
Sat Jul 20 07:19:21 UTC 2013


commit 717f7762616b04914a15aa703abbefebb8f460f0
Author: Petr Písař <ppisar at redhat.com>
Date:   Sat Jul 20 09:17:12 2013 +0200

    Correct find usage

 perl-IO-All.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-All.spec b/perl-IO-All.spec
index bd16b0c..0e5a667 100644
--- a/perl-IO-All.spec
+++ b/perl-IO-All.spec
@@ -27,7 +27,7 @@ manipulation functions.
 %prep
 %setup -q -n IO-All-%{version}
 
-find -type f -perm +100 -name '*.pm' -exec chmod a-x {} \;
+find -type f -perm /0100 -name '*.pm' -exec chmod a-x {} \;
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -51,6 +51,7 @@ make test
 %changelog
 * Thu Jul 18 2013 Petr Pisar <ppisar at redhat.com> - 0.46-3
 - Perl 5.18 rebuild
+- Correct find usage
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.46-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild



More information about the perl-devel mailing list