diff --git a/procps-ng.spec b/procps-ng.spec index 6a2f0f7683d7093614bcd0b2d34e9e1af6cf4c4d..6dc2c8c852b66cb03bfccb35218a69cb29691404 100644 --- a/procps-ng.spec +++ b/procps-ng.spec @@ -1,6 +1,6 @@ Name: procps-ng Version: 3.3.16 -Release: 17 +Release: 18 Summary: Utilities that provide system information. License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ URL: https://sourceforge.net/projects/procps-ng/ @@ -70,6 +70,9 @@ autoreconf -ivf make CFLAGS="%{optflags}" +%check +make check + %install %make_install @@ -108,6 +111,9 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof %{_mandir}/translated %changelog +* Fri Apr 21 2023 zhoujie - 3.3.16-18 +- enable make check + * Sat Feb 27 2021 hewenliang <314264452@qq.com> - 3.3.16-17 - Sync patches from upstream