From 5716c49b3d31336d8fb53d0a4cb4bdbc172da908 Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Wed, 6 Apr 2022 11:22:53 +0800 Subject: [PATCH] enable tests --- libXdmcp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXdmcp.spec b/libXdmcp.spec index daad887..7e894d6 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -1,6 +1,6 @@ Name: libXdmcp Version: 1.1.3 -Release: 3 +Release: 4 Summary: X Display Manager Control Protocol library License: MIT Url: https://xorg.freedesktop.org/ @@ -33,6 +33,9 @@ autoreconf -ivf %configure %make_build +%check +make check + %install %make_install %delete_la @@ -56,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir} %doc README.md ChangeLog %changelog +* Wed Apr 6 2022 liuyumeng1 - 1.1.3-4 +- enable tests + * Fri Jul 30 2021 chenyanpanHW - 1.1.3-3 - DESC: delete -S git from %autosetup, and delete BuildRequires git