From b4dfd0904e0bf46b28ca1fc4a93e8230427835fb Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Thu, 19 Sep 2024 15:03:16 -0300 Subject: [PATCH] Bump version for release rebuild. Resolves: RHEL-39531 Signed-off-by: Rafael Guterres Jeffman --- python-ifaddr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-ifaddr.spec b/python-ifaddr.spec index a7e966a..19b47e1 100644 --- a/python-ifaddr.spec +++ b/python-ifaddr.spec @@ -5,7 +5,7 @@ of the computer. Name: python-%{srcname} Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?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 Sep 19 2024 Rafael Jeffman - 0.2.0-2 +- Bump version for release rebuild. + Resolves: RHEL-39531 + * Mon Aug 26 2024 Rafael Jeffman - 0.2.0-1 - Inital RHEL import Resolves: RHEL-39531