From f95d2397983c79ce8c647afd0d3fe0d6f8c298b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Aug 2013 17:23:11 +0200 Subject: php-pecl-zip: really really fix all spurious-executable-perm --- php-pecl-zip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-zip.spec') diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 0a869ea..21a523a 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: 4%{?dist} +Release: 5%{?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 lib/*.c examples/* CREDITS +find . -type f -exec chmod -x {} \; cd .. : Create the configuration file @@ -191,6 +191,9 @@ fi %changelog +* Thu Aug 22 2013 Remi Collet 1.12.1-5 +- really really fix all spurious-executable-perm + * Thu Aug 22 2013 Remi Collet 1.12.1-4 - really fix all spurious-executable-perm -- cgit