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