Move libcurl requirement downn to libxmltooling package.
authorScott Cantor <cantor.2@osu.edu>
Sun, 26 Jun 2011 20:19:31 +0000 (20:19 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 26 Jun 2011 20:19:31 +0000 (20:19 +0000)
xmltooling.spec.in

index f94799b..4d84ccf 100644 (file)
@@ -49,6 +49,9 @@ Summary:    OpenSAML XMLTooling library
 Group:      Development/Libraries/C and C++
 Provides:   @PACKAGE_NAME@ = %{version}-%{release}
 Obsoletes:  @PACKAGE_NAME@ < %{version}-%{release}
 Group:      Development/Libraries/C and C++
 Provides:   @PACKAGE_NAME@ = %{version}-%{release}
 Obsoletes:  @PACKAGE_NAME@ < %{version}-%{release}
+%if 0%{?rhel} >= 6
+Requires: libcurl-openssl >= 7.21.7
+%endif
 
 %description -n lib@PACKAGE_NAME@5
 The XMLTooling library contains generic XML parsing and processing
 
 %description -n lib@PACKAGE_NAME@5
 The XMLTooling library contains generic XML parsing and processing