[whatsup/el5: 2/2] here's the update to fix bug #926718

David Brown dmlb2000 at fedoraproject.org
Tue Mar 26 16:48:37 UTC 2013


commit 438671fb3ed198434bf268f5ae520e85a2d84bf3
Author: David Brown <david.brown at pnl.gov>
Date:   Tue Mar 26 09:47:56 2013 -0700

    here's the update to fix bug #926718

 whatsup.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/whatsup.spec b/whatsup.spec
index e685117..678c749 100644
--- a/whatsup.spec
+++ b/whatsup.spec
@@ -9,14 +9,14 @@
 Summary:       Node up/down detection utility
 Name:          whatsup
 Version:       1.14
-Release:       2%{?dist}
+Release:       3%{?dist}
 Group:         Applications/Communications
 License:       GPLv2+
 URL:           https://computing.llnl.gov/linux/whatsup.html
 Source0:       http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}-1/%{name}-%{version}.tar.gz
 Source1:       %{name}-hostsfile
 Source2:       %{name}-pingd.service
-BuildRequires: perl(ExtUtils::MakeMaker) expat-devel, libtool-ltdl-devel, libgenders-devel
+BuildRequires: perl(ExtUtils::MakeMaker) expat-devel, libtool-ltdl-devel, libgenders-devel, autoconf
 %if 0%{?fedora} > 15
 BuildRequires: systemd-units
 %endif
@@ -119,6 +119,7 @@ Genders clusterlist module for %{libname}
 
 %prep
 %setup -q
+autoreconf -I config -f -i
 
 %if 0%{?rhel} <= 6
 cat << \EOF > %{name}-python-prov
@@ -325,6 +326,10 @@ fi
 
 
 %changelog
+* Tue Mar 26 2013 David Brown <david.brown at pnnl.gov> - 1.14-3
+- added autoreconf to fix bug #926718
+- added autoconf to build depends just to be safe
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list