summaryrefslogtreecommitdiffstats
path: root/php-symfony.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-16 09:44:08 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-16 09:44:08 +0200
commit9afdcd131059533c9fe0c1ec3e0cf637b92f663a (patch)
tree8747c1a6f42e31368fefcb4bd44db524012a4211 /php-symfony.spec
parent9f3d04acfe899d6540277d98d2fffdbcc83fe25e (diff)
php-symfony: drop dependency on sqlite3 on EL-5
Diffstat (limited to 'php-symfony.spec')
-rw-r--r--php-symfony.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-symfony.spec b/php-symfony.spec
index e66d809..00b2cb2 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -90,7 +90,7 @@
Name: php-%{composer_project}
Version: %{github_version}
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: PHP framework for web projects
Group: Development/Libraries
@@ -144,7 +144,9 @@ BuildRequires: php-session
BuildRequires: php-simplexml
BuildRequires: php-sockets
BuildRequires: php-spl
+%if 0%{?rhel} != 5
BuildRequires: php-sqlite3
+%endif
BuildRequires: php-tokenizer
BuildRequires: php-xml
%endif
@@ -1105,7 +1107,9 @@ Requires: php-pdo
Requires: php-reflection
Requires: php-session
Requires: php-spl
+%if 0%{?rhel} != 5
Requires: php-sqlite3
+%endif
Requires: php-tokenizer
# Composer
@@ -2497,6 +2501,9 @@ exit $RET
# ##############################################################################
%changelog
+* Mon Jul 13 2015 Remi Collet <remi@remirepo.net> - 2.7.2-2.1
+- drop dependency on sqlite3 on EL-5
+
* Mon Jul 13 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.7.2-1
- Updated to 2.7.2 (RHBZ #1242664)