From ad5075dcf4447a1aa3e1fe25e834331d025ca0ab Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Thu, 8 Sep 2005 09:52:54 +0000 Subject: [PATCH] Add libxml2,mod_ssl to Requires in gridsite.spec --- org.gridsite.core/src/gridsite.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/org.gridsite.core/src/gridsite.spec b/org.gridsite.core/src/gridsite.spec index badfdce..d0d8716 100644 --- a/org.gridsite.core/src/gridsite.spec +++ b/org.gridsite.core/src/gridsite.spec @@ -8,7 +8,7 @@ Source: %{name}-%{version}.src.tar.gz Prefix: %(echo ${MYPREFIX:-/usr}) URL: http://www.gridsite.org/ Vendor: GridPP -#Requires: libxml2,curl-ssl,mod_ssl +Requires: libxml2,mod_ssl #Buildrequires: libxml2-devel,curl-ssl-devel,httpd-devel Packager: Andrew McNab @@ -23,7 +23,7 @@ http://www.gridsite.org/ for details. %package -n htcp Group: Applications/Internet Summary: HTTP(S) read/write client -#Requires: curl-ssl +Requires: curl %description -n htcp htcp is a client to fetch files or directory listings from remote @@ -34,7 +34,6 @@ HTTP/HTTPS rather than ssh as its transfer protocol. %package gsexec Group: Applications/Internet Summary: gsexec binary for the Apache HTTP server -#Requires: curl-ssl %description gsexec This package includes the /usr/sbin/gsexec binary which can be installed -- 1.8.2.3