Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2024-09-16 17:43:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Mon Sep 16 17:43:16 2024 rev:620 rq:1201415 version:4.6.1726480610.b2c7833e Changes: -------- --- /work/SRC/openSUSE:Factory/openQA/openQA.changes 2024-09-15 12:40:35.487024732 +0200 +++ /work/SRC/openSUSE:Factory/.openQA.new.29891/openQA.changes 2024-09-16 17:44:28.764538964 +0200 @@ -1,0 +2,9 @@ +Mon Sep 16 12:16:16 UTC 2024 - ok...@suse.com + +- Update to version 4.6.1726480610.b2c7833e: + * Ensure `tidyall` is available in CI after 28c5dd11f + * Apply tidy after 61be7039 + * Ensure the error responsible for API failures is always added + * Exclude sub packages with many additional dependencies on SLE + +------------------------------------------------------------------- Old: ---- openQA-4.6.1726234723.b54d8ce9.obscpio New: ---- openQA-4.6.1726480610.b2c7833e.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-client-test.spec ++++++ --- /var/tmp/diff_new_pack.S2DuJ2/_old 2024-09-16 17:44:29.600573539 +0200 +++ /var/tmp/diff_new_pack.S2DuJ2/_new 2024-09-16 17:44:29.604573705 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version: 4.6.1726234723.b54d8ce9 +Version: 4.6.1726480610.b2c7833e Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.S2DuJ2/_old 2024-09-16 17:44:29.640575193 +0200 +++ /var/tmp/diff_new_pack.S2DuJ2/_new 2024-09-16 17:44:29.640575193 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1726234723.b54d8ce9 +Version: 4.6.1726480610.b2c7833e Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.S2DuJ2/_old 2024-09-16 17:44:29.676576682 +0200 +++ /var/tmp/diff_new_pack.S2DuJ2/_new 2024-09-16 17:44:29.676576682 +0200 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1726234723.b54d8ce9 +Version: 4.6.1726480610.b2c7833e Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA-worker-test.spec ++++++ --- /var/tmp/diff_new_pack.S2DuJ2/_old 2024-09-16 17:44:29.712578171 +0200 +++ /var/tmp/diff_new_pack.S2DuJ2/_new 2024-09-16 17:44:29.712578171 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1726234723.b54d8ce9 +Version: 4.6.1726480610.b2c7833e Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.S2DuJ2/_old 2024-09-16 17:44:29.748579660 +0200 +++ /var/tmp/diff_new_pack.S2DuJ2/_new 2024-09-16 17:44:29.752579825 +0200 @@ -42,6 +42,14 @@ %else %bcond_without python_scripts %endif +# exclude additional sub packages that would pull in a lot of extra dependencies on SLE +%if 0%{?sle_version} && !0%{?is_opensuse} +%bcond_with devel_package +%bcond_with munin_package +%else +%bcond_without devel_package +%bcond_without munin_package +%endif # runtime requirements that also the testsuite needs %if %{with python_scripts} %define python_scripts_requires python3-base python3-requests openQA-client @@ -73,7 +81,7 @@ %define qemu qemu %endif # The following line is generated from dependencies.yaml -%define style_check_requires ShellCheck perl(Perl::Critic) perl(Perl::Critic::Freenode) python3-yamllint shfmt +%define style_check_requires ShellCheck perl(Code::TidyAll) perl(Perl::Critic) perl(Perl::Critic::Freenode) python3-yamllint shfmt # The following line is generated from dependencies.yaml %define cover_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecovbash) # The following line is generated from dependencies.yaml @@ -82,7 +90,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version: 4.6.1726234723.b54d8ce9 +Version: 4.6.1726480610.b2c7833e Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -154,6 +162,7 @@ combination of hardware configuration, installation options and variant of the operating system. +%if %{with devel_package} %package no-selenium-devel Summary: Development package pulling in all build+test dependencies except chromedriver for Selenium based tests Requires: %{devel_no_selenium_requires} @@ -167,6 +176,7 @@ %description devel Development package pulling in all build+test dependencies. +%endif %package common Summary: The openQA common tools for web-frontend and workers @@ -288,6 +298,7 @@ is complementary to auto-update which also reboots the system and does updates regardless of whether devel:openQA contains updates. +%if %{with munin_package} %package munin Summary: Munin scripts Requires: curl @@ -298,6 +309,7 @@ %description munin Use this package to install munin scripts that allow to monitor some openQA statistics. +%endif %prep %setup -q @@ -384,10 +396,12 @@ %endif # munin +%if %{with munin_package} install -d -m 755 %{buildroot}/%{_prefix}/lib/munin/plugins install -m 755 contrib/munin/plugins/minion %{buildroot}/%{_prefix}/lib/munin/plugins/openqa_minion_ install -d -m 755 %{buildroot}/%{_sysconfdir}/munin/plugin-conf.d install -m 644 contrib/munin/config/minion.config %{buildroot}/%{_sysconfdir}/munin/plugin-conf.d/openqa-minion +%endif cd %{buildroot} grep -rl %{_bindir}/env . | while read file; do @@ -649,7 +663,9 @@ %{_sysusersdir}/geekotest.conf %endif +%if %{with devel_package} %files devel +%endif %files common %dir %{_datadir}/openqa @@ -783,6 +799,7 @@ %{_unitdir}/openqa-continuous-update.* %{_datadir}/openqa/script/openqa-continuous-update +%if %{with munin_package} %files munin %defattr(-,root,root) %doc contrib/munin/config/minion.config @@ -792,4 +809,5 @@ %dir %{_sysconfdir}/munin/plugin-conf.d %{_prefix}/lib/munin/plugins/openqa_minion_ %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/openqa-minion +%endif ++++++ openQA-4.6.1726234723.b54d8ce9.obscpio -> openQA-4.6.1726480610.b2c7833e.obscpio ++++++ /work/SRC/openSUSE:Factory/openQA/openQA-4.6.1726234723.b54d8ce9.obscpio /work/SRC/openSUSE:Factory/.openQA.new.29891/openQA-4.6.1726480610.b2c7833e.obscpio differ: char 50, line 1 ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.S2DuJ2/_old 2024-09-16 17:44:29.860584292 +0200 +++ /var/tmp/diff_new_pack.S2DuJ2/_new 2024-09-16 17:44:29.864584457 +0200 @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1726234723.b54d8ce9 -mtime: 1726234723 -commit: b54d8ce9e4ccddd3c339b5fb0b596ff846f54418 +version: 4.6.1726480610.b2c7833e +mtime: 1726480610 +commit: b2c7833e5941a7872b388077c7b6bb1f1b5e5c94