diff --git a/.gitignore b/.gitignore index d956546..85a5413 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/python-linux-procfs-0.7.1.tar.xz +SOURCES/python-linux-procfs-0.7.3.tar.xz diff --git a/.python-linux-procfs.metadata b/.python-linux-procfs.metadata index 42e8d04..1c78336 100644 --- a/.python-linux-procfs.metadata +++ b/.python-linux-procfs.metadata @@ -1 +1 @@ -5381e9bed7020a32f9d106aadd8086bef3796276 SOURCES/python-linux-procfs-0.7.1.tar.xz +cadcfaacbea308c70b25a4ae83177f7c669a56b7 SOURCES/python-linux-procfs-0.7.3.tar.xz diff --git a/SPECS/python-linux-procfs.spec b/SPECS/python-linux-procfs.spec index d141e1b..71dad54 100644 --- a/SPECS/python-linux-procfs.spec +++ b/SPECS/python-linux-procfs.spec @@ -1,5 +1,5 @@ Name: python-linux-procfs -Version: 0.7.1 +Version: 0.7.3 Release: 1%{?dist} License: GPLv2 Summary: Linux /proc abstraction classes @@ -43,6 +43,16 @@ rm -rf %{buildroot} %license COPYING %changelog +* Fri Nov 10 2023 John Kacur - 0.7.3-1 +- Rebase to upstream python-linux-procfs-0.7.3 +- This rebase removes upstream spec files and +- syncs the git tag with version +Resolves: RHEL-7614 + +* Fri Oct 27 2023 John Kacur - 0.7.2-1 +- Rebase to upstream python-linux-procfs-0.7.2 +Resolves: RHEL-7864 + * Fri Nov 18 2022 John Kacur - 0.7.1-1 - Rebase to upstream version python-linux-procfs-0.7.1 Resolves: rhbz#2121520