From af58fc90f4517c2043e97ccd10156cc2742b740f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 4 Nov 2013 15:41:21 +0100 Subject: [PATCH] Fixed multilib problems --- rrdtool.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index c61ea0d..cd14792 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -8,9 +8,6 @@ #define pretag 1.2.99908020600 # Private libraries are not be exposed globally by RPM -# RPM 4.8 -%{?filter_provides_in: %filter_provides_in %{php_extdir}/.*\.so$} -%{?filter_setup} # RPM 4.9 %global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{php_extdir}/.*\\.so$ @@ -18,7 +15,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.4.8 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -392,6 +389,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Mon Nov 4 2013 Jaroslav Škarvada - 1.4.8-7 +- Fixed multilib problems + * Fri Oct 11 2013 Jaroslav Škarvada - 1.4.8-6 - Fixed twice packaging of tclrrd1.4.8.so