Accepting request 1036188 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1036188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2022-11-17 16:24:33 +00:00 committed by Git OBS Bridge
commit f3e2bb4936
5 changed files with 33 additions and 6 deletions

4
_service Normal file
View File

@ -0,0 +1,4 @@
<services>
<service name="download_files" mode="disabled">
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c0cdcd1121a5f12ab2da4bdd2e14c2c153e01214bfc6a6bc156b61bd7401c5b
size 38275680

3
ansible-6.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1b940a8d4f412123ede3c14b25cb99c3c8a4d535fd040aabf8e4fb7b0e4f092
size 35620748

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Nov 16 08:27:00 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- remove lowlydba.sqlserver collection as rpmlint throws errors due to powershell:
"E: wrong-script-interpreter (Badness: 490) [...]/ansible_collections/lowlydba/sqlserver/plugins/modules/restore.ps1 powershell"
-------------------------------------------------------------------
Tue Nov 15 10:34:05 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- update to 6.6.0:
Ansible 6.6.0 will include ansible-core 2.13.6 as well as a curated set of
Ansible collections to provide a vast number of modules and plugins.
* The changelog for ansible-core 2.13 installed by this release of
ansible is available here:
https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst
* Collections which have opted into being a part of the Ansible-6
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst
-------------------------------------------------------------------
Thu Oct 13 04:45:46 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -16,7 +16,7 @@
#
Name: ansible
Version: 6.5.0
Version: 6.6.0
Release: 0
Summary: Radically simple IT automation
License: GPL-3.0+
@ -31,10 +31,10 @@ BuildRequires: fdupes
BuildRequires: dos2unix
# SECTION test requirements
BuildRequires: ansible-core >= 2.13.5
BuildRequires: ansible-core >= 2.13.6
# /SECTION
Requires: ansible-core >= 2.13.5
Requires: ansible-core >= 2.13.6
BuildArch: noarch
%description
@ -68,6 +68,10 @@ find ./ansible_collections/ -iname .keep -delete
# azure collection has wrong file endings
find ./ansible_collections/azure -type f -exec dos2unix {} \;
# ./ansible_collections/lowlydba/sqlserver/ throws errors in rpmlint
# and is powershell only
rm -rf ./ansible_collections/lowlydba/sqlserver/
%build
python3 setup.py build