From 6cd93552c53685ef0aca0f84aac965a275024996 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Sun, 4 Jun 2006 20:42:53 +0000 Subject: [PATCH] - 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 --- rrdtool.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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