From b4a5151e1737eac1197fae18c95fb19a0e141f1b Mon Sep 17 00:00:00 2001 From: jzm369 Date: Tue, 9 Feb 2021 10:44:59 +0800 Subject: [PATCH] add check in spec and rebuild libSM (cherry picked from commit 39dd5eab241e812f731d096e9c09f1330d08fdc5) --- libSM.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libSM.spec b/libSM.spec index e7d27a2..e881d8d 100644 --- a/libSM.spec +++ b/libSM.spec @@ -1,6 +1,6 @@ Name: libSM Version: 1.2.3 -Release: 2 +Release: 4 Summary: Runtime library for X11 SM License: MIT URL: http://www.x.org @@ -29,6 +29,9 @@ autoreconf -ivf %configure --with-libuuid %make_build +%check +make check + %install %make_install %delete_la @@ -56,6 +59,12 @@ autoreconf -ivf %exclude %{_docdir} %changelog +* Tue Feb 9 2021 jinzhimin - 1.2.3-4 +- rebuild libSM + +* Tue Feb 9 2021 jinzhimin - 1.2.3-3 +- add check in spec + * Sat Oct 19 2019 openEuler Buildteam - 1.2.3-2 - Type:bugfix - Id:NA