Remove %%betaver logic.

This commit is contained in:
Maxwell G 2022-04-27 17:06:55 -05:00
parent cd54513488
commit e810bfff40
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -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