From f114a67df09e6c1c5f43ecca85c094fab01f030d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 11 Oct 2013 13:48:05 +0200 Subject: [PATCH] Fixed twice packaging of tclrrd1.4.8.so --- rrdtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index 2041ac1..c61ea0d 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.4.8 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -337,7 +337,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %defattr(-,root,root,-) %{_includedir}/*.h %exclude %{_libdir}/*.la -%{_libdir}/*.so +%{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %files doc @@ -392,6 +392,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Fri Oct 11 2013 Jaroslav Škarvada - 1.4.8-6 +- Fixed twice packaging of tclrrd1.4.8.so + * Sun Aug 04 2013 Fedora Release Engineering - 1.4.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild