From 2461d6d5364feaafdf944841113042e63d36079e Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Tue, 16 May 2023 18:45:14 +0800 Subject: [PATCH] update to python-linux-procfs-0.7.1-1.el8 Signed-off-by: anolis-bot --- dist | 1 + download | 2 +- python-linux-procfs.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 dist diff --git a/dist b/dist new file mode 100644 index 0000000..9c0e36e --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download index 3db0149..2a68e05 100644 --- a/download +++ b/download @@ -1 +1 @@ -598b05b4c22c13378b20c2fc45bf6576 python-linux-procfs-0.7.0.tar.xz +7f8d6bb290d24364095abe9740e20b91 python-linux-procfs-0.7.1.tar.xz diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 03d25af..eeec177 100644 --- a/python-linux-procfs.spec +++ b/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 @@ -45,6 +45,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#2121522 + * Tue Jan 11 2022 John Kacur - 0.7.0-1 - Rebase to upstream version python-linux-procfs-0.7.0 Resolves: rhbz#2031158 -- Gitee