From 99abd2bad4a74a2e1b33be5a951495ed668d651e Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sep 20 2017 01:07:26 +0000 Subject: Require libXfont2-devel on RHEL7 at build time. --- diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 26590cf..53fdb36 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -13,6 +13,9 @@ BuildRequires: xrdp-devel %if 0%{?fedora} <= 24 BuildRequires: libXfont-devel %endif +%if 0%{?rhel} = 7 +BuildRequires: libXfont2-devel +%endif Requires: xorg-x11-server-Xorg%{_isa} %description @@ -51,6 +54,9 @@ for screen resizing and multiple monitors. %changelog +* Wed Sep 20 2017 Bojan Smojver - 0.2.4-2 +- Require libXfont2-devel on RHEL7 at build time + * Wed Sep 20 2017 Bojan Smojver - 0.2.4-1 - Bump up to 0.2.4