enable AD DC

i9-beta changed/i9c-beta/samba-4.20.2-2.inferit
Dmitry Samoylik 2 months ago
parent a3b1ac40a5
commit cb2213e6f0

@ -26,7 +26,7 @@
%{!?_make_verbose:%define _make_verbose V=1 VERBOSE=1}
# Build with Active Directory Domain Controller support by default on Fedora
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?msvsphere}
%bcond_without dc
%else
%bcond_with dc
@ -57,7 +57,7 @@
# ppc64le excluded pending resolution of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104172
#%%ifarch aarch64 ppc64le s390x x86_64
%ifarch aarch64 s390x x86_64 riscv64
%ifarch aarch64 s390x x86_64
%bcond_without vfs_cephfs
%bcond_without ceph_mutex
%else
@ -80,7 +80,7 @@
%if 0%{?fedora}
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%ifarch aarch64 ppc64le s390x x86_64
%bcond_without vfs_glusterfs
%else
%bcond_with vfs_glusterfs
@ -109,7 +109,7 @@
# Build vfs_io_uring module by default on 64bit Fedora
%if 0%{?fedora} || 0%{?rhel} >= 8
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%ifarch aarch64 ppc64le s390x x86_64
%bcond_without vfs_io_uring
%else
%bcond_with vfs_io_uring
@ -205,7 +205,7 @@
Name: samba
Version: %{samba_version}
Release: %{samba_release}%{?dist}
Release: %{samba_release}%{?dist}.inferit
%if 0%{?fedora}
Epoch: 2
@ -4606,6 +4606,9 @@ fi
%endif
%changelog
* Thu Oct 31 2024 Dmitry Samoylik <Dmitriy.Samoylik@softline.com> - 4.20.2-2.inferit
- enable AD DC
* Thu Aug 01 2024 Pavel Filipenský <pfilipen@redhat.com> - 4.20.2-2
- resolves: RHEL-47757 - Allow to run samba-bgqd as a standalone systemd service

Loading…
Cancel
Save