From 35e684284210e8129b3f8fbae9d1cab46b1d778e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Apr 2013 07:07:36 +0200 Subject: php-pear-Net-DNS2: fix short_open_tag in tests --- php-pear-Net-DNS2.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec index 7ea66f3..a4057c8 100644 --- a/php-pear-Net-DNS2.spec +++ b/php-pear-Net-DNS2.spec @@ -25,14 +25,16 @@ Requires: php-pear(PEAR) # extensions detected by phpci Requires: php-ctype Requires: php-date -Requires: php-filter +Requires: php-hash Requires: php-json -Requires: php-mhash -Requires: php-openssl Requires: php-pcre Requires: php-shmop Requires: php-sockets Requires: php-spl +# Optional +Requires: php-filter +Requires: php-mhash +Requires: php-openssl Provides: php-pear(%{pear_name}) = %{version} @@ -82,6 +84,10 @@ rm -rf %{buildroot} %check +# https://pear.php.net/bugs/19886 +sed -e 's//dev/null then suite=AllTests.php -- cgit