[packages/samba/DEVEL: 88/111] - split ceph and glusterfs VFS modules to decrese deps on main package
baggins
baggins at pld-linux.org
Wed Jan 15 19:45:49 CET 2014
commit 01d12910384888670d4c92aca748f46d6c2354e8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Jan 10 21:33:35 2014 +0100
- split ceph and glusterfs VFS modules to decrese deps on main package
samba4.spec | 40 ++++++++++++++++++++++++++++++++++++++--
1 file changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/samba4.spec b/samba4.spec
index 85d22a1..07c2bd7 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -432,6 +432,36 @@ Header files for Samba.
%description -n samba3-devel -l pl.UTF-8
Pliki nagłówkowe Samby.
+%package -n samba3-vfs-ceph
+Summary: VFS module host shares on Ceph file system
+Summary(pl.UTF-8): Moduł VFS do serwowania zasobów z systemu plików Ceph
+Group: Networking/Daemons
+Requires: samba3 = %{epoch}:%{version}-%{release}
+
+%description -n samba3-vfs-ceph
+VFS module host shares on Ceph file system.
+
+This module only works with the libceph.so user-space client. It is
+not needed if you are using the kernel client or the FUSE client.
+
+%description -n samba3-vfs-ceph -l pl.UTF-8
+Moduł VFS do serwowania zasobów z systemu plików Ceph
+
+Ten moduł działa jednynie z klientem libceph.so. Jest zbędny w
+przypadku używania klienta dostarczanego przez jądro lub FUSE.
+
+%package -n samba3-vfs-glusterfs
+Summary: VFS module to host shares on GlusterFS file system
+Summary(pl.UTF-8): Moduł VFS do serwowania zasobów z systemu plików GlusterFS
+Group: Networking/Daemons
+Requires: samba3 = %{epoch}:%{version}-%{release}
+
+%description -n samba3-vfs-glusterfs
+VFS module to host shares on GlusterFS file system.
+
+%description -n samba3-vfs-glusterfs -l pl.UTF-8
+Moduł VFS do serwowania zasobów z systemu plików GlusterFS.
+
%package -n samba3-vfs-notify_fam
Summary: VFS module to implement file change notifications
Summary(pl.UTF-8): Moduł VFS implementujący informowanie o zmianach w plikach
@@ -1012,9 +1042,7 @@ fi
%dir %{_libdir}/samba/vfs
%attr(755,root,root) %{_libdir}/samba/vfs/acl_xattr.so
%attr(755,root,root) %{_libdir}/samba/vfs/btrfs.so
-%attr(755,root,root) %{_libdir}/samba/vfs/ceph.so
%attr(755,root,root) %{_libdir}/samba/vfs/fileid.so
-%attr(755,root,root) %{_libdir}/samba/vfs/glusterfs.so
%attr(755,root,root) %{_libdir}/samba/vfs/posix_eadb.so
%attr(755,root,root) %{_libdir}/samba/vfs/xattr_tdb.so
%dir %{_datadir}/samba
@@ -1486,6 +1514,14 @@ fi
%{_includedir}/samba-4.0/smb_share_modes.h
%{_pkgconfigdir}/netapi.pc
+%files -n samba3-vfs-ceph
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/samba/vfs/ceph.so
+
+%files -n samba3-vfs-glusterfs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/samba/vfs/glusterfs.so
+
%files -n samba3-vfs-notify_fam
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/samba/vfs/notify_fam.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/samba.git/commitdiff/8f2607b83208e9672972be90df9adb474f035876
More information about the pld-cvs-commit
mailing list