diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-08-22 16:48:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-08-22 16:48:23 +0200 |
commit | a5cce75e0e2300a4ccf6f6bcbe7de1b51d235cda (patch) | |
tree | adb46d520f1d3446e5a59090fadae882f4a08bf9 | |
parent | 23b8b10d518f3bd11a41aa5d5250340bea7c4315 (diff) |
php-pecl-zip: really fix all spurious-executable-perm
-rw-r--r-- | php-pecl-zip.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index e6cbcb4..0a869ea 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -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: 3%{?dist} +Release: 4%{?dist} %if %{with_libzip} License: PHP %else @@ -79,7 +79,7 @@ rm lib/*.c %endif # make rpmlint happy (fixed in upstream git) -chmod -x *.c *.h lib/*.h examples/* CREDITS +chmod -x *.c *.h lib/*.h lib/*.c examples/* CREDITS cd .. : Create the configuration file @@ -191,6 +191,9 @@ fi %changelog +* Thu Aug 22 2013 Remi Collet <rcollet@redhat.com> 1.12.1-4 +- really fix all spurious-executable-perm + * Thu Aug 22 2013 Remi Collet <rcollet@redhat.com> 1.12.1-3 - fixes from review comments #999313: clarify License - drop execution right from sources |