Require xorg-x11-server-Xorg we built against.

epel8
Bojan Smojver 7 years ago
parent 46c009cdfc
commit 972cc469c8

@ -1,6 +1,8 @@
%global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536)
Name: xorgxrdp Name: xorgxrdp
Version: 0.2.4 Version: 0.2.4
Release: 2%{?dist} Release: 3%{?dist}
Summary: Implementation of xrdp backend as Xorg modules Summary: Implementation of xrdp backend as Xorg modules
License: MIT License: MIT
@ -16,7 +18,7 @@ BuildRequires: libXfont-devel
%if 0%{?rhel} == 7 %if 0%{?rhel} == 7
BuildRequires: libXfont2-devel BuildRequires: libXfont2-devel
%endif %endif
Requires: xorg-x11-server-Xorg%{_isa} Requires: xorg-x11-server-Xorg%{_isa} = %{xorg_server_version}
%description %description
xorgxrdp is a set of X11 modules that make Xorg act as a backend for xorgxrdp is a set of X11 modules that make Xorg act as a backend for
@ -54,6 +56,9 @@ for screen resizing and multiple monitors.
%changelog %changelog
* Sat Sep 23 2017 Bojan Smojver <bojan@rexursive.com> - 0.2.4-3
- Require xorg-x11-server-Xorg we built against
* Wed Sep 20 2017 Bojan Smojver <bojan@rexursive.com> - 0.2.4-2 * Wed Sep 20 2017 Bojan Smojver <bojan@rexursive.com> - 0.2.4-2
- Require libXfont2-devel on RHEL7 at build time - Require libXfont2-devel on RHEL7 at build time

Loading…
Cancel
Save