Remove %%betaver logic.
This commit is contained in:
parent
cd54513488
commit
e810bfff40
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user