From 8c6b729a11aa078ab94401da3a5b9f2e21dc0f2d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:35:43 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- ansible-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible-core.spec b/ansible-core.spec index 10a52ad..6f77305 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -16,7 +16,7 @@ Name: ansible-core Summary: A radically simple IT automation system Version: 2.16.3 %global uversion %{version_no_tilde %{quote:%nil}} -Release: 1%{?dist} +Release: 2%{?dist} # The main license is GPLv3+. Many of the files in lib/ansible/module_utils # are BSD licensed. There are various files scattered throughout the codebase # containing code under different licenses. @@ -267,6 +267,9 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir} %changelog +* Mon Jun 24 2024 Troy Dawson - 2.16.3-2 +- Bump release for June 2024 mass rebuild + * Thu Feb 01 2024 Maxwell G - 2.16.3-1 - Update to 2.16.3. Fixes rhbz#2261507.