diff --git a/download b/download index 2a68e05213adab25535b23d85bac1c1ded550dc7..1037f6ec767dc60bd907f15e5f94babf69bce404 100644 --- a/download +++ b/download @@ -1 +1 @@ -7f8d6bb290d24364095abe9740e20b91 python-linux-procfs-0.7.1.tar.xz +59aaad67e4105c5553d637702b033e2c python-linux-procfs-0.7.3.tar.xz diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index eeec1775b26f629b5d1c7a0d32df860cb53c2032..1c4ec290e9420aba9ddf0622c86088adea845288 100644 --- a/python-linux-procfs.spec +++ b/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 @@ -45,6 +45,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-9195 + +* Thu Oct 26 2023 John Kacur - 0.7.2-1 +Rebase to python-linux-procfs - 0.7.2 +Resolves: RHEL-8987 + * Fri Nov 18 2022 John Kacur - 0.7.1-1 - Rebase to upstream version python-linux-procfs-0.7.1 Resolves: rhbz#2121522