enable check
This commit is contained in:
parent
4bb408f735
commit
de326c78f5
@ -3,13 +3,13 @@ Python classes to extract information from the Linux kernel /proc files.
|
|||||||
|
|
||||||
Name: python-linux-procfs
|
Name: python-linux-procfs
|
||||||
Version: 0.6.3
|
Version: 0.6.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Linux /proc abstraction classes
|
Summary: Linux /proc abstraction classes
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://rt.wiki.kernel.org/index.php/Tuna
|
URL: https://rt.wiki.kernel.org/index.php/Tuna
|
||||||
Source: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git/snapshot/%{name}-%{version}.tar.gz
|
Source: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git/snapshot/%{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools python3-six
|
||||||
|
|
||||||
%description %_description
|
%description %_description
|
||||||
|
|
||||||
@ -30,6 +30,9 @@ Obsoletes: python2-linux-procfs
|
|||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__python3} bitmasklist_test.py
|
||||||
|
|
||||||
%files -n python3-linux-procfs
|
%files -n python3-linux-procfs
|
||||||
%defattr(0755,root,root,0755)
|
%defattr(0755,root,root,0755)
|
||||||
%{_bindir}/pflags
|
%{_bindir}/pflags
|
||||||
@ -39,6 +42,9 @@ Obsoletes: python2-linux-procfs
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2022 shixuantong <shixuantong@h-partners.com> - 0.6.3-3
|
||||||
|
- enable check
|
||||||
|
|
||||||
* Mon Jun 20 2022 shixuantong <shixuantong@h-partners.com> - 0.6.3-2
|
* Mon Jun 20 2022 shixuantong <shixuantong@h-partners.com> - 0.6.3-2
|
||||||
- fix file conflict
|
- fix file conflict
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user