From 2c9484e0bb15913cbc29c7d05a060517781b60a6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 23 Aug 2017 16:15:55 +0200 Subject: [PATCH] With Samba 4.7 we always want krb5 1.15.1 --- samba.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/samba.spec b/samba.spec index 1c6f183..e9e0bc0 100644 --- a/samba.spec +++ b/samba.spec @@ -69,11 +69,7 @@ %global with_dc 1 %endif -%if %{with_dc} %global required_mit_krb5 1.15.1 -%else -%global required_mit_krb5 1.10 -%endif %global with_clustering_support 0 @@ -437,7 +433,7 @@ the Kerberos credentials cache of the user issuing the print job. ### LIBS %package libs Summary: Samba libraries -Requires: krb5-libs >= 1.14 +Requires: krb5-libs >= %{required_mit_krb5} Requires: %{name}-client-libs = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver}