URL: https://github.com/SSSD/sssd/pull/5779
Author: pbrezina
 Title: #5779: spec: fix invalid condition
Action: opened

PR body:
"""
This was introduced in 4b7b6fa70399654b8a6d2f691be832c0680ee1fb and broke CI.
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5779/head:pr5779
git checkout pr5779
From aacb50703b19989814cd4667cc4280a8d91baa7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Wed, 8 Sep 2021 12:40:41 +0200
Subject: [PATCH] spec: fix invalid condition

This was introduced in 4b7b6fa70399654b8a6d2f691be832c0680ee1fb
---
 contrib/sssd.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 1f0c7b2f17..c8a4f62c7e 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -17,7 +17,7 @@
 %if 0%{?fedora} >= 34
 %global build_kcm_renewals 1
 %global krb5_version 1.19.1
-%elif 0%{rhel} >= 8
+%elif 0%{?rhel} >= 8
 %global build_kcm_renewals 1
 %global krb5_version 1.18.2
 %else
_______________________________________________
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

Reply via email to