[voms] - Remove the empty /etc/vomses file - it will cause conflicts for users that have used the option

Mattias Ellert ellert at fedoraproject.org
Fri Oct 15 21:26:02 UTC 2010


commit 54469e64258700667eb2a9c21e9a18d0f7966128
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Fri Oct 15 23:25:33 2010 +0200

    - Remove the empty /etc/vomses file - it will cause conflicts for users
      that have used the option to have /etc/vomses be a directory

 voms.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/voms.spec b/voms.spec
index 58a8ee5..90deb3e 100644
--- a/voms.spec
+++ b/voms.spec
@@ -16,7 +16,7 @@
 
 Name:		voms
 Version:	1.9.18.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Virtual Organization Membership Service
 
 Group:		System Environment/Libraries
@@ -329,8 +329,6 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/grid-security/%{name}
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/%{name}
 
-touch $RPM_BUILD_ROOT%{_sysconfdir}/vomses
-
 sed -e 's!${datapath}/etc/voms/voms!${basepath}/share/voms/voms!' \
     -e 's/useradd/\#&/' -e 's/groupadd/\#&/' \
     -e 's/vomsd(8)/voms(8)/' \
@@ -431,7 +429,6 @@ fi
 %{_libdir}/libvomsapi.so.*
 %{_libdir}/libvomsapi_nog.so.*
 %{_libdir}/libvomsc.so.*
-%config(noreplace) %{_sysconfdir}/vomses
 %dir %{_sysconfdir}/grid-security
 %dir %{_sysconfdir}/grid-security/vomsdir
 %dir %{_datadir}/%{name}
@@ -507,6 +504,10 @@ fi
 %endif
 
 %changelog
+* Fri Oct 15 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.9.18.1-2
+- Remove the empty /etc/vomses file - it will cause conflicts for users
+  that have used the option to have /etc/vomses be a directory
+
 * Mon Oct 04 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.9.18.1-1
 - Upstream 1.9.18.1 (CVS tag glite-security-voms_R_1_9_18_1)
 


More information about the scm-commits mailing list