From 29c6cdd059fbc8511c8ad41c99d1e4711f036e48 Mon Sep 17 00:00:00 2001 From: chengquan Date: Mon, 17 Feb 2020 17:11:02 +0800 Subject: [PATCH] Enable test cases --- chrpath.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 99fa949..ce070c4 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 10 +Release: 11 Summary: Modify the dynamic library load path (rpath) of compiled programs License: GPL+ URL: https://chrpath.alioth.debian.org/ @@ -26,6 +26,9 @@ is supported. %make_install rm -rf %{buildroot}/usr/doc +%check +make check + %files %defattr(-,root,root) %license COPYING @@ -36,6 +39,9 @@ rm -rf %{buildroot}/usr/doc %{_mandir}/man1/chrpath.1* %changelog +* Mon Feb 17 2020 openEuler Buildteam - 0.16-11 +- Enable test cases + * Thu Sep 19 2019 openEuler Buildteam - 0.16-10 - Package init