URL: https://github.com/freeipa/freeipa/pull/5584 Author: rcritten Title: #5584: platform-python only on RHEL8 Action: opened
PR body: """ cherry-picked from upstream contribution. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5584/head:pr5584 git checkout pr5584
From 2ad1e4f52377d8c2ef5bb492a4feadfd0f2e0f63 Mon Sep 17 00:00:00 2001 From: Troy Dawson <tdaw...@fedoraproject.org> Date: Fri, 19 Feb 2021 21:28:16 +0000 Subject: [PATCH] platform-python only on RHEL8 --- freeipa.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 0e261285b4a..4e4d0a0be6a 100755 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -803,7 +803,7 @@ Requires: python3-requests Requires: python3-six Requires: python3-sss-murmur Requires: python3-yubico >= 1.3.2-7 -%if 0%{?rhel} && 0%{?rhel} >= 8 +%if 0%{?rhel} && 0%{?rhel} == 8 Requires: platform-python-setuptools %else Requires: python3-setuptools
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-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/freeipa-devel@lists.fedorahosted.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure