From 0802cd5ecd4b3f892f5d2840b258732b99713e45 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Mar 2014 07:35:34 +0100 Subject: php-pecl-selinux: fix syntax in provided configuration --- php-pecl-selinux.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec index 6d71ad4..75c37a9 100644 --- a/php-pecl-selinux.spec +++ b/php-pecl-selinux.spec @@ -8,7 +8,7 @@ Summary: SELinux binding for PHP scripting language Name: php-pecl-selinux Version: 0.3.1 -Release: 12%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 13%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -66,8 +66,8 @@ mv %{pecl_name}-%{version} NTS # Drop in the bit of configuration cat > %{pecl_name}.ini << 'EOF' -; Enable SELinux extension module" -extension=%{pecl_name}.so") +; Enable SELinux extension module +extension=%{pecl_name}.so EOF %if %{with_zts} @@ -158,6 +158,9 @@ fi %changelog +* Fri Mar 14 2014 Remi Collet - 0.3.1-13 +- fix syntax in provided configuration + * Thu Mar 13 2014 Remi Collet - 0.3.1-12 - cleanups - install doc in pecl_docdir -- cgit