From ca569dc540aea8848b7379b9d0ca471fc571a1dc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:45:16 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libvirt-python.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvirt-python.spec b/libvirt-python.spec index ec59ae4..7828730 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -15,7 +15,7 @@ Summary: The libvirt virtualization API python3 binding Name: libvirt-python Version: 10.8.0 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: https://libvirt.org License: LGPL-2.1-or-later @@ -90,6 +90,10 @@ exit 1 %{python3_sitearch}/*egg-info %changelog +* Tue Oct 29 2024 Troy Dawson - 10.8.0-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Thu Oct 17 2024 Jiri Denemark - 10.8.0-1 - Rebased to libvirt-python-10.8.0 (RHEL-50578)