Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2025-12-17 17:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Wed Dec 17 17:34:29 2025 rev:554 rq:1323171 version:5.1765808557.b89e9b4

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2025-12-16 
16:00:40.378001822 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1939/os-autoinst.changes        
2025-12-17 17:39:11.758778859 +0100
@@ -1,0 +2,10 @@
+Tue Dec 16 20:39:50 UTC 2025 - [email protected]
+
+- Update to version 5.1765808557.b89e9b4:
+  * Restore package  builds on older openSUSE versions
+  * Remove `ShellCheck` from devel dependencies on s390x
+  * Remove obsolete 'bin/' folder
+  * Simplify the code to increment the counter
+  * audio: Allow for multiple audio recordings per test
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-5.1765804109.1e7c99a.obscpio

New:
----
  os-autoinst-5.1765808557.b89e9b4.obscpio

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

Other differences:
------------------
++++++ os-autoinst-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.EiYiJC/_old  2025-12-17 17:39:13.378846945 +0100
+++ /var/tmp/diff_new_pack.EiYiJC/_new  2025-12-17 17:39:13.378846945 +0100
@@ -18,7 +18,7 @@
 
 %define         short_name os-autoinst-devel
 Name:           %{short_name}-test
-Version:        5.1765804109.1e7c99a
+Version:        5.1765808557.b89e9b4
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-openvswitch-test.spec ++++++
--- /var/tmp/diff_new_pack.EiYiJC/_old  2025-12-17 17:39:13.410848290 +0100
+++ /var/tmp/diff_new_pack.EiYiJC/_new  2025-12-17 17:39:13.414848458 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst-openvswitch
 Name:           %{short_name}%{?name_ext}
-Version:        5.1765804109.1e7c99a
+Version:        5.1765808557.b89e9b4
 Release:        0
 Summary:        test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.EiYiJC/_old  2025-12-17 17:39:13.442849635 +0100
+++ /var/tmp/diff_new_pack.EiYiJC/_new  2025-12-17 17:39:13.446849803 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        5.1765804109.1e7c99a
+Version:        5.1765808557.b89e9b4
 Release:        0
 Summary:        test package for os-autoinst
 License:        GPL-2.0-or-later

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.EiYiJC/_old  2025-12-17 17:39:13.490851652 +0100
+++ /var/tmp/diff_new_pack.EiYiJC/_new  2025-12-17 17:39:13.494851820 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        5.1765804109.1e7c99a
+Version:        5.1765808557.b89e9b4
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later
@@ -67,11 +67,15 @@
 %bcond_with black
 %endif
 # SLE is missing Python and Lua support requirements
+# older openSUSE versions are missing requirements for Lua support
 %if 0%{?is_opensuse}
 %bcond_without python_support
-%bcond_without lua_support
 %else
 %bcond_with python_support
+%endif
+%if 0%{?is_opensuse} && (0%{?suse_version} >= 1600 || 0%{?sle_version} >= 
150600)
+%bcond_without lua_support
+%else
 %bcond_with lua_support
 %endif
 %if %{with python_support}

++++++ os-autoinst-5.1765804109.1e7c99a.obscpio -> 
os-autoinst-5.1765808557.b89e9b4.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-autoinst-5.1765804109.1e7c99a/dist/rpm/os-autoinst.spec 
new/os-autoinst-5.1765808557.b89e9b4/dist/rpm/os-autoinst.spec
--- old/os-autoinst-5.1765804109.1e7c99a/dist/rpm/os-autoinst.spec      
2025-12-15 14:08:29.000000000 +0100
+++ new/os-autoinst-5.1765808557.b89e9b4/dist/rpm/os-autoinst.spec      
2025-12-15 15:22:37.000000000 +0100
@@ -67,11 +67,15 @@
 %bcond_with black
 %endif
 # SLE is missing Python and Lua support requirements
+# older openSUSE versions are missing requirements for Lua support
 %if 0%{?is_opensuse}
 %bcond_without python_support
-%bcond_without lua_support
 %else
 %bcond_with python_support
+%endif
+%if 0%{?is_opensuse} && (0%{?suse_version} >= 1600 || 0%{?sle_version} >= 
150600)
+%bcond_without lua_support
+%else
 %bcond_with lua_support
 %endif
 %if %{with python_support}

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.EiYiJC/_old  2025-12-17 17:39:15.930954201 +0100
+++ /var/tmp/diff_new_pack.EiYiJC/_new  2025-12-17 17:39:15.942954706 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 5.1765804109.1e7c99a
-mtime: 1765804109
-commit: 1e7c99a3943ea5ce0520b183b837c8f48d04423a
+version: 5.1765808557.b89e9b4
+mtime: 1765808557
+commit: b89e9b422ad3250d42a5af73f573f73ea21225d2
 

Reply via email to