Add RHEL8/EPEL8 conditional.

epel8
Bojan Smojver 6 years ago
parent f487fddb2a
commit 53167c32f0

@ -2,7 +2,7 @@
Name: xorgxrdp
Version: 0.2.10
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Implementation of xrdp backend as Xorg modules
License: MIT
@ -12,7 +12,7 @@ Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{ve
BuildRequires: nasm
BuildRequires: xorg-x11-server-devel
BuildRequires: xrdp-devel
%if 0%{?fedora} <= 24
%if 0%{?fedora} <= 24 || 0%{?rhel} >= 8
BuildRequires: libXfont-devel
%endif
%if 0%{?rhel} == 7
@ -56,6 +56,9 @@ for screen resizing and multiple monitors.
%changelog
* Sat Aug 10 2019 Bojan Smojver <bojan@rexursive.com> - 0.2.10-4
- Add RHEL8/EPEL8 conditional.
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

Loading…
Cancel
Save