X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=packaging%2FRPM%2Flibnfs.spec.in;h=8b34636f30ce38d0146e1efc4d4144f5c56e43a5;hb=2f5c161b4456e5f77bf9beccd8dcb3739898b1cf;hp=6293f56ba4b0cd8fb9a07a6d0e75fed56630ec15;hpb=5392b1cfbcc0f83c7ca315c188076a35749f792d;p=deb_libnfs.git diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 6293f56..8b34636 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -95,7 +95,32 @@ development libraries for LibNFS %{_libdir}/libnfs.la %{_libdir}/pkgconfig/libnfs.pc +%package utils +Summary: Utility programs for LibNFS +Group: Applications/System + +%description utils +Utility programs for LibNFS + +%files utils +%defattr(-,root,root) +%{_bindir}/nfs-ls +%{_mandir}/man1/nfs-ls.1.gz + %changelog +* Wed Mar 19 2014 : Version 1.9.3 + - Add O_TRUNC support to nfs_open() + - Add a simple but incomplete LD_PRELOAD tool + - Fixes for some memory leaks and C++ compile support + - Make ANDROID default uid/gid to 65534 + - Allow the READDIRPLUS emulation to still work if some objects + in the direcotry can not be lookedup (NFSv4 ACL denying READ-ATTRIBUTES) + - Have libnfs retry any read/write operations where the server responds + with a short read/write. Some servers do this when they are overloaded? +* Thu Jan 30 2014 : Version 1.9.2 + - Remove chdir change. This needs more testing. +* Tue Jan 28 2014 : Version 1.9.1 + - Restore libnfs-raw-*.h to make install * Mon Jan 27 2014 : Version 1.9 - Use _stat64 on windows so file sizes become 64bit always. - Increase default marshalling buffer so we can marshall large PDUs. @@ -107,7 +132,7 @@ development libraries for LibNFS - RPC layer support for NSM - Add example FUSE filesystem. - Minor fixes. -* Sun Oct 30 2013 : Version 1.8 +* Wed Oct 30 2013 : Version 1.8 - Fix nasty memory leak in read_from_socket - minor updates * Sun Oct 20 2013 : Version 1.7