Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2021-07-10 00:00:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and      /work/SRC/openSUSE:Factory/.openQA.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openQA"

Sat Jul 10 00:00:22 2021 rev:274 rq:905196 version:4.6.1625814138.021a88a2a

Changes:
--------
openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes    2021-07-07 
18:31:44.634395711 +0200
+++ /work/SRC/openSUSE:Factory/.openQA.new.2625/openQA.changes  2021-07-10 
00:03:13.194713890 +0200
@@ -1,0 +2,26 @@
+Fri Jul 09 08:24:15 UTC 2021 - co...@suse.com
+
+- Update to version 4.6.1625814138.021a88a2a:
+  * t: Simplify "linked" lookup in 10-jobs.t
+  * t: Add test for happy-path of 
OpenQA::Worker::Engines::isotovideo::sync_tests
+  * OpenQA::Worker::Engines::isotovideo: Remove dead code "_kill"
+  * t: Increase timeouts
+  * Fix use of `isnt` in `t/lib/OpenQA/Test/Utils.pm`
+  * t: Bump timeout in more slow tests
+  * t: Bump timeout for ui/26-jobs_restart.t
+  * Distinguish comment types on /tests
+  * t: Bump timeout for deploy.t after recent slowdown
+  * Fix typos found by codespell
+  * Update parent_group link to test/overview to the new icon format
+  * Add link to /test/overview from index page for every parent group
+  * Add a check for the geekotest & _openqa-worker user to test specs
+  * Switch to systemd-sysusers instead of getent + useradd
+  * Mark uncovered line in OpenQA::Schema::Result::Assets
+  * Remove uncovered conditions for internal search of job settings
+  * Delete unused args special case handling in 
OpenQA::Schema::Result::GruTasks
+  * Simplify OpenQA::Schema::ResultSet::JobSettings
+  * Slightly simplify OpenQA::Schma::ResultSet::Assets for full statement 
coverage
+  * Slightly simplify OpenQA::Schma::ResultSet::AuditEvents for full statement 
coverage
+  * Do not fail Minion jobs when asset download fails due to a client error
+
+-------------------------------------------------------------------

Old:
----
  openQA-4.6.1625604748.6b93c98dd.obscpio

New:
----
  openQA-4.6.1625814138.021a88a2a.obscpio

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

Other differences:
------------------
++++++ openQA-client-test.spec ++++++
--- /var/tmp/diff_new_pack.o8pnYG/_old  2021-07-10 00:03:13.830708944 +0200
+++ /var/tmp/diff_new_pack.o8pnYG/_new  2021-07-10 00:03:13.830708944 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-client
 Name:           %{short_name}-test
-Version:        4.6.1625604748.6b93c98dd
+Version:        4.6.1625814138.021a88a2a
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.o8pnYG/_old  2021-07-10 00:03:13.850708789 +0200
+++ /var/tmp/diff_new_pack.o8pnYG/_new  2021-07-10 00:03:13.850708789 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-devel
 Name:           %{short_name}-test
-Version:        4.6.1625604748.6b93c98dd
+Version:        4.6.1625814138.021a88a2a
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA-test.spec ++++++
--- /var/tmp/diff_new_pack.o8pnYG/_old  2021-07-10 00:03:13.866708664 +0200
+++ /var/tmp/diff_new_pack.o8pnYG/_new  2021-07-10 00:03:13.870708633 +0200
@@ -18,12 +18,16 @@
 
 %define         short_name openQA
 Name:           %{short_name}-test
-Version:        4.6.1625604748.6b93c98dd
+Version:        4.6.1625814138.021a88a2a
 Release:        0
 Summary:        Test package for openQA
 License:        GPL-2.0-or-later
 BuildRequires:  %{short_name} == %{version}
 BuildRequires:  openQA-local-db
+%if 0%{?suse_version} > 1500
+BuildRequires:  group(geekotest)
+BuildRequires:  user(geekotest)
+%endif
 ExcludeArch:    i586
 
 %description
@@ -38,6 +42,8 @@
 # call one of the components but not openqa itself which would need a valid
 # configuration
 /usr/share/openqa/script/initdb --help
+getent passwd geekotest
+getent group geekotest
 
 %install
 # disable debug packages in package test to prevent error about missing files

++++++ openQA-worker-test.spec ++++++
--- /var/tmp/diff_new_pack.o8pnYG/_old  2021-07-10 00:03:13.886708509 +0200
+++ /var/tmp/diff_new_pack.o8pnYG/_new  2021-07-10 00:03:13.886708509 +0200
@@ -18,11 +18,15 @@
 
 %define         short_name openQA-worker
 Name:           %{short_name}-test
-Version:        4.6.1625604748.6b93c98dd
+Version:        4.6.1625814138.021a88a2a
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later
 BuildRequires:  %{short_name} == %{version}
+%if 0%{?suse_version} > 1500
+BuildRequires:  group(_openqa-worker)
+BuildRequires:  user(_openqa-worker)
+%endif
 ExcludeArch:    i586
 
 %description
@@ -35,6 +39,8 @@
 
 %build
 /usr/share/openqa/script/worker --help
+getent passwd _openqa-worker
+getent group _openqa-worker
 
 %install
 # disable debug packages in package test to prevent error about missing files

++++++ openQA.spec ++++++
--- /var/tmp/diff_new_pack.o8pnYG/_old  2021-07-10 00:03:13.902708385 +0200
+++ /var/tmp/diff_new_pack.o8pnYG/_new  2021-07-10 00:03:13.906708354 +0200
@@ -76,7 +76,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:           openQA
-Version:        4.6.1625604748.6b93c98dd
+Version:        4.6.1625814138.021a88a2a
 Release:        0
 Summary:        The openQA web-frontend, scheduler and tools
 License:        GPL-2.0-or-later
@@ -121,6 +121,8 @@
 %if 0%{?suse_version} >= 1330
 Requires(pre):  group(nogroup)
 %endif
+BuildRequires:  sysuser-tools
+%sysusers_requires
 
 %description
 openQA is a testing framework that allows you to test GUI applications on one
@@ -263,6 +265,8 @@
 
 %build
 %make_build
+%sysusers_generate_pre usr/lib/sysusers.d/%{name}-worker.conf %{name}-worker 
%{name}-worker.conf
+%sysusers_generate_pre usr/lib/sysusers.d/geekotest.conf %{name} geekotest.conf
 
 %check
 #for double checking
@@ -344,11 +348,7 @@
 #
 %fdupes %{buildroot}/%{_prefix}
 
-%pre
-if ! getent passwd geekotest > /dev/null; then
-    %{_sbindir}/useradd -r -g nogroup -c "openQA user" \
-        -d %{_localstatedir}/lib/openqa geekotest 2>/dev/null || :
-fi
+%pre -f %{name}.pre
 
 %service_add_pre %{openqa_services}
 
@@ -366,13 +366,7 @@
   fi
 fi
 
-%pre worker
-if ! getent passwd _openqa-worker > /dev/null; then
-  %{_sbindir}/useradd -r -g nogroup -c "openQA worker" \
-    -d %{_localstatedir}/lib/empty _openqa-worker 2>/dev/null || :
-  # might fail for non-kvm workers (qemu package owns the group)
-  %{_sbindir}/usermod _openqa-worker -a -G kvm || :
-fi
+%pre worker -f openQA-worker.pre
 
 %service_add_pre %{openqa_worker_services}
 
@@ -542,6 +536,7 @@
 %dir %{_localstatedir}/lib/openqa/share/factory/repo
 %dir %{_localstatedir}/lib/openqa/share/factory/other
 %ghost %{_localstatedir}/log/openqa
+%{_sysusersdir}/geekotest.conf
 
 %files devel
 
@@ -606,6 +601,7 @@
 %dir %{_localstatedir}/lib/openqa/cache
 # own one pool - to create the others is task of the admin
 %dir %{_localstatedir}/lib/openqa/pool/1
+%{_sysusersdir}/%{name}-worker.conf
 
 %files client
 %dir %{_datadir}/openqa


++++++ openQA-4.6.1625604748.6b93c98dd.obscpio -> 
openQA-4.6.1625814138.021a88a2a.obscpio ++++++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1625604748.6b93c98dd.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.2625/openQA-4.6.1625814138.021a88a2a.obscpio
 differ: char 50, line 1

++++++ openQA.obsinfo ++++++
--- /var/tmp/diff_new_pack.o8pnYG/_old  2021-07-10 00:03:13.970707856 +0200
+++ /var/tmp/diff_new_pack.o8pnYG/_new  2021-07-10 00:03:13.970707856 +0200
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1625604748.6b93c98dd
-mtime: 1625604748
-commit: 6b93c98ddee063e30a68bbc6b33684d073dee82b
+version: 4.6.1625814138.021a88a2a
+mtime: 1625814138
+commit: 021a88a2a6a3f37b340a4f9d1d9d281acd050c96
 

Reply via email to