From e055f95baee8d91e3ac3e5afbe45bcbdcc88da63 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Tue, 1 Sep 2020 18:54:16 +1000 Subject: [PATCH] Enable s390x again. --- xorgxrdp.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index cd5f6cc..744179d 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,15 +2,13 @@ Name: xorgxrdp Version: 0.2.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT URL: https://github.com/neutrinolabs/xorgxrdp Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz -ExcludeArch: s390x - BuildRequires: nasm BuildRequires: xorg-x11-server-devel BuildRequires: xrdp-devel >= 1:0.9.13 @@ -57,6 +55,9 @@ for screen resizing and multiple monitors. %changelog +* Tue Sep 1 2020 Bojan Smojver - 0.2.14-2 +- Enable s390x + * Tue Sep 1 2020 Bojan Smojver - 0.2.14-1 - Bump up to 0.2.14