From e810bfff401c67de7fdac6eb4c043449a33b440f Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 27 Apr 2022 17:06:55 -0500 Subject: [PATCH] Remove %%betaver logic. --- ansible-core.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ansible-core.spec b/ansible-core.spec index 053a7b9..e63db5d 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -9,16 +9,13 @@ # %bcond_without tests -# Set this when there's a beta or rc version -#%%global betaver rc2 - Name: ansible-core Summary: A radically simple IT automation system Version: 2.12.4 -Release: 1%{?betaver}%{?dist} +Release: 1%{?dist} License: GPLv3+ -Source0: %pypi_source ansible-core %{version}%{?betaver} +Source0: %{pypi_source} Patch0: https://github.com/ansible/ansible/pull/76670.patch#/fix-tests-failing-on-pytest-7.patch Url: https://ansible.com @@ -136,7 +133,7 @@ are transferred to managed machines automatically. This package installs extensive documentation for ansible-core %prep -%autosetup -p1 -n %{name}-%{version}%{?betaver} +%autosetup -p1 %build