From 9afdcd131059533c9fe0c1ec3e0cf637b92f663a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jul 2015 09:44:08 +0200 Subject: php-symfony: drop dependency on sqlite3 on EL-5 --- php-symfony.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-symfony.spec') 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 - 2.7.2-2.1 +- drop dependency on sqlite3 on EL-5 + * Mon Jul 13 2015 Shawn Iwinski - 2.7.2-1 - Updated to 2.7.2 (RHBZ #1242664) -- cgit