Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2594712a7 |
||
|
|
39ea962862 |
||
|
|
f53558fdc2 |
3 changed files with 14 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -135,3 +135,6 @@
|
|||
/ansible-7.2.0.tar.gz
|
||||
/ansible-7.3.0.tar.gz
|
||||
/ansible-7.4.0.tar.gz
|
||||
/ansible-7.5.0.tar.gz
|
||||
/ansible-7.6.0.tar.gz
|
||||
/ansible-7.7.0.tar.gz
|
||||
|
|
|
|||
11
ansible.spec
11
ansible.spec
|
|
@ -20,7 +20,7 @@ BuildRequires: python%{python3_pkgversion}-rpm-macros
|
|||
|
||||
Name: ansible
|
||||
Summary: Curated set of Ansible collections included in addition to ansible-core
|
||||
Version: 7.4.0
|
||||
Version: 7.7.0
|
||||
%global uversion %(tr -d '~' <<< %{version})
|
||||
Release: 1%{?dist}
|
||||
|
||||
|
|
@ -221,6 +221,15 @@ hardlink -v %{buildroot}%{ansible_licensedir}
|
|||
%{python3_sitelib}/ansible-%{uversion}-py%{python3_version}.egg-info/
|
||||
|
||||
%changelog
|
||||
* Fri Jun 30 2023 Maxwell G <maxwell@gtmx.me> - 7.7.0-1
|
||||
- Update to 7.7.0.
|
||||
|
||||
* Mon May 29 2023 Maxwell G <maxwell@gtmx.me> - 7.6.0-1
|
||||
- Update to 7.6.0.
|
||||
|
||||
* Mon May 01 2023 Maxwell G <maxwell@gtmx.me> - 7.5.0-1
|
||||
- Update to 7.5.0.
|
||||
|
||||
* Wed Mar 29 2023 Maxwell G <maxwell@gtmx.me> - 7.4.0-1
|
||||
- Update to 7.4.0.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ansible-7.4.0.tar.gz) = c77aebb54676b669305905c969fa5afac9e1262bfefa358de7fee0fb3ef89d0306c599acb2225cdb4209c53df16c307d438cc628299aec494c70cba166eb3cbb
|
||||
SHA512 (ansible-7.7.0.tar.gz) = 7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue