Compare commits
10 Commits
4bb408f735
...
7e0b31efb7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e0b31efb7 | ||
|
|
b07ec57a85 | ||
|
|
4b011b1374 | ||
|
|
b2652399a8 | ||
|
|
19d84ea713 | ||
|
|
d3fd1dd36e | ||
|
|
acb91634ee | ||
|
|
11d18beb1f | ||
|
|
d2e0bc54ea | ||
|
|
de326c78f5 |
Binary file not shown.
BIN
python-linux-procfs-0.7.1.tar.gz
Normal file
BIN
python-linux-procfs-0.7.1.tar.gz
Normal file
Binary file not shown.
@ -2,14 +2,14 @@
|
||||
Python classes to extract information from the Linux kernel /proc files.
|
||||
|
||||
Name: python-linux-procfs
|
||||
Version: 0.6.3
|
||||
Release: 2
|
||||
Version: 0.7.1
|
||||
Release: 1
|
||||
Summary: Linux /proc abstraction classes
|
||||
License: GPLv2
|
||||
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
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
BuildRequires: python3-devel python3-setuptools python3-six
|
||||
|
||||
%description %_description
|
||||
|
||||
@ -30,6 +30,9 @@ Obsoletes: python2-linux-procfs
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%{__python3} bitmasklist_test.py
|
||||
|
||||
%files -n python3-linux-procfs
|
||||
%defattr(0755,root,root,0755)
|
||||
%{_bindir}/pflags
|
||||
@ -39,6 +42,21 @@ Obsoletes: python2-linux-procfs
|
||||
%license COPYING
|
||||
|
||||
%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
|
||||
- fix file conflict
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user