Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ansible-linux-system-roles for
openSUSE:Factory checked in at 2025-07-07 14:50:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-linux-system-roles (Old)
and /work/SRC/openSUSE:Factory/.ansible-linux-system-roles.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-linux-system-roles"
Mon Jul 7 14:50:04 2025 rev:5 rq:1291011 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ansible-linux-system-roles/ansible-linux-system-roles.changes
2025-06-26 11:40:42.281221824 +0200
+++
/work/SRC/openSUSE:Factory/.ansible-linux-system-roles.new.1903/ansible-linux-system-roles.changes
2025-07-07 14:50:06.297308438 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 10:37:02 UTC 2025 - Harshvardhan Sharma
<[email protected]>
+
+- Add selinux role for managing SELinux configuration
+- Add podman role for managing containers using Podman
+
+-------------------------------------------------------------------
New:
----
podman-1.8.1.tar.gz
selinux-1.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ansible-linux-system-roles.spec ++++++
--- /var/tmp/diff_new_pack.yQfz6J/_old 2025-07-07 14:50:07.357352717 +0200
+++ /var/tmp/diff_new_pack.yQfz6J/_new 2025-07-07 14:50:07.365353052 +0200
@@ -26,6 +26,8 @@
%global suseconnect_version 1.0.1
%global auto_maintenance_version 1.94.2
%global certificate_version 1.3.11
+%global selinux_version 1.8.2
+%global podman_version 1.8.1
%if 0%{?suse_version} >= 1600
%global sle16 1
@@ -54,6 +56,8 @@
Source9:
%{url}/ansible-auto_maintenance/archive/refs/tags/%{auto_maintenance_version}-suse.tar.gz#/auto_maintenance-%{auto_maintenance_version}.tar.gz
%if %{sle16}
Source10:
%{url}/ansible-certificate/archive/refs/tags/%{certificate_version}-suse.tar.gz#/certificate-%{certificate_version}.tar.gz
+Source11:
%{url}/ansible-selinux/archive/refs/tags/%{selinux_version}-suse.tar.gz#/selinux-%{selinux_version}.tar.gz
+Source12:
%{url}/ansible-podman/archive/refs/tags/%{podman_version}-suse.tar.gz#/podman-%{podman_version}.tar.gz
%endif
Source999: galaxy.yml
@@ -88,6 +92,8 @@
"auto_maintenance:%{auto_maintenance_version}"
%if %{sle16}
"certificate:%{certificate_version}"
+ "selinux:%{selinux_version}"
+ "podman:%{podman_version}"
%endif
)
++++++ galaxy.yml ++++++
--- /var/tmp/diff_new_pack.yQfz6J/_old 2025-07-07 14:50:07.465357229 +0200
+++ /var/tmp/diff_new_pack.yQfz6J/_new 2025-07-07 14:50:07.469357395 +0200
@@ -64,6 +64,7 @@
# Ignore unwanted files
- tests
- .sanity-ansible-ignore-*
+ - lsr_role2coll_extra_script-podman
- .markdownlint-*
- .commitlintrc-*
- .README-*