- Point LD_LIBRARY_PATH to the just built libraries while calling testparm to

generate the default share snippets on pre-12.2 systems.

- Fix smbclient recursive mget EPERM handling; (bso#9633); (bnc#786350).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=295
This commit is contained in:
Lars Müller 2013-02-08 22:01:17 +00:00 committed by Git OBS Bridge
parent 723cc279ce
commit 67a5cc23ee
5 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b502c89a292a052ab9d03668a4cc729fb18dc540745fa221dc87f55c1f2bcb5
size 32580
oid sha256:b5cf583a1c40119d837202627f5677729ee8b53ab910235e2488cb3f9a4e122e
size 33182

View File

@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 2934
%define SOURCE_TIMESTAMP 2942
%define BRANCH %{version}
Version: 3.6.12
Release: 0

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 8 21:06:56 UTC 2013 - lmuelle@suse.com
- Point LD_LIBRARY_PATH to the just built libraries while calling testparm to
generate the default share snippets on pre-12.2 systems.
-------------------------------------------------------------------
Thu Feb 7 15:30:36 UTC 2013 - ddiss@suse.com
- Fix smbclient recursive mget EPERM handling; (bso#9633); (bnc#786350).
-------------------------------------------------------------------
Wed Feb 6 14:24:40 UTC 2013 - sjayaraman@suse.de

View File

@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 2934
%define SOURCE_TIMESTAMP 2942
%define BRANCH %{version}
Version: 3.6.12
Release: 0
@ -976,6 +976,9 @@ done
%endif
section_names=$( sed -ne 's/^\[\(.*\)\]$/\1/p' config/smb.conf)
for section in $section_names; do
%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1211
LD_LIBRARY_PATH=../source3/bin/ \
%endif
../source3/bin/testparm -s --section-name "${section}" config/smb.conf >"%{buildroot}/%{_datadir}/samba/templates/default-${section}" || :
done
for file in config/templates/*; do

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:588fc4ab47c8d2406495ea10a55b1075c4e683158104f61dff17f97d0380678c
size 53484
oid sha256:ad7cb1d1e1a589f7e393bef0c0e314f7f3d4af01646ad86c3fd4882db5afb450
size 53393