From a46cf242b2e1db30de6df76629bfc7aa8d6b569f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 23 Aug 2017 17:33:35 +0200 Subject: [PATCH] Let the client-libs package require krb5-libs --- samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index e9e0bc0..83bdfde 100644 --- a/samba.spec +++ b/samba.spec @@ -286,6 +286,7 @@ Requires: %{name}-common = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver} %endif +Requires: krb5-libs >= %{required_mit_krb5} %description client-libs The samba-client-libs package contains internal libraries needed by the @@ -433,7 +434,6 @@ the Kerberos credentials cache of the user issuing the print job. ### LIBS %package libs Summary: Samba libraries -Requires: krb5-libs >= %{required_mit_krb5} Requires: %{name}-client-libs = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver}