diff --git a/xorg-x11-drv-libinput.spec b/xorg-x11-drv-libinput.spec index 623768f..a3cbc12 100644 --- a/xorg-x11-drv-libinput.spec +++ b/xorg-x11-drv-libinput.spec @@ -3,7 +3,7 @@ Name: xorg-x11-drv-libinput Version: 0.28.0 -Release: 4 +Release: 5 Summary: Xorg X11 libinput input driver License: MIT URL: https://www.x.org @@ -40,6 +40,9 @@ autoreconf --force -v --install || exit 1 %configure --disable-silent-rules %make_build +%check +make check + %install %make_install @@ -65,6 +68,12 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/ %{_mandir}/man4/libinput.4* %changelog +* Wed Feb 12 2020 openEuler Buildteam - 0.28.0-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:enable make check test case + * Thu Jan 3 2020 openEuler Buildteam - 0.28.0-4 - Type:bugfix - ID:NA