[mongodb/el5/master] add libtermcap-devel BR on el5

Nathaniel McCallum npmccallum at fedoraproject.org
Thu Feb 17 04:07:06 UTC 2011


commit 43a815530f2a8b68d513792bea781f9c79e37298
Author: Nathaniel McCallum <nathaniel at natemccallum.com>
Date:   Wed Feb 16 22:07:07 2011 -0600

    add libtermcap-devel BR on el5

 mongodb.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/mongodb.spec b/mongodb.spec
index 76280c3..945ff29 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -4,7 +4,7 @@
 %global         daemon mongod
 Name:           mongodb
 Version:        1.7.5
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -30,6 +30,11 @@ BuildRequires:  libpcap-devel
 # to run tests
 BuildRequires:  unittest
 
+%if "%{dist}" == "el5"
+BuildRequires:  libtermcap-devel
+%endif
+
+
 Requires(post): chkconfig
 Requires(preun): chkconfig
 
@@ -204,6 +209,9 @@ fi
 %{_includedir}/mongo
 
 %changelog
+* Wed Feb 16 2011 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.7.5-6
+- Add libtermcap-devel BR on el5
+
 * Wed Feb 16 2011 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.7.5-5
 - Add nonce patch
 


More information about the scm-commits mailing list