Browse Source

track releases only

master
parent
commit
5a0ea2486a
  1. 4
      ansible/ansible.spec

4
ansible/ansible.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: SCM
License: GPL
Version: %{V_opkg}
Release: 20190816
Release: 20190910
# list of sources
Source0: https://github.com/ansible/ansible/archive/v%{V_dist}.tar.gz
@ -60,7 +60,7 @@ PreReq: python, python-net, python-text, python-yaml, python-setup, python
prog ansible = {
version = %{V_dist}
url = https://github.com/ansible/ansible/releases
regex = v(__VER__)\.tar\.gz
regex = v(\d+\.\d+\.\d+)\.tar\.gz
}
%prep

Loading…
Cancel
Save