Accepting request 1083030 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
- update to 7.5.0: Ansible 7.5.0 includes ansible-core 2.14.5 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 7 unified changelog will have an entry on this page: https://github.com/ansible-community/ ansible-build-data/blob/main/7/CHANGELOG-v7.rst OBS-URL: https://build.opensuse.org/request/show/1083030 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible?expand=0&rev=14
This commit is contained in:
parent
59612e365f
commit
1588359c9b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0964d6ec7b363d2d559f245c39b01798c720a85b207672ec2c9d83cf61564b90
|
||||
size 37352820
|
3
ansible-7.5.0.tar.gz
Normal file
3
ansible-7.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f08ca25bb29005c1afc4125e837882ad7a2c67ff0cc9d1a361b89ad09cf8c44
|
||||
size 37716844
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 26 12:00:09 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 7.5.0:
|
||||
Ansible 7.5.0 includes ansible-core 2.14.5 as well as a curated
|
||||
set of Ansible collections that provide a vast number of modules
|
||||
and plugins.
|
||||
Collections which have opted-in to being a part of the Ansible 7
|
||||
unified changelog will have an entry on this page:
|
||||
https://github.com/ansible-community/
|
||||
ansible-build-data/blob/main/7/CHANGELOG-v7.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 16:02:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
|
||||
Name: ansible
|
||||
Version: 7.4.0
|
||||
Version: 7.5.0
|
||||
Release: 0
|
||||
Summary: Radically simple IT automation
|
||||
License: GPL-3.0+
|
||||
@ -46,11 +46,11 @@ BuildRequires: fdupes
|
||||
BuildRequires: dos2unix
|
||||
|
||||
# SECTION test requirements
|
||||
BuildRequires: ansible-core >= 2.14.4
|
||||
BuildRequires: ansible-core >= 2.14.5
|
||||
# /SECTION
|
||||
|
||||
Requires: %{ansible_python}-base >= 3.9
|
||||
Requires: ansible-core >= 2.14.4
|
||||
Requires: ansible-core >= 2.14.5
|
||||
|
||||
# Do not check any files in collections for requires
|
||||
%global __requires_exclude_from ^%{ansible_python_sitelib}/.*$
|
||||
@ -71,9 +71,6 @@ for file in .git_keep .travis.yml ; do
|
||||
find . -name "$file" -delete
|
||||
done
|
||||
|
||||
# fix for wrong shebang:
|
||||
sed -i 's|/Users/kbreit/Documents/Programming/ansible_collections/cisco/meraki/venv/bin/python|%{_bindir}/%{ansible_python_executable}|g' ansible_collections/cisco/meraki/scripts/sublime-build/build.py.generic
|
||||
|
||||
# remove .keep and .gitignore files
|
||||
find ./ansible_collections/ -iname .gitignore -delete
|
||||
find ./ansible_collections/ -iname .keep -delete
|
||||
|
Loading…
Reference in New Issue
Block a user