diff --git a/.gitignore b/.gitignore index 2e51ded..d956546 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/python-linux-procfs-0.7.0.tar.xz +SOURCES/python-linux-procfs-0.7.1.tar.xz diff --git a/.python-linux-procfs.metadata b/.python-linux-procfs.metadata index 89ef68a..42e8d04 100644 --- a/.python-linux-procfs.metadata +++ b/.python-linux-procfs.metadata @@ -1 +1 @@ -63a85059394ac0d1b8f93fbb251be6408bf5d2f7 SOURCES/python-linux-procfs-0.7.0.tar.xz +5381e9bed7020a32f9d106aadd8086bef3796276 SOURCES/python-linux-procfs-0.7.1.tar.xz diff --git a/SPECS/python-linux-procfs.spec b/SPECS/python-linux-procfs.spec index e976738..d141e1b 100644 --- a/SPECS/python-linux-procfs.spec +++ b/SPECS/python-linux-procfs.spec @@ -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 - 0.7.1-1 +- Rebase to upstream version python-linux-procfs-0.7.1 +Resolves: rhbz#2121520 + * Tue Jan 11 2022 John Kacur - 0.7.0-1 - Rebase to upstream version python-linux-procfs-0.7.0 Resolves: rhbz#2031156