diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 0e234f962a77d46d36fd63da17b52006af41d1a8..eb022910cbfd3d3710490c6cf224fb8048bb60e6 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -3,7 +3,7 @@ Python classes to extract information from the Linux kernel /proc files. Name: python-linux-procfs Version: 0.6.2 -Release: 3 +Release: 4 Summary: Linux /proc abstraction classes License: GPLv2 URL: https://rt.wiki.kernel.org/index.php/Tuna @@ -41,6 +41,9 @@ Requires: python3-six %py2_install %py3_install +%check +python3 bitmasklist_test.py + %files -n python2-linux-procfs %defattr(0755,root,root,0755) %{python2_sitelib}/procfs/ @@ -58,6 +61,12 @@ Requires: python3-six %license COPYING %changelog +* Sat Feb 18 2023 zhuofeng - 0.6.2-4 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:make the test check + * Thu Nov 12 2020 xinghe - 0.6.2-3 - fix import of utilist