automatic version update by autodist [release 2.4.2-1mamba;Fri Nov 22 2019]
This commit is contained in:
parent
51b77f541b
commit
996f62c92e
@ -8,8 +8,8 @@
|
||||
%define with_mount 1
|
||||
|
||||
Name: nfs-utils
|
||||
Version: 2.4.1
|
||||
Release: 3mamba
|
||||
Version: 2.4.2
|
||||
Release: 1mamba
|
||||
Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
|
||||
Group: Network/File Systems
|
||||
Vendor: openmamba
|
||||
@ -87,11 +87,10 @@ This package contains the files needed for development with this library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#% patch1 -p1
|
||||
%ifarch arm
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%endif
|
||||
#%ifarch arm
|
||||
#%patch2 -p1
|
||||
#%patch3 -p1
|
||||
#%endif
|
||||
|
||||
sed -i "s|/run/sysconfig|/run|" systemd/*
|
||||
|
||||
@ -114,6 +113,9 @@ sed -i "s|/run/sysconfig|/run|" systemd/*
|
||||
--enable-mountconfig \
|
||||
%else
|
||||
--disable-mount \
|
||||
%endif
|
||||
%ifnarch x86_64
|
||||
--disable-nfsdcld \
|
||||
%endif
|
||||
--without-tcp-wrappers \
|
||||
--enable-shared \
|
||||
@ -214,12 +216,15 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/nfs
|
||||
%if %{with_mount}
|
||||
%attr(4755,root,root) /sbin/mount.nfs
|
||||
%attr(4755,root,root) /sbin/mount.nfs4
|
||||
%attr(4755,root,root) /sbin/umount.nfs
|
||||
%attr(4755,root,root) /sbin/umount.nfs4
|
||||
/sbin/mount.nfs4
|
||||
/sbin/umount.nfs
|
||||
/sbin/umount.nfs4
|
||||
%endif
|
||||
/sbin/nfsdcltrack
|
||||
%ifarch x86_64
|
||||
/sbin/nfsdcld
|
||||
%{_sbindir}/clddb-tool
|
||||
%endif
|
||||
%{_sbindir}/blkmapd
|
||||
%{_sbindir}/mountstats
|
||||
%{_sbindir}/nfsconf
|
||||
@ -268,7 +273,10 @@ fi
|
||||
%{_mandir}/man8/mount.nfs.8*
|
||||
%{_mandir}/man8/mountstats.8*
|
||||
%{_mandir}/man8/nfsdcltrack.8*
|
||||
%ifarch x86_64
|
||||
%{_mandir}/man8/nfsdcld.8*
|
||||
%{_mandir}/man8/clddb-tool.8*
|
||||
%endif
|
||||
%{_mandir}/man8/nfsidmap.8*
|
||||
%{_mandir}/man8/nfsiostat.8*
|
||||
%{_mandir}/man8/nfsstat.8*
|
||||
@ -333,6 +341,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 22 2019 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 11 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-3mamba
|
||||
- provide directory /var/lib/nfs/nfsdcltrack
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user