From 2c0f57fa33371a55b798a9cca14a3d58e6b3cb26 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 23 Mar 2014 09:54:21 -0700 Subject: [PATCH] RPM: Fix the specfile --- packaging/RPM/libnfs.spec.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 8f90293..8b34636 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -95,6 +95,18 @@ 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() @@ -120,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 -- 2.34.1