Set the Kerberos version requirement based on what we build
This commit is contained in:
parent
2d7caa5e7e
commit
6000666f31
@ -65,6 +65,12 @@
|
|||||||
%global with_dc 1
|
%global with_dc 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{with_dc}
|
||||||
|
%global required_mit_krb5 1.15.1
|
||||||
|
%else
|
||||||
|
%global required_mit_krb5 1.10
|
||||||
|
%endif
|
||||||
|
|
||||||
%global with_clustering_support 0
|
%global with_clustering_support 0
|
||||||
|
|
||||||
%if %{with clustering}
|
%if %{with clustering}
|
||||||
@ -152,7 +158,7 @@ BuildRequires: docbook-style-xsl
|
|||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
BuildRequires: krb5-devel >= 1.14
|
BuildRequires: krb5-devel >= %{required_mit_krb5}
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user