Accepting request 510060 from home:dmdiss:ceph-sambagw

- Fix inconsistent ctdb socket path; (bsc#1048352).
- Fix non-admin cephx authentication; (bsc#1048387).

OBS-URL: https://build.opensuse.org/request/show/510060
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=565
This commit is contained in:
Aurelien Aptel 2017-07-13 13:42:20 +00:00 committed by Git OBS Bridge
parent 7466787b91
commit 88ef9fdf19
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09087d13ea46368e6ca1cf8652345ef70a35b56b4367338637178faebee903f0
size 25941302

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63b999c3cf32b783dd0f071795661b62731629c918969f84f20edc90c071f8c7
size 25950985

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 12 22:30:48 UTC 2017 - ddiss@suse.com
- Fix inconsistent ctdb socket path; (bsc#1048352).
- Fix non-admin cephx authentication; (bsc#1048387).
-------------------------------------------------------------------
Wed Jun 7 14:31:47 UTC 2017 - ddiss@suse.com

View File

@ -147,7 +147,7 @@ BuildRequires: librados-devel
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
Version: 4.6.5+git.27.6afd48b1083
Version: 4.6.5+git.32.af7a173b7a1
Release: 0
Url: https://www.samba.org/
Obsoletes: samba-32bit < %{version}
@ -1106,6 +1106,7 @@ CONFIGURE_OPTIONS="\
%endif
--enable-fhs \
--with-cluster-support \
--with-socketpath=%{_localstatedir}/lib/ctdb/ctdb.socket \
%if 0%{?build_ceph}
--enable-ceph-reclock \
%endif