import python-linux-procfs-0.7.1-1.el9

This commit is contained in:
CentOS Sources 2023-05-09 05:38:36 +00:00 committed by Stepan Oksanichenko
parent b2c0572a27
commit b2af566b06
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/python-linux-procfs-0.7.0.tar.xz
SOURCES/python-linux-procfs-0.7.1.tar.xz

View File

@ -1 +1 @@
63a85059394ac0d1b8f93fbb251be6408bf5d2f7 SOURCES/python-linux-procfs-0.7.0.tar.xz
5381e9bed7020a32f9d106aadd8086bef3796276 SOURCES/python-linux-procfs-0.7.1.tar.xz

View File

@ -1,5 +1,5 @@
Name: python-linux-procfs
Version: 0.7.0
Version: 0.7.1
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
@ -43,6 +43,10 @@ rm -rf %{buildroot}
%license COPYING
%changelog
* Fri Nov 18 2022 John Kacur <jkacur@redhat.com> - 0.7.1-1
- Rebase to upstream version python-linux-procfs-0.7.1
Resolves: rhbz#2121520
* Tue Jan 11 2022 John Kacur <jkacur@redhat.com> - 0.7.0-1
- Rebase to upstream version python-linux-procfs-0.7.0
Resolves: rhbz#2031156