Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
php-pecl-zip: really really fix all spurious-executable-perm
  • Loading branch information
remicollet committed Aug 22, 2013
1 parent f73fb57 commit 9f3a0fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions php/pecl/php-pecl-zip/php-pecl-zip.spec
Expand Up @@ -18,7 +18,7 @@ Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP
Name: php-pecl-zip
Version: 1.12.1
Release: 4%{?dist}
Release: 5%{?dist}
%if %{with_libzip}
License: PHP
%else
Expand Down Expand Up @@ -79,7 +79,7 @@ rm lib/*.c
%endif

# make rpmlint happy (fixed in upstream git)
chmod -x *.c *.h lib/*.h lib/*.c examples/* CREDITS
find . -type f -exec chmod -x {} \;

cd ..
: Create the configuration file
Expand Down Expand Up @@ -191,6 +191,9 @@ fi


%changelog
* Thu Aug 22 2013 Remi Collet <rcollet@redhat.com> 1.12.1-5
- really really fix all spurious-executable-perm

* Thu Aug 22 2013 Remi Collet <rcollet@redhat.com> 1.12.1-4
- really fix all spurious-executable-perm

Expand Down

0 comments on commit 9f3a0fd

Please sign in to comment.