From dcdb56832ec2bd5a714767ec99cb6aca189c48af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 15 Jul 2016 15:22:20 +0200 Subject: [PATCH] Disabled php bindings due to rhbz#1353500 and: https://github.com/oetiker/rrdtool-1.x/issues/724 --- rrdtool.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index 21dc429..b96ac54 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -1,5 +1,5 @@ %global with_python %{?_without_python: 0} %{?!_without_python: 1} -%global with_php %{?_without_php: 0} %{?!_without_php: 1} +%global with_php %{?_without_php: 0} %{?!_without_php: 0} %global with_tcl %{?_without_tcl: 0} %{?!_without_tcl: 1} %global with_ruby %{?_without_ruby: 0} %{?!_without_ruby: 1} %global with_lua %{?_without_lua: 0} %{?!_without_lua: 1} @@ -17,7 +17,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.6.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -393,6 +393,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Fri Jul 15 2016 Jaroslav Škarvada - 1.6.0-4 +- Disabled php bindings due to rhbz#1353500 and: + https://github.com/oetiker/rrdtool-1.x/issues/724 + * Fri Jul 15 2016 Jaroslav Škarvada - 1.6.0-3 - Rebuilt for php