From a38a2e32e2a8d63529a6c49277152c4de22a890a Mon Sep 17 00:00:00 2001 From: Gang Li Date: Tue, 19 Sep 2023 07:48:51 +0800 Subject: [PATCH] Update spec file with 1.2.2 change --- charon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charon.spec b/charon.spec index 0e73066..dfe39b5 100644 --- a/charon.spec +++ b/charon.spec @@ -1,7 +1,7 @@ %global owner Commonjava %global modulename charon -%global charon_version 1.2.1 +%global charon_version 1.2.2 %global sdist_tar_name %{modulename}-%{charon_version} %global python3_pkgversion 3 @@ -81,6 +81,10 @@ export LANG=en_US.UTF-8 LANGUAGE=en_US.en LC_ALL=en_US.UTF-8 %changelog +* Mon Sep 18 2023 Harsh Modi +- 1.2.2 release +- hot fix for "dist_tags" derived issue + * Wed Sep 13 2023 Harsh Modi - 1.2.1 release - Fix the aws list objects max 1000 limit issue