[voms/el5] Update to version 2.0.11

Mattias Ellert ellert at fedoraproject.org
Wed Nov 27 15:46:59 UTC 2013


commit d5d4d2631359a32f1afcea61a884e69f314ea5b3
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Wed Nov 27 16:45:11 2013 +0100

    Update to version 2.0.11
    
    - Drop patches voms-install-db2.patch and voms-doc-race.patch (accepted
      upstream)

 sources                |    2 +-
 voms-doc-race.patch    |   76 ------------------------------------------------
 voms-install-db2.patch |   41 --------------------------
 voms.spec              |   20 +++++-------
 4 files changed, 9 insertions(+), 130 deletions(-)
---
diff --git a/sources b/sources
index 39f598a..5605188 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26ec193ece5df37b246119716771b631  2_0_10.tar.gz
+3c5de1cbf3e57c2cc2df3d3e719c7194  2_0_11.tar.gz
diff --git a/voms.spec b/voms.spec
index ef077b8..a303be9 100644
--- a/voms.spec
+++ b/voms.spec
@@ -3,9 +3,9 @@
 %global _hardened_build 1
 
 Name:		voms
-Version:	2.0.10
+Version:	2.0.11
 %global tagver %(tr . _ <<< %{version})
-Release:	3%{?dist}
+Release:	1%{?dist}
 Summary:	Virtual Organization Membership Service
 
 Group:		System Environment/Libraries
@@ -14,12 +14,8 @@ URL:		https://wiki.italiangrid.it/VOMS
 Source0:	https://github.com/italiangrid/%{name}/archive/%{tagver}.tar.gz
 #		Post-install setup instructions:
 Source1:	%{name}.INSTALL
-#		Fix the database install script
-Patch0:		%{name}-install-db2.patch
-#		Resolve race condition in Makefile documentation rules
-Patch1:		%{name}-doc-race.patch
 #		Don't use embedded gsoap sources
-Patch2:		%{name}-gsoap.patch
+Patch0:		%{name}-gsoap.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	globus-gssapi-gsi-devel
@@ -123,8 +119,6 @@ administrate it remotely using command line tools or a web interface.
 %prep
 %setup -q -n %{name}-%{tagver}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 # Remove embedded gsoap sources
 rm src/server/stdsoap2.c src/server/stdsoap2.h src/server/soap*
@@ -158,9 +152,6 @@ make install DESTDIR=%{buildroot}
 
 rm %{buildroot}%{_libdir}/*.la
 
-sed -e 's/\$PREFIX//' -e 's/\.glite/.voms/' -e 's/RThis/R This/' \
-    -i %{buildroot}%{_mandir}/man1/voms-proxy-init.1
-
 mkdir -p %{buildroot}%{_sysconfdir}/grid-security/vomsdir
 mkdir -p %{buildroot}%{_sysconfdir}/grid-security/%{name}
 mkdir -p %{buildroot}%{_sysconfdir}/%{name}
@@ -282,6 +273,11 @@ fi
 %doc README.Fedora
 
 %changelog
+* Wed Nov 27 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.0.11-1
+- Update to version 2.0.11
+- Drop patches voms-install-db2.patch and voms-doc-race.patch (accepted
+  upstream)
+
 * Thu Aug 08 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.0.10-3
 - Activate hardened buildflags
 - Use _pkgdocdir


More information about the scm-commits mailing list