Compare commits

..

No commits in common. "7e0b31efb7634a46a847e68d000ea5051ee43efd" and "4bb408f73516b3bc20bde869d100b10ee40fc6e3" have entirely different histories.

3 changed files with 3 additions and 21 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,14 +2,14 @@
Python classes to extract information from the Linux kernel /proc files. Python classes to extract information from the Linux kernel /proc files.
Name: python-linux-procfs Name: python-linux-procfs
Version: 0.7.1 Version: 0.6.3
Release: 1 Release: 2
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 python3-six BuildRequires: python3-devel python3-setuptools
%description %_description %description %_description
@ -30,9 +30,6 @@ 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
@ -42,21 +39,6 @@ Obsoletes: python2-linux-procfs
%license COPYING %license COPYING
%changelog %changelog
* Wed Feb 28 2024 weihaohao <weihaohao2@huawei.com> - 0.7.1-1
- update to 0.7.1
* Thu Dec 28 2023 zhangkea <zhangkea@uniontech.com> - 0.7.3-1
- update to 0.7.3
* Thu Jan 19 2023 Zhipeng Xie <xiezhipeng1@huawei.com> - 0.7.1-1
- update to 0.7.1
* Wed Nov 02 2022 zhuofeng <zhuofeng2@huawei.com> - 0.7.0-1
- update to 0.7.0
* 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