URL: https://github.com/freeipa/freeipa/pull/5899 Author: flo-renaud Title: #5899: [Backport][ipa-4-9] spec file: Trust controller role should pull sssd-winbind-idmap package Action: opened
PR body: """ This PR was opened automatically because PR #5898 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5899/head:pr5899 git checkout pr5899
From a9a06c4d842bcb84c7e412640afaacb66a16ab0b Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <[email protected]> Date: Thu, 15 Jul 2021 10:06:56 +0200 Subject: [PATCH] spec file: Trust controller role should pull sssd-winbind-idmap package ipa-server-trust-ad subpackage need to pull in sssd-winbind-idmap Fixes: https://pagure.io/freeipa/issue/8923 Signed-off-by: Florence Blanc-Renaud <[email protected]> --- freeipa.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/freeipa.spec.in b/freeipa.spec.in index fa649cf4e1a..c33d2e216e5 100755 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -597,6 +597,7 @@ Requires: %{name}-common = %{version}-%{release} Requires: samba >= %{samba_version} Requires: samba-winbind +Requires: sssd-winbind-idmap Requires: libsss_idmap %if 0%{?rhel} Obsoletes: ipa-idoverride-memberof-plugin <= 0.1
_______________________________________________ FreeIPA-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
