Author: arekm Date: Sun Mar 30 08:27:31 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 3.0.28a (fixes vista interoperability issues); add vfs_notify_fam module
---- Files affected: SPECS: samba.spec (1.400 -> 1.401) ---- Diffs: ================================================================ Index: SPECS/samba.spec diff -u SPECS/samba.spec:1.400 SPECS/samba.spec:1.401 --- SPECS/samba.spec:1.400 Wed Mar 5 14:37:06 2008 +++ SPECS/samba.spec Sun Mar 30 10:27:26 2008 @@ -41,13 +41,13 @@ Summary(uk.UTF-8): SMB клієнт та сервер Summary(zh_CN.UTF-8): Samba 客户端和服务器 Name: samba -Version: 3.0.28 -Release: 8 +Version: 3.0.28a +Release: 1 Epoch: 1 License: GPL v2 Group: Networking/Daemons Source0: http://us1.samba.org/samba/ftp/%{name}-%{version}.tar.gz -# Source0-md5: 8761cd7c02833d959fbebd4f69895075 +# Source0-md5: 59754cb0c19da6e65c42d0a163c5885a Source1: smb.init Source2: %{name}.pamd Source3: swat.inetd @@ -66,15 +66,15 @@ Patch5: %{name}-doc.patch Patch6: %{name}-libs-needed.patch Patch7: %{name}-lprng-no-dot-printers.patch -Patch8: %{name}-pam_smbpass-syslog.patch -Patch9: %{name}-cap.patch -Patch10: %{name}-printerlocation.patch +Patch8: %{name}-cap.patch +Patch9: %{name}-printerlocation.patch URL: http://www.samba.org/ BuildRequires: acl-devel BuildRequires: autoconf BuildRequires: automake %{?with_cups:BuildRequires: cups-devel >= 1:1.2.0} BuildRequires: dmapi-devel +BuildRequires: fam-devel BuildRequires: iconv %{?with_kerberos5:BuildRequires: krb5-devel} BuildRequires: libmagic-devel @@ -619,6 +619,21 @@ klientom pomimo, że pliki nie zostaną nigdy nadpisane przy logowaniu lub wylogowywaniu klienta. +%package vfs-notify_fam +Summary: VFS module to implement file change notifications +Summary(pl.UTF-8): Moduł VFS implementujący informowanie o zmianach w plikach +Group: Networking/Daemons +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description vfs-notify_fam +The vfs_notify_fam module makes use of the system FAM (File Alteration +Monitor) daemon to implement file change notifications for Windows +clients. + +%description vfs-notify_fam -l pl.UTF-8 +Ten moduł używa demona FAM (File Alteration Monitor) do implementacji +informowania o zmianach w plikach dla klientów Windows. + %package vfs-netatalk Summary: VFS module for ease co-existence of samba and netatalk Summary(pl.UTF-8): Moduł VFS ułatwiający współpracę serwisów samba i netatalk @@ -942,7 +957,6 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 -%patch10 -p1 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html cd examples/VFS @@ -1374,6 +1388,11 @@ %attr(755,root,root) %{_vfsdir}/fake_perms.so %{_mandir}/man8/vfs_fake_perms.8* +%files vfs-notify_fam +%defattr(644,root,root,755) +%attr(755,root,root) %{_vfsdir}/notify_fam.so +%{_mandir}/man8/vfs_notify_fam.8* + %files vfs-netatalk %defattr(644,root,root,755) %attr(755,root,root) %{_vfsdir}/netatalk.so @@ -1489,6 +1508,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.401 2008-03-30 08:27:26 arekm +- up to 3.0.28a (fixes vista interoperability issues); add vfs_notify_fam module + Revision 1.400 2008-03-05 13:37:06 baggins - rel 8 - removed plumbing as it breaks something and samba is such a POS it's beyond me why ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/samba.spec?r1=1.400&r2=1.401&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
