Accepting request 130363 from network:samba:STABLE
- Update to 3.6.7. + Fix resolving our own "Domain Local" groups; (bso#9052). + Fix migrating printers while upgrading from 3.5.x; (bso#9026). - Correct documentation of "case sensitive"; (bso#8552). - Printing fails in function cups_job_submit; (bso#8719). - Fix kernel oplocks when uid(file) != uid(process); (bso#8974). - Send correct responses to NT Transact Secondary when no data and no params for the Trans2 calls are set; (bso#8989). - Fix build without ads support; (bso#8996). - Don't turn negative cache entries into valid idmappings; (bso#9002). - Fix posix acl on gpfs; (bso#9003). - Make vfs_gpfs less verbose in get/set_xattr functions; (bso#9022). - Fix migrating printers while upgrading from 3.5.x; (bso#9026). - Fix typo in set_re_uid() call when USE_SETRESUID selected in configure; (bso#9034). - Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED in error instead ofNT_STATUS_FILE_LOCK_CONFLICT; (bso#9040). - Fix resolving our own "Domain Local" groups; (bso#9052). - Fix build against CUPS 1.6; (bso#9055). - Fix bugs in SMB2 credit handling code; (bso#9057). - rpcclient: Fix bad call to data_blob_const; (bso#9062). - BuildRequire gcc, make, and patch; (bnc#771516). OBS-URL: https://build.opensuse.org/request/show/130363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=122
This commit is contained in:
commit
d7c5ee7f4e
@ -1,2 +1,2 @@
|
||||
2823
|
||||
Branch : 3.6.6
|
||||
2831
|
||||
Branch : 3.6.7
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72a778e2ae1ace0706875bc525d4508758adf3511560d5878d47429e04177e6e
|
||||
size 34498
|
||||
oid sha256:4e9553b9e40654bb52e94a91d9721cf4b119445bb9d2ef87e8ce60ab9064fdf7
|
||||
size 33290
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd9c0c6684c64e972d988d55f96154adb5f2565c6c38285302e95605571140b9
|
||||
size 29456341
|
3
samba-3.6.7.tar.bz2
Normal file
3
samba-3.6.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1096ea1cb75874d06ec00346aa08012aa0094f97a0dfaa8d6567e1b759c72e3f
|
||||
size 29481804
|
@ -22,6 +22,9 @@ Name: samba-doc
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
||||
BuildRequires: autoconf
|
||||
%endif
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: patch
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: fam-devel
|
||||
@ -90,7 +93,7 @@ BuildRequires: libtalloc-devel
|
||||
BuildRequires: libtdb-devel
|
||||
BuildRequires: libtevent-devel
|
||||
%endif
|
||||
%define samba_ver 3.6.6
|
||||
%define samba_ver 3.6.7
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
@ -114,7 +117,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 3.6.6
|
||||
Version: 3.6.7
|
||||
Release: 1
|
||||
%define ldapsmb_ver 1.34b
|
||||
Url: http://www.samba.org/
|
||||
@ -459,7 +462,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 20:41:15 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Update to 3.6.7.
|
||||
+ Fix resolving our own "Domain Local" groups; (bso#9052).
|
||||
+ Fix migrating printers while upgrading from 3.5.x; (bso#9026).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 19:40:23 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Correct documentation of "case sensitive"; (bso#8552).
|
||||
- Printing fails in function cups_job_submit; (bso#8719).
|
||||
- Fix kernel oplocks when uid(file) != uid(process); (bso#8974).
|
||||
- Send correct responses to NT Transact Secondary when no data and no params
|
||||
for the Trans2 calls are set; (bso#8989).
|
||||
- Fix build without ads support; (bso#8996).
|
||||
- Don't turn negative cache entries into valid idmappings; (bso#9002).
|
||||
- Fix posix acl on gpfs; (bso#9003).
|
||||
- Make vfs_gpfs less verbose in get/set_xattr functions; (bso#9022).
|
||||
- Fix migrating printers while upgrading from 3.5.x; (bso#9026).
|
||||
- Fix typo in set_re_uid() call when USE_SETRESUID selected in configure;
|
||||
(bso#9034).
|
||||
- Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED in error
|
||||
instead ofNT_STATUS_FILE_LOCK_CONFLICT; (bso#9040).
|
||||
- Fix resolving our own "Domain Local" groups; (bso#9052).
|
||||
- Fix build against CUPS 1.6; (bso#9055).
|
||||
- Fix bugs in SMB2 credit handling code; (bso#9057).
|
||||
- rpcclient: Fix bad call to data_blob_const; (bso#9062).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 14:35:39 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- BuildRequire gcc, make, and patch; (bnc#771516).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 17:52:50 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
|
111
samba.spec
111
samba.spec
@ -22,6 +22,9 @@ Name: samba
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
||||
BuildRequires: autoconf
|
||||
%endif
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: patch
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: fam-devel
|
||||
@ -90,7 +93,7 @@ BuildRequires: libtalloc-devel
|
||||
BuildRequires: libtdb-devel
|
||||
BuildRequires: libtevent-devel
|
||||
%endif
|
||||
%define samba_ver 3.6.6
|
||||
%define samba_ver 3.6.7
|
||||
%define samba_ver_suffix %nil
|
||||
%define samba_ver_full %{samba_ver}%{samba_ver_suffix}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||
@ -114,7 +117,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 3.6.6
|
||||
Version: 3.6.7
|
||||
Release: 1
|
||||
%define ldapsmb_ver 1.34b
|
||||
License: GPL-3.0+
|
||||
@ -221,8 +224,8 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package client
|
||||
License: GPL-3.0+
|
||||
@ -262,8 +265,8 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
|
||||
@ -282,8 +285,8 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of Samba.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%endif
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110
|
||||
@ -307,8 +310,8 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%endif
|
||||
|
||||
@ -329,8 +332,8 @@ Requires: samba-client >= %{version}
|
||||
A wrapper binary to run smbspool with the original calling UID.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%if %{make_utils}
|
||||
|
||||
@ -345,8 +348,8 @@ Obsoletes: samba-gplv3-utils < %{version}
|
||||
Some of the debug-tools for developpers.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%endif
|
||||
|
||||
@ -378,8 +381,8 @@ PreReq: coreutils
|
||||
This is the winbind-daemon and the wbinfo-tool.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
@ -404,15 +407,15 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%endif
|
||||
This package includes the libsmbclient library.
|
||||
@ -450,8 +453,8 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the smbclient programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libnetapi0
|
||||
License: GPL-3.0+
|
||||
@ -463,8 +466,8 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the netapi library.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libnetapi-devel
|
||||
License: GPL-3.0+
|
||||
@ -482,8 +485,8 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the netapi programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
|
||||
@ -503,15 +506,15 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%endif
|
||||
This package includes the smbsharemodes library.
|
||||
@ -536,8 +539,8 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the smbsharemodes programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libwbclient0
|
||||
License: LGPL-3.0+
|
||||
@ -549,8 +552,8 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the wbclient library.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libwbclient-devel
|
||||
License: LGPL-3.0+
|
||||
@ -568,8 +571,8 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the wbclient programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1211
|
||||
|
||||
@ -585,8 +588,8 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the talloc library.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libtalloc-devel
|
||||
Version: %{libtalloc_ver}
|
||||
@ -606,8 +609,8 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the talloc programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libtdb1
|
||||
Version: %{libtdb_ver}
|
||||
@ -621,8 +624,8 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tdb library.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libtdb-devel
|
||||
Version: %{libtdb_ver}
|
||||
@ -638,8 +641,8 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tdb programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libtevent0
|
||||
Version: %{libtevent_ver}
|
||||
@ -653,8 +656,8 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tevent library.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libtevent-devel
|
||||
Version: %{libtevent_ver}
|
||||
@ -675,8 +678,8 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tevent programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libldb1
|
||||
Version: %{libldb_ver}
|
||||
@ -691,8 +694,8 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the ldb library.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%package -n libldb-devel
|
||||
Version: %{libldb_ver}
|
||||
@ -712,8 +715,8 @@ Requires: libtalloc-devel
|
||||
This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tevent programming interface.
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%endif
|
||||
|
||||
@ -732,8 +735,8 @@ This tool aims to simplify the administration of a Samba Domain
|
||||
Controller that uses the ldapsam passdb backend.
|
||||
|
||||
|
||||
Source Timestamp: 2823
|
||||
Branch : 3.6.6
|
||||
Source Timestamp: 2831
|
||||
Branch : 3.6.7
|
||||
|
||||
%endif
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d620e2ecd4c6b7d4612d6466ad8bf6364070946399153d354094985a50fc7566
|
||||
size 52578
|
||||
oid sha256:e005e6f60aab44c5cb3b923bc77972ec9d27744b0468e134104aa68b18af5132
|
||||
size 52506
|
||||
|
Loading…
Reference in New Issue
Block a user