Do not build Xspice for RHEL 9

Related: rhbz#1947068
This commit is contained in:
Uri Lublin 2021-04-22 12:13:09 +03:00
parent bcbe87318a
commit a33988a102
1 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# Xspice is x86_64 and ARM only since spice-server is x86_64 / ARM only
%ifarch %{ix86} x86_64 %{arm} aarch64
%define with_xspice (0%{?fedora} || 0%{?rhel} > 6)
%define with_xspice (0%{?fedora} || (0%{?rhel} > 6 && 0%{?rhel} < 9))
%else
%define with_xspice 0
%endif
@ -24,7 +24,7 @@ Name: xorg-x11-drv-qxl
Version: 0.1.5
Release: 20%{?gver}%{?dist}
Release: 21%{?gver}%{?dist}
URL: http://www.x.org
Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
#Source0: %{tarball}-%{gitdate}.tar.bz2
@ -122,6 +122,10 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/spiceqxl.xorg.conf
%changelog
* Tue Apr 20 2021 Uri Lublin <uril@redhat.com> - 0.1.5-21
- Do not build Xspice for RHEL 9
Related: rhbz#1947068
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.5-20
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937