- s4:torture/smb2: improve the smb2.create.blob tes; (bso#9209).

- lib/krb5_wrap: request enc_types in the correct order; (bso#9272).
- Fix net ads join message for the dns domain; (bso#9326).
- docs-xml: fix use of <smbconfoption> tag; (bso#9345).
- s3-aio_pthread: Optimize aio_pthread_handle_completion; (bso#9359).
- s3:winbind: Failover if netlogon pipe is not available; (bso#9386).
- Execute the run_permissions macro on pre-11.4 systems and else the
  set_permission one if available.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=264
This commit is contained in:
Lars Müller 2012-11-13 18:20:36 +00:00 committed by Git OBS Bridge
parent f8e2f1e500
commit 10ae381be8
6 changed files with 47 additions and 35 deletions

View File

@ -1,2 +1,2 @@
2851 2853
Branch : 3.6.9 Branch : 3.6.9

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ccd8b0c67806f439428db83bbefc6eb6d17d654a67f80169dd8b96a0744561b9 oid sha256:5470d9ae704154a413335bc0963b6ea79d81c88a17970cba27f9f2de797e08a1
size 33795 size 40512

View File

@ -462,7 +462,7 @@ This package contains all the Samba documentation as it is not part of
the man pages. the man pages.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%changelog %changelog

View File

@ -1,7 +1,18 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 31 16:48:12 UTC 2012 - lmuelle@suse.com Tue Nov 13 17:26:15 UTC 2012 - lmuelle@suse.com
- Only execute the run_permissions macro on pre-12.3 systems. - s4:torture/smb2: improve the smb2.create.blob tes; (bso#9209).
- lib/krb5_wrap: request enc_types in the correct order; (bso#9272).
- Fix net ads join message for the dns domain; (bso#9326).
- docs-xml: fix use of <smbconfoption> tag; (bso#9345).
- s3-aio_pthread: Optimize aio_pthread_handle_completion; (bso#9359).
- s3:winbind: Failover if netlogon pipe is not available; (bso#9386).
-------------------------------------------------------------------
Thu Nov 1 20:26:19 UTC 2012 - lmuelle@suse.com
- Execute the run_permissions macro on pre-11.4 systems and else the
set_permission one if available.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 29 19:48:51 UTC 2012 - lmuelle@suse.com Mon Oct 29 19:48:51 UTC 2012 - lmuelle@suse.com

View File

@ -224,7 +224,7 @@ binary packages of the most current Samba version, and a bug reporting
how to. how to.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package client %package client
@ -265,7 +265,7 @@ binary packages of the most current Samba version, and a bug reporting
how to. how to.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -285,7 +285,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of Samba. develop programs which make use of Samba.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%endif %endif
@ -310,7 +310,7 @@ This package contains all the Samba documentation as it is not part of
the man pages. the man pages.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%endif %endif
@ -331,7 +331,7 @@ Requires: samba-client >= %{version}
A wrapper binary to run smbspool with the original calling UID. A wrapper binary to run smbspool with the original calling UID.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%if %{make_utils} %if %{make_utils}
@ -347,7 +347,7 @@ Obsoletes: samba-gplv3-utils < %{version}
Some of the debug-tools for developpers. Some of the debug-tools for developpers.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%endif %endif
@ -380,7 +380,7 @@ PreReq: coreutils
This is the winbind-daemon and the wbinfo-tool. This is the winbind-daemon and the wbinfo-tool.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -406,14 +406,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbclient %description -n libsmbclient
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%else %else
%description -n libsmbclient0 %description -n libsmbclient0
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%endif %endif
@ -452,7 +452,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the smbclient programming interface. develop programs which make use of the smbclient programming interface.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libnetapi0 %package -n libnetapi0
@ -465,7 +465,7 @@ PreReq: /sbin/ldconfig
This package includes the netapi library. This package includes the netapi library.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libnetapi-devel %package -n libnetapi-devel
@ -484,7 +484,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the netapi programming interface. develop programs which make use of the netapi programming interface.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -505,14 +505,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbsharemodes %description -n libsmbsharemodes
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%else %else
%description -n libsmbsharemodes0 %description -n libsmbsharemodes0
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%endif %endif
@ -538,7 +538,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the smbsharemodes programming interface. develop programs which make use of the smbsharemodes programming interface.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libwbclient0 %package -n libwbclient0
@ -551,7 +551,7 @@ PreReq: /sbin/ldconfig
This package includes the wbclient library. This package includes the wbclient library.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libwbclient-devel %package -n libwbclient-devel
@ -570,7 +570,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the wbclient programming interface. develop programs which make use of the wbclient programming interface.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%if 0%{?suse_version} && 0%{?suse_version} < 1211 %if 0%{?suse_version} && 0%{?suse_version} < 1211
@ -587,7 +587,7 @@ PreReq: /sbin/ldconfig
This package includes the talloc library. This package includes the talloc library.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libtalloc-devel %package -n libtalloc-devel
@ -608,7 +608,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the talloc programming interface. develop programs which make use of the talloc programming interface.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libtdb1 %package -n libtdb1
@ -623,7 +623,7 @@ PreReq: /sbin/ldconfig
This package includes the tdb library. This package includes the tdb library.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libtdb-devel %package -n libtdb-devel
@ -640,7 +640,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tdb programming interface. develop programs which make use of the tdb programming interface.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libtevent0 %package -n libtevent0
@ -655,7 +655,7 @@ PreReq: /sbin/ldconfig
This package includes the tevent library. This package includes the tevent library.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libtevent-devel %package -n libtevent-devel
@ -677,7 +677,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tevent programming interface. develop programs which make use of the tevent programming interface.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libldb1 %package -n libldb1
@ -693,7 +693,7 @@ PreReq: /sbin/ldconfig
This package includes the ldb library. This package includes the ldb library.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%package -n libldb-devel %package -n libldb-devel
@ -714,7 +714,7 @@ Requires: libtalloc-devel
This package contains the static libraries and header files needed to This package contains the static libraries and header files needed to
develop programs which make use of the tevent programming interface. develop programs which make use of the tevent programming interface.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%endif %endif
@ -734,7 +734,7 @@ This tool aims to simplify the administration of a Samba Domain
Controller that uses the ldapsam passdb backend. Controller that uses the ldapsam passdb backend.
Source Timestamp: 2851 Source Timestamp: 2853
Branch : 3.6.9 Branch : 3.6.9
%endif %endif
@ -1379,9 +1379,10 @@ fi
if test ${1:-0} -eq 1 -a -d %{cups_lib_dir}/backend; then if test ${1:-0} -eq 1 -a -d %{cups_lib_dir}/backend; then
ln -fs %{_bindir}/get_printing_ticket %{cups_lib_dir}/backend/smb ln -fs %{_bindir}/get_printing_ticket %{cups_lib_dir}/backend/smb
fi fi
%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1221 %if 0%{?suse_version} > 0 && 0%{?suse_version} < 1131
%{?run_permissions:%{run_permissions}} %{?run_permissions:%{run_permissions}}
%endif %endif
%{?set_permissions:%{set_permissions}}
%postun krb-printing %postun krb-printing
if test ${1:-0} -eq 0 -a -e %{_bindir}/smbspool -a -d %{cups_lib_dir}/backend; then if test ${1:-0} -eq 0 -a -e %{_bindir}/smbspool -a -d %{cups_lib_dir}/backend; then

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:72b349c61801c05dde9475de0dbd151320bc5c1bdf7fc4abd78d7b8fbfcce48f oid sha256:12cf3598c5f2493aeeaafb2b9381ab41a94b276a685c2d1b6dab7746b0c361e9
size 53392 size 53416