From 7a59e923b7d95caf214de6414b4cde645ed9b76f Mon Sep 17 00:00:00 2001 From: Renbo Date: Wed, 26 Jun 2024 15:12:39 +0800 Subject: [PATCH] update to python-linux-procfs-0.7.3-1.src.rpm Signed-off-by: Renbo --- download | 2 +- python-linux-procfs.spec | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/download b/download index 2a68e05..1037f6e 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 eeec177..1c4ec29 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 -- Gitee