From 7486ba9880865e1597826c14dfcfe40a0b84a6a3 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:06:26 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- python-ifaddr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-ifaddr.spec b/python-ifaddr.spec index 09ca74a..809fd69 100644 --- a/python-ifaddr.spec +++ b/python-ifaddr.spec @@ -5,7 +5,7 @@ of the computer. Name: python-%{srcname} Version: 0.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python library that allows you to find all the IP addresses of the computer License: MIT @@ -42,6 +42,10 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Tue Oct 29 2024 Troy Dawson - 0.2.0-4 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Sep 23 2024 Rafael Jeffman - 0.2.0-3 - Bump version for re-tagging due to beta release. Resolves: RHEL-39531