From 5efa471ca0d3c83eabf2933e6f6357ea8331dc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 8 Jun 2020 21:22:46 +0200 Subject: [PATCH] Fixed FTBFS Resolves: rhbz#1845126 --- rrdtool.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index 2dec1d5..1cfa38c 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -18,7 +18,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.7.2 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ with exceptions URL: http://oss.oetiker.ch/rrdtool/ Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz @@ -181,7 +181,7 @@ perl -pi.orig -e 's|1.299907080300|1.29990708|' \ # # fix config files for php4 bindings # workaround needed due to https://bugzilla.redhat.com/show_bug.cgi?id=211069 -cp -p /usr/lib/rpm/config.{guess,sub} php4/ +cp -p /usr/lib/rpm/redhat/config.{guess,sub} php4/ %build ./bootstrap @@ -395,6 +395,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Mon Jun 8 2020 Jaroslav Škarvada - 1.7.2-9 +- Fixed FTBFS + Resolves: rhbz#1845126 + * Tue May 26 2020 Miro Hrončok - 1.7.2-8 - Rebuilt for Python 3.9