#18 Fix wrong conditional build check for AD DC
Merged 3 years ago by asn. Opened 3 years ago by anoopcs.
rpms/ anoopcs/samba main  into  main

file modified
+5 -2
@@ -108,7 +108,7 @@ 

  

  %define samba_requires_eq()  %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")

  

- %global main_release 1

+ %global main_release 2

  

  %global samba_version 4.14.3

  %global talloc_version 2.3.2
@@ -389,7 +389,7 @@ 

  Provides: samba4-common = %{samba_depver}

  Obsoletes: samba4-common < %{samba_depver}

  

- %if %{with dc} || %{with testsuite}

+ %if %{without dc} && %{without testsuite}

  Obsoletes: samba-dc < %{samba_depver}

  Obsoletes: samba-dc-libs < %{samba_depver}

  Obsoletes: samba-dc-bind-dlz < %{samba_depver}
@@ -3878,6 +3878,9 @@ 

  %endif

  

  %changelog

+ * Wed Apr 28 2021 Anoop C S <anoopcs@samba.org> - 4.14.3-2

+ - resolves: #1954263 - wrong conditional build check of AD DC

+ 

  * Tue Apr 20 2021 Andreas Schneider <asn@redhat.com> - 4.14.3-1

  - resolves: #1942378 - Drop NIS support

  

rebased onto 1520f96

3 years ago

Pull-Request has been merged by asn

3 years ago
Metadata