summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-14 07:35:34 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-14 07:35:34 +0100
commit0802cd5ecd4b3f892f5d2840b258732b99713e45 (patch)
treebeda5ce9ebbf3b1425217f74e7775cc5a7f5eaa9
parent8e20620ea42c5ad7ee894d863cd068c7daf4c390 (diff)
php-pecl-selinux: fix syntax in provided configuration
-rw-r--r--php-pecl-selinux.spec9
1 files 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 <remi@fedoraproject.org> - 0.3.1-13
+- fix syntax in provided configuration
+
* Thu Mar 13 2014 Remi Collet <RPMS@FamilleCollet.com> - 0.3.1-12
- cleanups
- install doc in pecl_docdir