]> git.pld-linux.org Git - packages/samba.git/commitdiff
- up to 3.0.28a (fixes vista interoperability issues); add vfs_notify_fam module auto/th/samba-3_0_28a-1 auto/ti/samba-3_0_28a-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 30 Mar 2008 08:27:26 +0000 (08:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba.spec -> 1.401

samba.spec

index 0772d8a9dfad0a6337cf0134ab429ec25883f4df..77ecd13f73198a222eeb0eecc6c9519ec07acf6e 100644 (file)
@@ -40,13 +40,13 @@ Summary(tr.UTF-8):  SMB sunucusu
 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
@@ -65,15 +65,15 @@ Patch4:             %{name}-libsmbclient-libnscd_link.patch
 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
@@ -618,6 +618,21 @@ klientom, że pliki i katalogi z profilu są zapisywane. To wystarczy
 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
@@ -941,7 +956,6 @@ Documentacja samby w formacie PDF.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
 
 cd examples/VFS
@@ -1373,6 +1387,11 @@ fi
 %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
This page took 2.641821 seconds and 4 git commands to generate.