URL: https://github.com/freeipa/freeipa/pull/5585
Author: rcritten
 Title: #5585: [Backport][ipa-4-9] platform-python only on RHEL8
Action: opened

PR body:
"""
This PR was opened automatically because PR #5584 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/5585/head:pr5585
git checkout pr5585
From 141dcb5a5acbc0960d87ee211f726b8661d1a747 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

Reply via email to