[pnp4nagios] added autoreconf to prep section (bz#926359)

Ján ONDREJ ondrejj at fedoraproject.org
Sat Mar 23 17:21:47 UTC 2013


commit 18e8b71f32a52dac8bc544ec08382e774bed095b
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Sat Mar 23 18:21:37 2013 +0100

    added autoreconf to prep section (bz#926359)

 pnp4nagios.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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) <ondrejj(at)salstar.sk> - 0.6.20-2
+- added autoreconf to prep section (bz#926359)
+
 * Sun Mar 03 2013 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.6.20-1
 - update to upstream
 


More information about the scm-commits mailing list