automatic version update by autodist [release 6.9-1mamba;Thu Nov 14 2019]

This commit is contained in:
Automatic Build System 2024-01-05 21:21:27 +01:00
parent cee71b8381
commit 511bebd7a5

View File

@ -1,5 +1,5 @@
Name: cifs-utils
Version: 6.8
Version: 6.9
Release: 1mamba
Summary: A set of user-space tools to manage the in-kernel CIFS filesystem
Group: System/Kernel and Hardware
@ -34,6 +34,8 @@ The in-kernel CIFS filesystem is generally the preferred method for mounting SMB
The in-kernel CIFS filesystem relies on a set of user-space tools. That package of tools is called cifs-utils. Although not really part of Samba proper, these tools were originally part of the Samba package. For several reasons, shipping these tools as part of Samba was problematic and it was deemed better to split them off into their own package.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q
@ -60,6 +62,7 @@ ln -sf mount.cifs %{buildroot}/sbin/mount.smbfs
%{_bindir}/cifscreds
%{_bindir}/getcifsacl
%{_bindir}/setcifsacl
%{_bindir}/smbinfo
%{_libdir}/cifs-utils/idmapwb.so
/%{_lib}/security/pam_cifscreds.so
%{_sbindir}/cifs.idmap
@ -67,6 +70,7 @@ ln -sf mount.cifs %{buildroot}/sbin/mount.smbfs
%{_mandir}/man1/cifscreds.1*
%{_mandir}/man1/getcifsacl.1*
%{_mandir}/man1/setcifsacl.1*
%{_mandir}/man1/smbinfo.1*
%{_mandir}/man8/cifs.idmap.8*
%{_mandir}/man8/cifs.upcall.8*
%{_mandir}/man8/idmapwb.8*
@ -80,6 +84,9 @@ ln -sf mount.cifs %{buildroot}/sbin/mount.smbfs
%{_includedir}/cifsidmap.h
%changelog
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 6.9-1mamba
- automatic version update by autodist
* Fri Jun 22 2018 Automatic Build System <autodist@mambasoft.it> 6.8-1mamba
- automatic version update by autodist