Author: arekm Date: Fri Jan 30 23:22:48 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 3.3.0
---- Files affected: SPECS: samba.spec (1.431 -> 1.432) ---- Diffs: ================================================================ Index: SPECS/samba.spec diff -u SPECS/samba.spec:1.431 SPECS/samba.spec:1.432 --- SPECS/samba.spec:1.431 Thu Jan 22 12:17:29 2009 +++ SPECS/samba.spec Sat Jan 31 00:22:42 2009 @@ -45,13 +45,13 @@ Summary(uk.UTF-8): SMB клієнт та сервер Summary(zh_CN.UTF-8): Samba 客户端和服务器 Name: samba -Version: 3.2.7 -Release: 3 +Version: 3.3.0 +Release: 1 Epoch: 1 License: GPL v2 Group: Networking/Daemons Source0: http://www.samba.org/samba/ftp/%{name}-%{version}.tar.gz -# Source0-md5: 528677f261f3ed4a58f9483ca25ba6b2 +# Source0-md5: adb048dc3988055533e1ea5d91d81f99 Source1: smb.init Source2: %{name}.pamd Source3: swat.inetd @@ -966,7 +966,7 @@ %{__libtoolize} %{__autoconf} -Im4 -Ilib/replace %configure \ - --libdir=%{_sambalibdir} \ + --with-modulesdir=%{_sambalibdir} \ --with-rootsbindir=/sbin \ --with-pammodulesdir=/%{_lib}/security \ --with-acl-support \ @@ -1039,7 +1039,6 @@ install source/bin/smbget $RPM_BUILD_ROOT%{_bindir} install source/bin/vfstest $RPM_BUILD_ROOT%{_bindir} -mv $RPM_BUILD_ROOT%{_libdir}/samba/lib*.so* $RPM_BUILD_ROOT%{_libdir} install source/bin/libsmbclient.a $RPM_BUILD_ROOT%{_libdir}/libsmbclient.a # smbwrapper @@ -1074,12 +1073,17 @@ # we have this utility in tdb package rm -f $RPM_BUILD_ROOT{%{_bindir}/tdb{backup,dump},%{_mandir}/man8/tdb{backup,dump}.8*} +# unneeded +rm -r $RPM_BUILD_ROOT%{_datadir}/swat/using_samba + mv $RPM_BUILD_ROOT%{_bindir}/tdbtool $RPM_BUILD_ROOT%{_bindir}/tdbtool_samba %if %{with ldap} install examples/LDAP/samba.schema $RPM_BUILD_ROOT%{schemadir} %endif +%find_lang pam_winbind + %clean rm -rf $RPM_BUILD_ROOT @@ -1151,6 +1155,8 @@ %dir %{_libdir}/%{name}/pdb %dir %{_vfsdir} +%attr(755,root,root) %{_vfsdir}/acl_tdb.so +%attr(755,root,root) %{_vfsdir}/acl_xattr.so %attr(755,root,root) %{_vfsdir}/fileid.so %attr(755,root,root) %{_vfsdir}/shadow_copy2.so %attr(755,root,root) %{_vfsdir}/smb_traffic_analyzer.so @@ -1194,7 +1200,7 @@ %doc examples/LDAP %endif -%files winbind +%files winbind -f pam_winbind.lang %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/winbindd %attr(755,root,root) %{_bindir}/wbinfo @@ -1498,6 +1504,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.432 2009/01/30 23:22:42 arekm +- up to 3.3.0 + Revision 1.431 2009/01/22 11:17:29 baggins - rel 3 - printerlocation patch removed (problem fixed upstream) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/samba.spec?r1=1.431&r2=1.432&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
