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.