diff --git a/rrdtool.spec b/rrdtool.spec index bac704f..915971d 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -1,7 +1,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.13 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -169,6 +169,11 @@ find examples/ -type f -exec chmod 0644 {} \; %{python_sitearch}/rrdtoolmodule.so %changelog +* Sun Jun 04 2006 Jarod Wilson 1.2.13-2 +- Remove explicit perl dep, version grabbing using rpm during + rpmbuild not guaranteed to work (fails on ppc in plague), + and auto-gen perl deps are sufficient + * Sat Jun 03 2006 Jarod Wilson 1.2.13-1 - Update to release 1.2.13 - Merge spec changes from dag, atrpms and mdk builds