commit 717f7762616b04914a15aa703abbefebb8f460f0
Author: Petr Písař <ppi...@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 <ppi...@redhat.com> - 0.46-3
 - Perl 5.18 rebuild
+- Correct find usage
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.46-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to