From f72ed1327bdf66f389233f906b459c17392305ba Mon Sep 17 00:00:00 2001 From: Andrey Kulaev Date: Sat, 2 Nov 2024 13:17:42 +0300 Subject: [PATCH] spec: update changelog, bump version --- python-boto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-boto.spec b/python-boto.spec index a05757b28b..1b161080d3 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -21,7 +21,7 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula. Summary: A simple, lightweight interface to Amazon Web Services Name: python-%{pkgname} Version: 2.46.1 -Release: ROCKIT50%{?buildid}%{?dist} +Release: ROCKIT51%{?buildid}%{?dist} License: MIT Group: Development/Languages URL: https://github.com/c2devel/boto @@ -67,6 +67,9 @@ rm -f %buildroot/%{_bindir}/* %changelog +* Sat Nov 02 2024 Andrey Kulaev - 2.46.1-ROCKIT51 +- ec2: refactor attach_extnetwork and detach_extnetwork methods + * Tue Jul 23 2024 Linar Nasyyrov - 2.46.1-ROCKIT50 - ec2: add RamMonitoring Instance attribute - spec: move to ROCKIT