forked from pool/samba
Accepting request 642052 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/642052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=241
This commit is contained in:
commit
9e720ee2d4
@ -27,4 +27,4 @@ samba-client
|
||||
supplements "packageand(samba-client:glibc-<targettype>)"
|
||||
-/usr/lib/samba
|
||||
samba-libs
|
||||
samba-kdc
|
||||
samba-ad-dc
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb8a7730943aaba9e30d3a483b1142c01136ffac3a95c55c0b256d7f4e1abf0b
|
||||
size 24608604
|
3
samba-4.9.1+git.96.c3bff26bf16.tar.bz2
Normal file
3
samba-4.9.1+git.96.c3bff26bf16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aeff9c1b53f67fcad97bf902ac6aaa0cdb526cb5f8be18e5a4bfee0394f04476
|
||||
size 24625878
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 12 14:58:08 UTC 2018 - dmulder@suse.com
|
||||
|
||||
- Backport latest gpo code from master
|
||||
+ Read policy from local gpt cache
|
||||
+ Offline policy application
|
||||
+ Make group policy extensible via register/unregister gpext
|
||||
+ gpext's run via a process_group_policy method
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 22:45:40 UTC 2018 - jmcdonough@suse.com
|
||||
|
||||
- Enable profiling data collection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 20:26:47 UTC 2018 - dmulder@suse.com
|
||||
|
||||
- Change samba-kdc package name to samba-ad-dc
|
||||
- Move samba-ad-dc.service to the samba-ad-dc package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 09:43:08 UTC 2018 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
23
samba.spec
23
samba.spec
@ -168,7 +168,7 @@ BuildRequires: krb5-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 4.9.1+git.46.ff87d06bace
|
||||
Version: 4.9.1+git.96.c3bff26bf16
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
@ -929,8 +929,8 @@ The Ceph VFS module for Samba allows shares to be backed by the Ceph
|
||||
distributed file system. A Ceph CTDB lock helper binary is included so
|
||||
that RADOS locks can be used for CTDB split-brain avoidance.
|
||||
|
||||
%package kdc
|
||||
Summary: Samba MIT KDC
|
||||
%package ad-dc
|
||||
Summary: Samba Active Directory-compatible Domain Controller
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Networking/Samba
|
||||
Requires: samba = %{version}
|
||||
@ -939,9 +939,11 @@ Recommends: krb5-server >= 1.15.1
|
||||
Requires: samba-python = %{version}
|
||||
Recommends: samba-winbind = %{version}
|
||||
Recommends: tdb-tools >= %{tdb_version}
|
||||
Provides: samba-kdc = %{version}
|
||||
Obsoletes: samba-kdc < %{version}
|
||||
|
||||
%description kdc
|
||||
This package contains the KDC
|
||||
%description ad-dc
|
||||
This package contains the Active Directory-compatible Domain Controller
|
||||
|
||||
%package dsdb-modules
|
||||
Summary: Samba LDB modules
|
||||
@ -1020,6 +1022,7 @@ CONFIGURE_OPTIONS="\
|
||||
--disable-rpath \
|
||||
--disable-rpath-install \
|
||||
--enable-debug \
|
||||
--with-profiling-data \
|
||||
%if 0%{?build_ctdb_pmda}
|
||||
--enable-pmda \
|
||||
%endif
|
||||
@ -1527,8 +1530,8 @@ fi
|
||||
%postun test -p /sbin/ldconfig
|
||||
|
||||
%if %{with_dc}
|
||||
%post kdc -p /sbin/ldconfig
|
||||
%postun kdc -p /sbin/ldconfig
|
||||
%post ad-dc -p /sbin/ldconfig
|
||||
%postun ad-dc -p /sbin/ldconfig
|
||||
|
||||
%post dsdb-modules
|
||||
ln -sf %{_libdir}/samba/ldb %{_libdir}/ldb/samba
|
||||
@ -1654,9 +1657,6 @@ exit 0
|
||||
%else
|
||||
%{_unitdir}/nmb.service
|
||||
%{_unitdir}/smb.service
|
||||
%if %{with_dc}
|
||||
%{_unitdir}/samba-ad-dc.service
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1111
|
||||
%attr(0600,root,root) %config(noreplace) %{CONFIGDIR}/smbpasswd
|
||||
@ -2491,7 +2491,8 @@ exit 0
|
||||
%endif
|
||||
|
||||
%if %{with_dc}
|
||||
%files kdc
|
||||
%files ad-dc
|
||||
%{_unitdir}/samba-ad-dc.service
|
||||
%{_bindir}/samba-tool
|
||||
%{_sbindir}/samba
|
||||
%{_sbindir}/samba_dnsupdate
|
||||
|
Loading…
Reference in New Issue
Block a user