[myproxy] Remove useless check of gpt filelists.

stevetraylen stevetraylen at fedoraproject.org
Fri Feb 25 15:36:04 UTC 2011


commit 9f0ce3a83817ffaf395726c1faa315534ab11e8b
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Thu Feb 24 20:14:10 2011 +0100

    Remove useless check of gpt filelists.

 myproxy.spec |   22 ++++------------------
 1 files changed, 4 insertions(+), 18 deletions(-)
---
diff --git a/myproxy.spec b/myproxy.spec
index cbd62da..84d1940 100644
--- a/myproxy.spec
+++ b/myproxy.spec
@@ -8,7 +8,7 @@
 
 Name:           myproxy
 Version:        5.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Manage X.509 Public Key Infrastructure (PKI) security credentials
 
 Group:          System Environment/Daemons
@@ -279,23 +279,6 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %check 
-# Check that the entries in gpt filelists are all present.
-GLOBUSPACKAGEDIR=$RPM_BUILD_ROOT%{_datadir}/globus/packages
-for LIST in $GLOBUSPACKAGEDIR/%{name}/*.filelist
-do
-   for FILE in $(cat $LIST)
-   do
-      if [ ! -r $RPM_BUILD_ROOT%{_usr}$FILE ] ; then
-        echo "Check failed:"
-        echo "Filelist $LIST contains:"
-        echo "$FILE"
-        echo "which is not present at:"
-        echo $RPM_BUILD_ROOT%{_usr}$FILE 
-        exit 1
-      fi
-   done
-done
-
 
 
 %post libs -p /sbin/ldconfig
@@ -406,6 +389,9 @@ fi
 %{_libdir}/pkgconfig/myproxy.pc
 
 %changelog
+* Thu Feb 24 2011 Steve Traylen <steve.traylen at cern.ch> - 5.3-4
+- Remove useless check of gpt filelists.
+
 * Tue Feb 22 2011 Steve Traylen <steve.traylen at cern.ch> - 5.3-3
 - myproxy-vomsc-vomsapi.patch to build against vomsapi rather
   than vomscapi.


More information about the scm-commits mailing list