enable unit test

This commit is contained in:
zhouwenpei 2023-09-08 08:43:34 +00:00
parent ca8965251e
commit bd853f472a

View File

@ -16,7 +16,7 @@
Name: xorg-x11-server
Version: 1.20.8
Release: 19
Release: 20
Summary: X.Org X11 X server
License: MIT and GPLv2
URL: https://www.x.org
@ -121,6 +121,7 @@ BuildRequires: xorg-x11-xtrans-devel >= 1.3.2 xorg-x11-util-macros >= 1.17 xorg
BuildRequires: xorg-x11-font-utils >= 7.2 libselinux-devel >= 2.0.86 wayland-devel >= 1.3.0
BuildRequires: libxshmfence-devel >= 1.1 pixman-devel >= 0.30.0 libdrm-devel >= 2.4.0
BuildRequires: mesa-libGL-devel >= 9.2 libpciaccess-devel >= 0.13.1
BuildRequires: xorg-x11-xkb-utils xkeyboard-config
%ifarch aarch64 %{arm} x86_64
BuildRequires: libunwind-devel
@ -245,7 +246,7 @@ autoreconf -ivf || exit 1
--disable-linux-acpi --disable-linux-apm \
--enable-xselinux --enable-record --enable-present \
--enable-config-udev \
--disable-unit-tests \
--enable-unit-tests \
--enable-dmx \
--enable-xwayland \
%{dri_flags} %{?bodhi_flags} \
@ -348,6 +349,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
%{_libdir}/xorg/protocol.txt
%changelog
* Fri Sep 08 2023 zhouwenpei <zhouwenpei1@h-partners.com> -1.20.8-20
- enable unit test
* Fri May 26 2023 leeffo <liweiganga@uniontech.com> -1.20.8-19
- fix CVE-2022-3550