URL: https://github.com/SSSD/sssd/pull/5685 Author: justin-stephenson Title: #5685: KCM: Add krb5-libs dependency in spec Action: opened
PR body: """ """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5685/head:pr5685 git checkout pr5685
From 7c39a69f8d02d7665bad74111796137505617413 Mon Sep 17 00:00:00 2001 From: Justin Stephenson <jstep...@redhat.com> Date: Tue, 15 Jun 2021 07:19:45 -0400 Subject: [PATCH] KCM: Add krb5-libs dependency in spec --- contrib/sssd.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index e2877b64b1..d44d61ea41 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -472,6 +472,7 @@ Library to map certificates to users based on rules Summary: An implementation of a Kerberos KCM server License: GPLv3+ Requires: sssd-common = %{version}-%{release} +Requires: krb5-libs %{?systemd_requires} %description kcm
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure