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