diff --git a/SPECS/samba.spec b/SPECS/samba.spec index f4a7bda..77bc096 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -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 - 4.20.2-2.inferit +- enable AD DC + * Thu Aug 01 2024 Pavel Filipenský - 4.20.2-2 - resolves: RHEL-47757 - Allow to run samba-bgqd as a standalone systemd service