From 46c009cdfc7bc767c36de950549fb1a5e02cd6f3 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 20 Sep 2017 11:09:59 +1000 Subject: [PATCH] Fix equality operator. --- xorgxrdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 53fdb36..29d29b7 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -13,7 +13,7 @@ BuildRequires: xrdp-devel %if 0%{?fedora} <= 24 BuildRequires: libXfont-devel %endif -%if 0%{?rhel} = 7 +%if 0%{?rhel} == 7 BuildRequires: libXfont2-devel %endif Requires: xorg-x11-server-Xorg%{_isa}