provide user and group rpcuser [release 2.7.1-2mamba;Tue Sep 03 2024]
This commit is contained in:
parent
8553ca80a2
commit
6c99358886
@ -8,8 +8,8 @@
|
||||
%define with_mount 1
|
||||
|
||||
Name: nfs-utils
|
||||
Version: 2.6.4
|
||||
Release: 1mamba
|
||||
Version: 2.7.1
|
||||
Release: 2mamba
|
||||
Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
|
||||
Group: Network/File Systems
|
||||
Vendor: openmamba
|
||||
@ -39,6 +39,7 @@ BuildRequires: libopenldap-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libtirpc-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
#%if "%{stage1}" != "1"
|
||||
#BuildRequires: libnfsidmap-devel
|
||||
@ -50,6 +51,8 @@ BuildRequires: pkgconfig
|
||||
#Requires(pre): /sbin/nologin
|
||||
Requires: rpcbind
|
||||
Requires: libnfsidmap = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: user(rpcuser)
|
||||
Provides: group(rpcuser)
|
||||
%systemd_requires
|
||||
|
||||
%description
|
||||
@ -224,6 +227,7 @@ fi
|
||||
%{_sbindir}/fsidd
|
||||
%{_sbindir}/mountstats
|
||||
%{_sbindir}/nfsconf
|
||||
%{_sbindir}/nfsref
|
||||
%{_sbindir}/nfsidmap
|
||||
%{_sbindir}/nfsiostat
|
||||
%{_sbindir}/nfsstat
|
||||
@ -273,6 +277,7 @@ fi
|
||||
%{_mandir}/man8/idmapd.8*
|
||||
%{_mandir}/man8/mount.nfs.8*
|
||||
%{_mandir}/man8/mountstats.8*
|
||||
%{_mandir}/man8/nfsref.8*
|
||||
%{_mandir}/man8/nfsdcltrack.8*
|
||||
%{_mandir}/man8/nfsidmap.8*
|
||||
%{_mandir}/man8/nfsiostat.8*
|
||||
@ -349,6 +354,12 @@ fi
|
||||
%{_libdir}/pkgconfig/libnfsidmap.pc
|
||||
|
||||
%changelog
|
||||
* Tue Sep 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.1-2mamba
|
||||
- provide user and group rpcuser
|
||||
|
||||
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 2.7.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 20 2023 Automatic Build System <autodist@mambasoft.it> 2.6.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user