2013-04-17 15:19:34 +02:00
|
|
|
#
|
|
|
|
# spec file for package ansible
|
|
|
|
#
|
2022-07-22 13:29:41 +02:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2013-04-17 15:19:34 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-05-25 00:49:38 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-03-21 00:26:35 +01:00
|
|
|
#
|
2013-04-17 15:19:34 +02:00
|
|
|
|
2022-11-25 09:04:25 +01:00
|
|
|
%define pythons %primary_python
|
|
|
|
|
2020-05-26 23:14:44 +02:00
|
|
|
Name: ansible
|
2022-11-25 09:04:25 +01:00
|
|
|
Version: 7.0.0
|
2020-05-26 23:14:44 +02:00
|
|
|
Release: 0
|
2022-07-22 13:29:41 +02:00
|
|
|
Summary: Radically simple IT automation
|
|
|
|
License: GPL-3.0+
|
2020-05-26 23:14:44 +02:00
|
|
|
URL: https://ansible.com/
|
2022-07-22 13:29:41 +02:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/a/ansible/ansible-%{version}.tar.gz
|
2020-05-26 23:14:44 +02:00
|
|
|
Source99: ansible-rpmlintrc
|
2022-11-25 09:04:25 +01:00
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
BuildRequires: %{python_module base >= 3.9}
|
|
|
|
BuildRequires: %{python_module setuptools}
|
2022-07-22 13:29:41 +02:00
|
|
|
BuildRequires: fdupes
|
2019-11-19 19:05:31 +01:00
|
|
|
|
2022-07-22 13:29:41 +02:00
|
|
|
# required to fix the azure collection line endings
|
|
|
|
BuildRequires: dos2unix
|
- sync with upstream spec file (especially for RHEL & Fedora builds)
- ran spec-cleaner
- remove old SUSE targets (SLE-11, Leap 42.3 and below)
This simplifies the spec file and makes building easier
- Additional required packages for building:
+ python-boto3 and python-botocore for Amazon EC2
+ python-jmespath for json queries
+ python-memcached for cloud modules and local caching of JSON
formatted, per host records
+ python-redis for cloud modules and local caching of JSON
formatted, per host records
+ python-requests for many web-based modules (cloud, network,
netapp)
=> as the need for those packages depends on the usage of the
tool, they are just recommended on openSUSE/SUSE machines
- made dependencies for gitlab, vmware and winrm modules configurable,
as most of their dependencies are not (yet) available on current
openSUSE/SUSE distributions
- exclude /usr/bin/pwsh from the automatic dependency generation,
as the Windows Power Shell is not available (yet) on openSUSE/SUSE
- build additional docs and split up ansible-doc package;
moving changelogs, contrib and example directories there
- prepare for building HTML documentation, but disable this per
default for the moment, as not all package dependencies are available
in openSUSE/SUSE (yet)
- package some test scripts with executable permissions
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=158
2019-12-29 17:57:33 +01:00
|
|
|
|
2022-07-22 13:29:41 +02:00
|
|
|
# SECTION test requirements
|
2022-11-25 09:04:25 +01:00
|
|
|
BuildRequires: ansible-core >= 2.14.0
|
2022-07-22 13:29:41 +02:00
|
|
|
# /SECTION
|
2019-11-19 19:05:31 +01:00
|
|
|
|
2022-11-25 09:04:25 +01:00
|
|
|
Requires: %{primary_python}-base >= 3.9
|
|
|
|
Requires: ansible-core >= 2.14.0
|
2022-07-22 13:29:41 +02:00
|
|
|
BuildArch: noarch
|
2019-11-19 19:05:31 +01:00
|
|
|
|
2022-07-22 13:29:41 +02:00
|
|
|
%description
|
- sync with upstream spec file (especially for RHEL & Fedora builds)
- ran spec-cleaner
- remove old SUSE targets (SLE-11, Leap 42.3 and below)
This simplifies the spec file and makes building easier
- Additional required packages for building:
+ python-boto3 and python-botocore for Amazon EC2
+ python-jmespath for json queries
+ python-memcached for cloud modules and local caching of JSON
formatted, per host records
+ python-redis for cloud modules and local caching of JSON
formatted, per host records
+ python-requests for many web-based modules (cloud, network,
netapp)
=> as the need for those packages depends on the usage of the
tool, they are just recommended on openSUSE/SUSE machines
- made dependencies for gitlab, vmware and winrm modules configurable,
as most of their dependencies are not (yet) available on current
openSUSE/SUSE distributions
- exclude /usr/bin/pwsh from the automatic dependency generation,
as the Windows Power Shell is not available (yet) on openSUSE/SUSE
- build additional docs and split up ansible-doc package;
moving changelogs, contrib and example directories there
- prepare for building HTML documentation, but disable this per
default for the moment, as not all package dependencies are available
in openSUSE/SUSE (yet)
- package some test scripts with executable permissions
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=158
2019-12-29 17:57:33 +01:00
|
|
|
Ansible is a radically simple model-driven configuration management, multi-node
|
|
|
|
deployment, and remote task execution system. Ansible works over SSH and does
|
|
|
|
not require any software or daemons to be installed on remote nodes. Extension
|
|
|
|
modules can be written in any language and are transferred to managed machines
|
|
|
|
automatically.
|
|
|
|
|
2013-04-17 15:19:34 +02:00
|
|
|
%prep
|
2017-08-09 15:56:10 +02:00
|
|
|
%setup -q -n ansible-%{version}
|
2020-05-26 23:14:44 +02:00
|
|
|
|
- sync with upstream spec file (especially for RHEL & Fedora builds)
- ran spec-cleaner
- remove old SUSE targets (SLE-11, Leap 42.3 and below)
This simplifies the spec file and makes building easier
- Additional required packages for building:
+ python-boto3 and python-botocore for Amazon EC2
+ python-jmespath for json queries
+ python-memcached for cloud modules and local caching of JSON
formatted, per host records
+ python-redis for cloud modules and local caching of JSON
formatted, per host records
+ python-requests for many web-based modules (cloud, network,
netapp)
=> as the need for those packages depends on the usage of the
tool, they are just recommended on openSUSE/SUSE machines
- made dependencies for gitlab, vmware and winrm modules configurable,
as most of their dependencies are not (yet) available on current
openSUSE/SUSE distributions
- exclude /usr/bin/pwsh from the automatic dependency generation,
as the Windows Power Shell is not available (yet) on openSUSE/SUSE
- build additional docs and split up ansible-doc package;
moving changelogs, contrib and example directories there
- prepare for building HTML documentation, but disable this per
default for the moment, as not all package dependencies are available
in openSUSE/SUSE (yet)
- package some test scripts with executable permissions
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=158
2019-12-29 17:57:33 +01:00
|
|
|
for file in .git_keep .travis.yml ; do
|
|
|
|
find . -name "$file" -delete
|
|
|
|
done
|
2022-07-22 13:29:41 +02:00
|
|
|
|
|
|
|
# fix for wrong shebang:
|
|
|
|
sed -i 's|/Users/kbreit/Documents/Programming/ansible_collections/cisco/meraki/venv/bin/python|%{_bindir}/python3|g' ansible_collections/cisco/meraki/scripts/sublime-build/build.py.generic
|
2013-04-17 15:19:34 +02:00
|
|
|
|
2019-11-16 22:44:54 +01:00
|
|
|
# Replace all #!/usr/bin/env lines to use #!/usr/bin/$1 directly.
|
|
|
|
find ./ -type f -exec \
|
- sync with upstream spec file (especially for RHEL & Fedora builds)
- ran spec-cleaner
- remove old SUSE targets (SLE-11, Leap 42.3 and below)
This simplifies the spec file and makes building easier
- Additional required packages for building:
+ python-boto3 and python-botocore for Amazon EC2
+ python-jmespath for json queries
+ python-memcached for cloud modules and local caching of JSON
formatted, per host records
+ python-redis for cloud modules and local caching of JSON
formatted, per host records
+ python-requests for many web-based modules (cloud, network,
netapp)
=> as the need for those packages depends on the usage of the
tool, they are just recommended on openSUSE/SUSE machines
- made dependencies for gitlab, vmware and winrm modules configurable,
as most of their dependencies are not (yet) available on current
openSUSE/SUSE distributions
- exclude /usr/bin/pwsh from the automatic dependency generation,
as the Windows Power Shell is not available (yet) on openSUSE/SUSE
- build additional docs and split up ansible-doc package;
moving changelogs, contrib and example directories there
- prepare for building HTML documentation, but disable this per
default for the moment, as not all package dependencies are available
in openSUSE/SUSE (yet)
- package some test scripts with executable permissions
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=158
2019-12-29 17:57:33 +01:00
|
|
|
sed -i '1s|^#!%{_bindir}/env |#!%{_bindir}/|' {} \;
|
2019-11-16 22:44:54 +01:00
|
|
|
|
2022-07-22 13:29:41 +02:00
|
|
|
find ./ -type f -exec \
|
|
|
|
sed -i '1s|python$|python3|' {} \;
|
2019-11-21 17:28:08 +01:00
|
|
|
|
2022-07-22 13:29:41 +02:00
|
|
|
# remove .keep and .gitignore files
|
|
|
|
find ./ansible_collections/ -iname .gitignore -delete
|
|
|
|
find ./ansible_collections/ -iname .keep -delete
|
2019-11-21 17:28:08 +01:00
|
|
|
|
2022-07-22 13:29:41 +02:00
|
|
|
# azure collection has wrong file endings
|
|
|
|
find ./ansible_collections/azure -type f -exec dos2unix {} \;
|
- sync with upstream spec file (especially for RHEL & Fedora builds)
- ran spec-cleaner
- remove old SUSE targets (SLE-11, Leap 42.3 and below)
This simplifies the spec file and makes building easier
- Additional required packages for building:
+ python-boto3 and python-botocore for Amazon EC2
+ python-jmespath for json queries
+ python-memcached for cloud modules and local caching of JSON
formatted, per host records
+ python-redis for cloud modules and local caching of JSON
formatted, per host records
+ python-requests for many web-based modules (cloud, network,
netapp)
=> as the need for those packages depends on the usage of the
tool, they are just recommended on openSUSE/SUSE machines
- made dependencies for gitlab, vmware and winrm modules configurable,
as most of their dependencies are not (yet) available on current
openSUSE/SUSE distributions
- exclude /usr/bin/pwsh from the automatic dependency generation,
as the Windows Power Shell is not available (yet) on openSUSE/SUSE
- build additional docs and split up ansible-doc package;
moving changelogs, contrib and example directories there
- prepare for building HTML documentation, but disable this per
default for the moment, as not all package dependencies are available
in openSUSE/SUSE (yet)
- package some test scripts with executable permissions
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=158
2019-12-29 17:57:33 +01:00
|
|
|
|
2022-11-16 10:51:32 +01:00
|
|
|
# ./ansible_collections/lowlydba/sqlserver/ throws errors in rpmlint
|
|
|
|
# and is powershell only
|
|
|
|
rm -rf ./ansible_collections/lowlydba/sqlserver/
|
|
|
|
|
2022-07-22 13:29:41 +02:00
|
|
|
%build
|
2022-11-25 09:04:25 +01:00
|
|
|
%python_build
|
2019-11-21 17:28:08 +01:00
|
|
|
|
2022-07-22 13:29:41 +02:00
|
|
|
%install
|
2022-11-25 09:04:25 +01:00
|
|
|
%python_install
|
2022-07-22 13:29:41 +02:00
|
|
|
%fdupes %{buildroot}/%{python_sitelib}/ansible_collections/
|
2019-11-21 17:28:08 +01:00
|
|
|
|
2013-04-17 15:19:34 +02:00
|
|
|
%files
|
2022-11-25 09:04:25 +01:00
|
|
|
%doc CHANGELOG-v7.rst README.rst
|
2018-06-26 15:58:16 +02:00
|
|
|
%license COPYING
|
2022-07-22 13:29:41 +02:00
|
|
|
%{_bindir}/ansible-community
|
Accepting request 263653 from home:bmanojlovic:ansible
- updated package to latest release ## 1.8.1 "You Really Got Me"
* Various bug fixes in postgresql and mysql modules.
* Fixed a bug related to lookup plugins used within roles not
finding files based on the relative paths to the roles files/ directory.
* Fixed a bug related to vars specified in plays being templated too early,
resulting in incorrect variable interpolation.
* Fixed a bug related to git submodules in bare repos.
* fact caching support, pluggable, initially supports Redis (DOCS pending)
* 'serial' size in a rolling update can be specified as a percentage
* added new Jinja2 filters, 'min' and 'max' that take lists
* new 'ansible_version' variable available contains a dictionary of version info
* For ec2 dynamic inventory, ec2.ini can has various new configuration options
* 'ansible vault view filename.yml' opens filename.yml decrypted in a pager.
* no_log parameter now surpressess data from callbacks/output as well as syslog
* ansible-galaxy install -f requirements.yml allows advanced options and installs
from non-galaxy SCM sources and tarballs.
* command_warnings feature will warn about when usage of the shell/command module
can be simplified to use core modules - this can be enabled in ansible.cfg
* new omit value can be used to leave off a parameter when not set, like so
module_name: a=1 b={{ c | default(omit) }}, would not pass value for b (not even
an empty value) if c was not set.
* developers: 'baby JSON' in module responses, originally intended for writing modules
in bash, is removed as a feature to simplify logic, script module remains available
for running bash scripts.
* async jobs started in "fire & forget" mode can now be checked on at a later time.
* added ability to subcategorize modules for docs.ansible.com
* added ability for shipped modules to have aliases with symlinks
* added ability to deprecate older modules by starting with "_" and
including "deprecated: message why" in module docs
+ New Modules:
OBS-URL: https://build.opensuse.org/request/show/263653
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=33
2014-12-01 19:05:08 +01:00
|
|
|
%{python_sitelib}/*
|
2019-11-19 19:05:31 +01:00
|
|
|
|
2013-04-17 15:19:34 +02:00
|
|
|
%changelog
|