From 8191e26adf4fab907ef88d4a7580e9ff459be4d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 13:21:38 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ansible-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible-core.spec b/ansible-core.spec index 03f00ea..317ce72 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -12,7 +12,7 @@ Name: ansible-core Summary: A radically simple IT automation system Version: 2.15.2 %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. @@ -291,6 +291,9 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir} %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 2.15.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jul 18 2023 Maxwell G - 2.15.2-1 - Update to 2.15.2. Fixes rhbz#2223469. - Use the docs sources from https://github.com/ansible/ansible-documentation.