From 18e8b71f32a52dac8bc544ec08382e774bed095b Mon Sep 17 00:00:00 2001 From: Jan ONDREJ (SAL) Date: Mar 23 2013 17:21:37 +0000 Subject: added autoreconf to prep section (bz#926359) --- diff --git a/pnp4nagios.spec b/pnp4nagios.spec index 3243d76..ac7d720 100644 --- a/pnp4nagios.spec +++ b/pnp4nagios.spec @@ -1,6 +1,6 @@ Name: pnp4nagios Version: 0.6.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Nagios performance data analysis tool Group: Applications/System @@ -12,6 +12,7 @@ Source2: pnp4nagios-npcd.sysvinit Source3: pnp4nagios-README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: autoconf, automake, libtool BuildRequires: rrdtool-perl BuildRequires: perl(Time::HiRes) Requires: nagios @@ -29,6 +30,7 @@ and stores them automatically into RRD-databases. %prep %setup -q +autoreconf cp -p %{SOURCE3} README.fedora sed -i -e 's/^INSTALL_OPTS="-o $nagios_user -g $nagios_grp"/INSTALL_OPTS=""/' \ @@ -130,6 +132,9 @@ fi %{_datadir}/nagios/html/%{name}/kohana %changelog +* Sat Mar 23 2013 Ján ONDREJ (SAL) - 0.6.20-2 +- added autoreconf to prep section (bz#926359) + * Sun Mar 03 2013 Ján ONDREJ (SAL) - 0.6.20-1 - update to upstream