From 4a1eb28dafa616e1bf33aa0a0c484c53f85a0a32 Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Fri, 14 Feb 2020 16:33:47 +0800 Subject: [PATCH] Make check after installation --- liboauth.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/liboauth.spec b/liboauth.spec index 5b66ee0..b34d290 100644 --- a/liboauth.spec +++ b/liboauth.spec @@ -1,6 +1,6 @@ Name: liboauth Version: 1.0.3 -Release: 12 +Release: 13 Summary: OAuth library functions License: MIT URL: http://liboauth.sourceforge.net/ @@ -39,6 +39,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %ldconfig_scriptlets +%check +make check + %files %doc AUTHORS COPYING.MIT README %{_libdir}/*.so.* @@ -53,6 +56,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %doc ChangeLog %changelog +* Fri Feb 14 2020 openEuler Buildteam - 1.0.3-13 +- Make check after installation + * Fri Sep 6 2019 openEuler Buildteam - 1.0.3-12 - Package init