automatic update by autodist [release 6.3-1mamba;Sun May 25 2014]
This commit is contained in:
parent
2364d72d1b
commit
22673cc312
@ -1,5 +1,5 @@
|
||||
Name: cifs-utils
|
||||
Version: 6.2
|
||||
Version: 6.3
|
||||
Release: 1mamba
|
||||
Summary: A set of user-space tools to manage the in-kernel CIFS filesystem
|
||||
Group: System/Kernel and Hardware
|
||||
@ -37,12 +37,16 @@ This package contains static libraries and header files needed for development.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%configure \
|
||||
--enable-cifsidmap \
|
||||
WBCLIENT_CFLAGS="-I%{_includedir}" \
|
||||
WBCLIENT_LIBS="-L%{_libdir}"
|
||||
|
||||
%make pamdir=/%{_lib}/security
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall pamdir=/%{_lib}/security
|
||||
|
||||
ln -sf mount.cifs %{buildroot}/sbin/mount.smbfs
|
||||
|
||||
@ -54,15 +58,20 @@ ln -sf mount.cifs %{buildroot}/sbin/mount.smbfs
|
||||
%attr(4750,root,sysadmin) /sbin/mount.cifs
|
||||
/sbin/mount.smbfs
|
||||
%{_bindir}/cifscreds
|
||||
#%{_sbindir}/cifs.idmap
|
||||
%{_bindir}/getcifsacl
|
||||
%{_bindir}/setcifsacl
|
||||
%{_libdir}/cifs-utils/idmapwb.so
|
||||
/%{_lib}/security/pam_cifscreds.so
|
||||
%{_sbindir}/cifs.idmap
|
||||
%{_sbindir}/cifs.upcall
|
||||
#%{_sbindir}/getcifsacl
|
||||
#%{_sbindir}/setcifsacl
|
||||
%{_mandir}/man1/cifscreds.1*
|
||||
#%{_mandir}/man8/cifs.idmap.8*
|
||||
%{_mandir}/man1/getcifsacl.1*
|
||||
%{_mandir}/man1/setcifsacl.1*
|
||||
%{_mandir}/man8/cifs.idmap.8*
|
||||
%{_mandir}/man8/cifs.upcall.8*
|
||||
#%{_mandir}/man8/setcifsacl.8*
|
||||
%{_mandir}/man8/idmapwb.8*
|
||||
%{_mandir}/man8/mount.cifs.8*
|
||||
%{_mandir}/man8/pam_cifscreds.8*
|
||||
%doc AUTHORS COPYING
|
||||
# ChangeLog NEWS README
|
||||
|
||||
@ -71,6 +80,9 @@ ln -sf mount.cifs %{buildroot}/sbin/mount.smbfs
|
||||
%{_includedir}/cifsidmap.h
|
||||
|
||||
%changelog
|
||||
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 6.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Oct 05 2013 Automatic Build System <autodist@mambasoft.it> 6.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user