rpms/myproxy/EL-4 myproxy-globus-usage-location.patch, NONE, 1.1 myproxy.spec, 1.3, 1.4 sources, 1.2, 1.3

stevetraylen stevetraylen at fedoraproject.org
Fri Feb 19 19:21:44 UTC 2010


Author: stevetraylen

Update of /cvs/pkgs/rpms/myproxy/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5130/EL-4

Modified Files:
	myproxy.spec sources 
Added Files:
	myproxy-globus-usage-location.patch 
Log Message:
Upgrade to 5.0


myproxy-globus-usage-location.patch:
 configure.in |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

--- NEW FILE myproxy-globus-usage-location.patch ---
diff -uNr myproxy-5.0.ORIG/configure.in myproxy-5.0/configure.in
--- myproxy-5.0.ORIG/configure.in	2009-12-04 21:50:19.000000000 +0100
+++ myproxy-5.0/configure.in	2009-12-04 22:06:55.000000000 +0100
@@ -88,16 +88,13 @@
 dnl
 dnl Check for globus_usage_stats_send_array
 dnl
-AC_CHECK_LIB(globus_usage_$GLOBUS_FLAVOR_NAME,
-             globus_usage_stats_send_array,
-[            LIBS="$LIBS -lglobus_usage_$GLOBUS_FLAVOR_NAME -lglobus_xio_$GLOBUS_FLAVOR_NAME"],
-             AC_DEFINE(NO_GLOBUS_USAGE))
+AC_SEARCH_LIBS(globus_usage_stats_send_array,globus_usage globus_usage_$GLOBUS_FLAVOR_NAME, ,
+               AC_DEFINE(NO_GLOBUS_USAGE))
 dnl
 dnl Check for globus_gsi_proxy_handle_set_extensions
 dnl
-AC_CHECK_LIB(globus_gsi_proxy_core_$GLOBUS_FLAVOR_NAME,
-             globus_gsi_proxy_handle_set_extensions,
-             AC_DEFINE(HAVE_GLOBUS_GSI_PROXY_HANDLE_SET_EXTENSIONS))
+AC_SEARCH_LIBS(globus_gsi_proxy_handle_set_extensions, globus_gsi_proxy_core globus_gsi_proxy_core_$GLOBUS_FLAVOR_NAME, 
+               AC_DEFINE(HAVE_GLOBUS_GSI_PROXY_HANDLE_SET_EXTENSIONS))
 dnl
 dnl Check for OCSP
 dnl


Index: myproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/myproxy/EL-4/myproxy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- myproxy.spec	13 Nov 2009 21:42:58 -0000	1.3
+++ myproxy.spec	19 Feb 2010 19:21:44 -0000	1.4
@@ -7,8 +7,8 @@
 %endif
 
 Name:           myproxy
-Version:        4.8
-Release:        6%{?dist}
+Version:        5.0
+Release:        1%{?dist}
 Summary:        Manage X.509 Public Key Infrastructure (PKI) security credentials
 
 Group:          System Environment/Daemons
@@ -18,6 +18,8 @@ Source0:        http://www.globus.org/ft
 Source1:        myproxy.init
 Source2:        myproxy.sysconfig
 Source3:        README.Fedora
+## https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=6897
+Patch0:         %{name}-globus-usage-location.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -151,6 +153,7 @@ Package %{name}-doc contains the MyProxy
 
 %prep
 %setup -q
+%patch0 -p1
 cp -p %{SOURCE1} .
 cp -p %{SOURCE2} .
 cp -p %{SOURCE3} .
@@ -392,6 +395,8 @@ fi
 %{_libdir}/pkgconfig/myproxy.pc
 
 %changelog
+* Fri Feb 19 2009 Steve Traylen <steve.traylen at cern.ch> - 5.0-1
+- New upstream version 5.0
 * Fri Nov 13 2009 Steve Traylen <steve.traylen at cern.ch> - 4.9-6
 - Add requires globus-gsi-cert-utils-progs for grid-proxy-info
   to myproxy-admin package rhbz#536927


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/myproxy/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Oct 2009 06:15:53 -0000	1.2
+++ sources	19 Feb 2010 19:21:44 -0000	1.3
@@ -1 +1 @@
-85f29d553bfec5fa5f2042440542524f  myproxy-4.8.tar.gz
+056f24d00d090844bf851c488a036b28  myproxy-5.0.tar.gz



More information about the scm-commits mailing list