[whatsup] fix spec to get the right build deps

David Brown dmlb2000 at fedoraproject.org
Tue Jan 22 01:30:41 UTC 2013


commit cd64f9013680b1ecc8c19f3c8560ebee8bf4d66a
Author: David Brown <david.brown at pnnl.gov>
Date:   Mon Jan 21 17:30:05 2013 -0800

    fix spec to get the right build deps

 whatsup.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/whatsup.spec b/whatsup.spec
index 5162fe2..07e3a5c 100644
--- a/whatsup.spec
+++ b/whatsup.spec
@@ -16,7 +16,7 @@ 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
+BuildRequires: perl(ExtUtils::MakeMaker) expat-devel, libtool-ltdl-devel
 %if 0%{?fedora} > 15
 BuildRequires: systemd-units
 %endif
@@ -314,6 +314,7 @@ fi
 %changelog
 * Mon Jan 21 2013 David Brown <david.brown at pnnl.gov> - 1.14-1
 - New upstream version of whatsup
+- added libtool-ltdl-devel build deps
 
 * Mon Sep 10 2012 David Brown <david.brown at pnnl.gov> - 1.13-6
 - get the damn macro right for postun


More information about the scm-commits mailing list