Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansible-runner for openSUSE:Factory checked in at 2025-03-27 22:33:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-runner (Old) and /work/SRC/openSUSE:Factory/.ansible-runner.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-runner" Thu Mar 27 22:33:02 2025 rev:16 rq:1256395 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-runner/ansible-runner.changes 2025-03-18 17:42:56.265645004 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-runner.new.2696/ansible-runner.changes 2025-03-27 22:33:23.487313690 +0100 @@ -1,0 +2,13 @@ +Wed Mar 26 14:27:05 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 2.4.1: + * Modify volume mount behavior when source does not exist + (#1408). Volumes specified using the container-volume-mount + option will now be passed through to the underlying container + engine unverified and unmodified. This now allows you to mount + individual files (vs. the parent directory) and non-existing + source volumes. The behavior encountered with a non-existing + source volume depends on which container engine is in use + (docker creates the volume, podman will error). + +------------------------------------------------------------------- Old: ---- ansible-runner-2.4.0.tar.gz New: ---- ansible_runner-2.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-runner.spec ++++++ --- /var/tmp/diff_new_pack.gOUjE8/_old 2025-03-27 22:33:24.183342501 +0100 +++ /var/tmp/diff_new_pack.gOUjE8/_new 2025-03-27 22:33:24.183342501 +0100 @@ -15,7 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define module_name ansible-runner +%define module_name ansible_runner %{?sle15_python_module_pythons} %if 0%{?suse_version} < 1550 @@ -30,7 +30,7 @@ %endif Name: ansible-runner -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: Run ansible-playbook inside an execution environment License: Apache-2.0 @@ -110,7 +110,7 @@ %files %doc README.md %license LICENSE.md -%{_bindir}/%{module_name} -%{ansible_python_sitelib}/ansible_runner -%{ansible_python_sitelib}/ansible_runner-%{version}.dist-info +%{_bindir}/%{name} +%{ansible_python_sitelib}/%{module_name} +%{ansible_python_sitelib}/%{module_name}-%{version}.dist-info