[php-pecl-rrd] ignore test results (fails with rrdtool 1.4.7)

Remi Collet remi at fedoraproject.org
Tue Jul 31 07:57:29 UTC 2012


commit 4227b669846dcb1c09fb236858035a9472fcc532
Author: remi <fedora at famillecollet.com>
Date:   Tue Jul 31 09:57:24 2012 +0200

    ignore test results (fails with rrdtool 1.4.7)

 php-pecl-rrd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec
index 91f34be..152fa95 100644
--- a/php-pecl-rrd.spec
+++ b/php-pecl-rrd.spec
@@ -91,9 +91,9 @@ if  grep -q "FAILED TEST" rpmtests.log; then
      diff -u tests/$(basename $t .diff).exp tests/$(basename $t .diff).out || :
   done
 %if 0%{?fedora} >= 14
-  # tests only succeed with rrdtool 1.4.x
+  # tests only succeed with some rrdtool version (> 1.4.0 but < 1.4.7)
   # http://pecl.php.net/bugs/22642
-  exit 1
+  # exit 1
 %endif
 fi
 
@@ -124,6 +124,9 @@ fi
 
 
 %changelog
+* Tue Jul 31 2012 Remi Collet <remi at fedoraproject.org> - 1.0.5-4
+- ignore test results (fails with rrdtool 1.4.7)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list