Author: qboosh Date: Thu Aug 12 20:25:40 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.23 - updated idmapd.conf patch - removed obsolete default-domain,nss-localrealms patches
---- Files affected: packages/libnfsidmap: libnfsidmap-idmapd.conf.patch (1.2 -> 1.3) , libnfsidmap.spec (1.17 -> 1.18) , libnfsidmap-default-domain.patch (1.1 -> NONE) (REMOVED), libnfsidmap-nss-localrealms.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/libnfsidmap/libnfsidmap-idmapd.conf.patch diff -u packages/libnfsidmap/libnfsidmap-idmapd.conf.patch:1.2 packages/libnfsidmap/libnfsidmap-idmapd.conf.patch:1.3 --- packages/libnfsidmap/libnfsidmap-idmapd.conf.patch:1.2 Wed Mar 4 23:35:19 2009 +++ packages/libnfsidmap/libnfsidmap-idmapd.conf.patch Thu Aug 12 22:25:35 2010 @@ -1,15 +1,11 @@ ---- libnfsidmap-0.21/idmapd.conf~ 2008-03-28 16:40:35.000000000 +0100 -+++ libnfsidmap-0.21/idmapd.conf 2009-03-04 23:24:34.000000000 +0100 -@@ -1,12 +1,15 @@ - [General] - #Verbosity = 0 - # The following should be set to the local NFSv4 domain name (REQUIRED) --Domain = local.domain.edu -+# The default is the host's DNS domain name. -+#Domain = localdomain -+ -+#Cache-Expiration = 600 +--- libnfsidmap-0.23/idmapd.conf.orig 2009-07-29 22:19:06.000000000 +0200 ++++ libnfsidmap-0.23/idmapd.conf 2010-08-12 20:46:04.110823295 +0200 +@@ -15,10 +15,12 @@ + # must be included in the list! + #Local-Realms = ++#Cache-Expiration = 600 ++ [Mapping] -#Nobody-User = nobody @@ -19,7 +15,7 @@ [Translation] -@@ -16,7 +18,7 @@ +@@ -28,7 +30,7 @@ # is a dynamically loadable plugin library. # New methods may be defined and inserted in the list. # The default is "nsswitch". @@ -28,7 +24,7 @@ # Optional. This is a comma-separated, ordered list of # translation methods to be used for translating GSS -@@ -40,13 +42,13 @@ +@@ -52,13 +54,13 @@ # The following are used only for the "umich_ldap" Translation Method. #-------------------------------------------------------------------# ================================================================ Index: packages/libnfsidmap/libnfsidmap.spec diff -u packages/libnfsidmap/libnfsidmap.spec:1.17 packages/libnfsidmap/libnfsidmap.spec:1.18 --- packages/libnfsidmap/libnfsidmap.spec:1.17 Sat Nov 28 03:17:47 2009 +++ packages/libnfsidmap/libnfsidmap.spec Thu Aug 12 22:25:35 2010 @@ -2,16 +2,14 @@ Summary: Library to help mapping id's, mainly for NFSv4 Summary(pl.UTF-8): Biblioteka pomagająca w mapowaniu identyfikatorów, głównie dla NFSv4 Name: libnfsidmap -Version: 0.21 -Release: 3 +Version: 0.23 +Release: 1 License: BSD Group: Libraries Source0: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/%{name}-%{version}.tar.gz -# Source0-md5: 56b05e30645353befbf73bd905270d4b +# Source0-md5: 28f3ece648c1dc5d25e8d623d55f8bd6 Patch0: %{name}-idmapd.conf.patch -Patch1: %{name}-default-domain.patch -Patch2: %{name}-nss-localrealms.patch -Patch3: %{name}[email protected] +Patch1: %{name}[email protected] URL: http://www.citi.umich.edu/projects/nfsv4/linux/ BuildRequires: openldap-devel Obsoletes: nfsidmap @@ -55,8 +53,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build %configure @@ -69,9 +65,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install idmapd.conf $RPM_BUILD_ROOT%{_sysconfdir}/ +install idmapd.conf $RPM_BUILD_ROOT%{_sysconfdir} -rm $RPM_BUILD_ROOT%{_libdir}/libnfsidmap_*.{a,la} +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libnfsidmap/*.{a,la} %clean rm -rf $RPM_BUILD_ROOT @@ -85,21 +81,14 @@ %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/idmapd.conf %attr(755,root,root) %{_libdir}/libnfsidmap.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libnfsidmap.so.0 -# symlinks becaue of missing -avoid-version -%attr(755,root,root) %{_libdir}/libnfsidmap_nsswitch.so -%attr(755,root,root) %ghost %{_libdir}/libnfsidmap_nsswitch.so.0 -%attr(755,root,root) %{_libdir}/libnfsidmap_nsswitch.so.*.*.* -%attr(755,root,root) %{_libdir}/libnfsidmap_static.so -%attr(755,root,root) %ghost %{_libdir}/libnfsidmap_static.so.0 -%attr(755,root,root) %{_libdir}/libnfsidmap_static.so.*.*.* +%dir %{_libdir}/libnfsidmap +%attr(755,root,root) %{_libdir}/libnfsidmap/nsswitch.so +%attr(755,root,root) %{_libdir}/libnfsidmap/static.so # -plugin-ldap subpackage? -%attr(755,root,root) %{_libdir}/libnfsidmap_umich_ldap.so -%attr(755,root,root) %ghost %{_libdir}/libnfsidmap_umich_ldap.so.0 -%attr(755,root,root) %{_libdir}/libnfsidmap_umich_ldap.so.*.*.* +%attr(755,root,root) %{_libdir}/libnfsidmap/umich_ldap.so # -plugin-gums subpackage (BR: some datagrid software - VOMS?) -#%attr(755,root,root) %{_libdir}/libnfsidmap_gums.so -#%attr(755,root,root) %ghost %{_libdir}/libnfsidmap_gums.so.0 -#%attr(755,root,root) %{_libdir}/libnfsidmap_gums.so.*.*.* +#%attr(755,root,root) %{_libdir}/libnfsidmap/gums.so +%{_mandir}/man5/idmapd.conf.5* %files devel %defattr(644,root,root,755) @@ -119,6 +108,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2010/08/12 20:25:35 qboosh +- updated to 0.23 +- updated idmapd.conf patch +- removed obsolete default-domain,nss-localrealms patches + Revision 1.17 2009/11/28 02:17:47 sparky - %undefine __cxx - to prevent configure from looking for c++ compiler ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnfsidmap/libnfsidmap-idmapd.conf.patch?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnfsidmap/libnfsidmap.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
