[libcutl/el5] Removing the manual specification of the boost libraries because they don't exist on EL 5

Dave Johansen daveisfera at fedoraproject.org
Thu Jul 25 15:12:38 UTC 2013


commit 4b4542e03672ca276d64962495ef1b0c8550ecbf
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Thu Jul 25 08:12:11 2013 -0700

    Removing the manual specification of the boost libraries because they don't exist on EL 5

 libcutl.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libcutl.spec b/libcutl.spec
index 5a350df..6bf4504 100644
--- a/libcutl.spec
+++ b/libcutl.spec
@@ -15,9 +15,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Use the system Boost instead of the internal one
 BuildRequires: boost-devel
-# Manually specify the needed Boost packages because they aren't being installed on EL 5
-BuildRequires: boost-regex
-BuildRequires: boost-system
 # Uses pkgconfig
 BuildRequires: pkgconfig
 


More information about the scm-commits mailing list