Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2024-12-02 16:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible (Old)
 and      /work/SRC/openSUSE:Factory/.ansible.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible"

Mon Dec  2 16:58:40 2024 rev:120 rq:1227522 version:11.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2024-11-15 
15:43:14.338413533 +0100
+++ /work/SRC/openSUSE:Factory/.ansible.new.28523/ansible.changes       
2024-12-02 16:58:55.444671802 +0100
@@ -1,0 +2,11 @@
+Fri Nov 22 10:15:01 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- update to 11.0.0
+  Ansible 11.0.0 includes ansible-core 2.18.0 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 11
+  unified changelog will have an entry on this page:
+  
https://github.com/ansible-community/ansible-build-data/blob/main/11/CHANGELOG-v11.rst
+
+-------------------------------------------------------------------

Old:
----
  ansible-10.6.0.tar.gz
  ansible-rpmlintrc

New:
----
  ansible-11-rpmlintrc
  ansible-11.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ansible.spec ++++++
--- /var/tmp/diff_new_pack.pLDHTn/_old  2024-12-02 16:58:56.532717454 +0100
+++ /var/tmp/diff_new_pack.pLDHTn/_new  2024-12-02 16:58:56.532717454 +0100
@@ -16,6 +16,10 @@
 #
 
 
+%define ansible_community_major_version 11
+%define required_ansible_core_version 2.18.0
+
+
 %{?sle15_python_module_pythons}
 %if 0%{?suse_version} < 1550
 # Leap15, SLES15
@@ -38,13 +42,13 @@
 %endif
 
 Name:           ansible
-Version:        10.6.0
+Version:        11.0.0
 Release:        0
 Summary:        Radically simple IT automation
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 URL:            https://ansible.com/
 Source:         
https://files.pythonhosted.org/packages/source/a/ansible/ansible-%{version}.tar.gz
-Source99:       ansible-rpmlintrc
+Source99:       ansible-%{ansible_community_major_version}-rpmlintrc
 BuildRequires:  python-rpm-macros
 BuildRequires:  %{ansible_python}-base >= 3.10
 BuildRequires:  %{ansible_python}-setuptools
@@ -54,14 +58,15 @@
 BuildRequires:  dos2unix
 
 # SECTION test requirements
-BuildRequires:  ansible-core >= 2.17.6
+BuildRequires:  ansible-core = %{required_ansible_core_version}
 # /SECTION
 
 Requires:       %{ansible_python}-base >= 3.10
-Requires:       ansible-core >= 2.17.5
+Requires:       ansible-core = %{required_ansible_core_version}
 
-# Conflicts with ansible 9 or lower
-Conflicts:      ansible < 10
+# Conflicts with lower or higher ansible major versions
+Conflicts:      ansible < %{ansible_community_major_version}
+Conflicts:      ansible > %{ansible_community_major_version}
 
 # Do not check any files in collections for requires
 %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$
@@ -97,7 +102,7 @@
 %fdupes %{buildroot}/%{ansible_python_sitelib}/ansible_collections/
 
 %files
-%doc CHANGELOG-v10.rst README.rst
+%doc CHANGELOG-v%{ansible_community_major_version}.rst README.rst
 %license COPYING
 %{_bindir}/ansible-community
 %{ansible_python_sitelib}/

++++++ ansible-11-rpmlintrc ++++++
# Collections are scripts by definition but are executed from ansible not 
directly
addFilter("non-executable-script.*/usr/lib/python.*/site-packages/ansible_collections/.*");
# ignore hidden files inside collections
addFilter("hidden-file-or-dir 
/usr/lib/python.*/site-packages/ansible_collections/");

++++++ ansible-10.6.0.tar.gz -> ansible-11.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/ansible/ansible-10.6.0.tar.gz 
/work/SRC/openSUSE:Factory/.ansible.new.28523/ansible-11.0.0.tar.gz differ: 
char 5, line 1

Reply via email to