update to release 0.6.2

This commit is contained in:
19909236985 2020-07-24 14:34:05 +08:00
parent e3e2304cde
commit 4a0293b020
3 changed files with 9 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,13 +2,12 @@
Python classes to extract information from the Linux kernel /proc files.
Name: python-linux-procfs
Version: 0.5.1
Release: 8
Version: 0.6.2
Release: 1
Summary: Linux /proc abstraction classes
License: GPLv2
URL: https://rt.wiki.kernel.org/index.php/Tuna
Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz
BuildArch: noarch
Source: https://git.kernel.org/pub/scm/libs/python/%{name}s/%{name}.git/snapshot/%{name}-%{version}2.tar.gz
BuildRequires: python2-devel python2-setuptools
BuildRequires: python3-devel python3-setuptools
@ -56,6 +55,12 @@ Requires: python3-six
%license COPYING
%changelog
* Fri Jul 24 2020 tianwei <tianwei125@huawei.com> - 0.6.2-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: update to release 0.6.2
* Fri Sep 27 2019 yefei <yefei25@huawei.com> - 0.5.1-8
- Type:enhancement
- ID:NA