[gridsite] Correct dependency mistake.

stevetraylen stevetraylen at fedoraproject.org
Sun Jul 3 17:48:04 UTC 2011


commit bdaf7ba6bbcf8fceecf3bc6ef8916ee5123c1a25
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Sun Jul 3 19:47:43 2011 +0200

    Correct dependency mistake.

 gridsite.spec |   37 ++++++++++++++++++++-----------------
 1 files changed, 20 insertions(+), 17 deletions(-)
---
diff --git a/gridsite.spec b/gridsite.spec
index 5658e56..c98137c 100644
--- a/gridsite.spec
+++ b/gridsite.spec
@@ -14,7 +14,7 @@
 Name:           gridsite
 Version:        1.7.15
 
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Grid Security for the Web, Web platforms for Grids
 
 Group:          System Environment/Daemons
@@ -82,22 +82,6 @@ Grid credentials, GACL access control lists and HTTP(S) protocol operations.
 
 This package contains the runtime libraries.
 
-%if 0%{?compat}
-%package compat
-Group:    System Environment/Daemons
-Summary:  Run time libraries for mod_gridsite and gridsite-clients
-Version:  %{vercompat}
-Release:  1
-
-%description compat
-GridSite was originally a web application developed for managing and formatting 
-the content of the http://www.gridpp.ac.uk/ website. Over the past years it 
-has grown into a set of extensions to the Apache web server and a toolkit for 
-Grid credentials, GACL access control lists and HTTP(S) protocol operations. 
-
-This package contains the runtime libraries.
-%endif
-
 %package  clients
 Group:    System Environment/Daemons
 Summary:  Clients to gridsite including htcp, htrm, htmv
@@ -150,6 +134,22 @@ has grown into a set of extensions to the Apache web server and a toolkit for
 
 This package gridsite-doc, contains developer documentation for gridsite.
 
+%if 0%{?compat}
+%package compat
+Group:    System Environment/Daemons
+Summary:  Run time libraries for mod_gridsite and gridsite-clients
+Version:  %{vercompat}
+Release:  1
+
+%description compat
+GridSite was originally a web application developed for managing and formatting 
+the content of the http://www.gridpp.ac.uk/ website. Over the past years it 
+has grown into a set of extensions to the Apache web server and a toolkit for 
+Grid credentials, GACL access control lists and HTTP(S) protocol operations. 
+
+This package contains the runtime libraries.
+%endif
+
 %prep
 %if 0%{?compat}
 %setup -q -n org.gridsite.core -a 10
@@ -330,6 +330,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc src/doxygen LICENSE
 
 %changelog
+* Sun Jul 3 2011 Steve Traylen <steve.traylen at cern.ch>  - 1.7.15-3
+- Correct dependency mistake.
+
 * Thu Jun 30 2011 Steve Traylen <steve.traylen at cern.ch>  - 1.7.15-2
 - Add a gridsite-compat-1.5 package on EPEL4 & EPEL5.
 - Remove doc package requiring devel package.


More information about the scm-commits mailing list