Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2023-06-23 21:53:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and      /work/SRC/openSUSE:Factory/.openQA.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openQA"

Fri Jun 23 21:53:33 2023 rev:479 rq:1094872 version:4.6.1687510203.8d9fc92

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    2023-06-21 
22:40:31.414611086 +0200
+++ /work/SRC/openSUSE:Factory/.openQA.new.15902/openQA.changes 2023-06-23 
21:53:41.298987540 +0200
@@ -1,0 +2,21 @@
+Fri Jun 23 11:38:55 UTC 2023 - ok...@suse.com
+
+- Update to version 4.6.1687510203.8d9fc92:
+  * Add a hint regarding changes in the external directory
+  * Add subpackage openQA-munin
+  * Avoid hard dependency on Apache in systemd file
+  * Prevent sponsor logo overflow
+  * docs: Feature the "single-instance" container most prominently
+  * docs: Add single-instance container instructions
+  * docs: Remove obsolete note about Leap <15.2
+  * Fix style check finding false-positive problems
+  * Remove experimental regex from test
+  * Simplify regex validation helper
+  * Catch regex errors when filtering dashboards
+  * Improve regex validation test
+  * Delete potential extra lines from regex validation error
+  * Simplify regex validation via `use warnings FATAL => 'regexp'`
+  * Validate regex for filtering groups on dashboard pages
+  * Show possibly returned error message when loading dashboard
+
+-------------------------------------------------------------------

Old:
----
  openQA-4.6.1687285703.cd38e7f.obscpio

New:
----
  openQA-4.6.1687510203.8d9fc92.obscpio

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

Other differences:
------------------
++++++ openQA-client-test.spec ++++++
--- /var/tmp/diff_new_pack.b7axEn/_old  2023-06-23 21:53:43.406999620 +0200
+++ /var/tmp/diff_new_pack.b7axEn/_new  2023-06-23 21:53:43.410999643 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-client
 Name:           %{short_name}-test
-Version:        4.6.1687285703.cd38e7f
+Version:        4.6.1687510203.8d9fc92
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.b7axEn/_old  2023-06-23 21:53:43.430999757 +0200
+++ /var/tmp/diff_new_pack.b7axEn/_new  2023-06-23 21:53:43.434999780 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-devel
 Name:           %{short_name}-test
-Version:        4.6.1687285703.cd38e7f
+Version:        4.6.1687510203.8d9fc92
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA-test.spec ++++++
--- /var/tmp/diff_new_pack.b7axEn/_old  2023-06-23 21:53:43.454999895 +0200
+++ /var/tmp/diff_new_pack.b7axEn/_new  2023-06-23 21:53:43.458999918 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA
 Name:           %{short_name}-test
-Version:        4.6.1687285703.cd38e7f
+Version:        4.6.1687510203.8d9fc92
 Release:        0
 Summary:        Test package for openQA
 License:        GPL-2.0-or-later

++++++ openQA-worker-test.spec ++++++
--- /var/tmp/diff_new_pack.b7axEn/_old  2023-06-23 21:53:43.479000033 +0200
+++ /var/tmp/diff_new_pack.b7axEn/_new  2023-06-23 21:53:43.487000078 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-worker
 Name:           %{short_name}-test
-Version:        4.6.1687285703.cd38e7f
+Version:        4.6.1687510203.8d9fc92
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA.spec ++++++
--- /var/tmp/diff_new_pack.b7axEn/_old  2023-06-23 21:53:43.507000192 +0200
+++ /var/tmp/diff_new_pack.b7axEn/_new  2023-06-23 21:53:43.515000239 +0200
@@ -78,7 +78,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:           openQA
-Version:        4.6.1687285703.cd38e7f
+Version:        4.6.1687510203.8d9fc92
 Release:        0
 Summary:        The openQA web-frontend, scheduler and tools
 License:        GPL-2.0-or-later
@@ -287,6 +287,18 @@
 is complementary to auto-update which also reboots the system and does updates
 regardless of whether devel:openQA contains updates.
 
+%package munin
+Summary:        Munin scripts
+Group:          Development/Tools/Other
+Requires:       curl
+Requires:       munin
+Requires:       munin-node
+Requires:       perl
+
+%description munin
+Use this package to install munin scripts that allow to monitor some openQA
+statistics.
+
 %prep
 %setup -q -a1
 sed -e 's,/bin/env python,/bin/python,' -i script/openqa-label-all
@@ -367,6 +379,12 @@
 ln -s %{_datadir}/openqa/script/openqa-label-all 
%{buildroot}%{_bindir}/openqa-label-all
 %endif
 
+# munin
+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
+
 cd %{buildroot}
 grep -rl %{_bindir}/env . | while read file; do
     sed -e 's,%{_bindir}/env perl,%{_bindir}/perl,' -i $file
@@ -743,4 +761,14 @@
 %{_unitdir}/openqa-continuous-update.*
 %{_datadir}/openqa/script/openqa-continuous-update
 
+%files munin
+%defattr(-,root,root)
+%doc contrib/munin/config/minion.config
+%dir %{_prefix}/lib/munin
+%dir %{_prefix}/lib/munin/plugins
+%dir %{_sysconfdir}/munin
+%dir %{_sysconfdir}/munin/plugin-conf.d
+%{_prefix}/lib/munin/plugins/openqa_minion_
+%{_sysconfdir}/munin/plugin-conf.d/openqa-minion
+
 %changelog


++++++ openQA-4.6.1687285703.cd38e7f.obscpio -> 
openQA-4.6.1687510203.8d9fc92.obscpio ++++++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1687285703.cd38e7f.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.15902/openQA-4.6.1687510203.8d9fc92.obscpio
 differ: char 50, line 1

++++++ openQA.obsinfo ++++++
--- /var/tmp/diff_new_pack.b7axEn/_old  2023-06-23 21:53:43.595000697 +0200
+++ /var/tmp/diff_new_pack.b7axEn/_new  2023-06-23 21:53:43.599000720 +0200
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1687285703.cd38e7f
-mtime: 1687285703
-commit: cd38e7f924125b17bf9e56e3d70e99b1e50e2318
+version: 4.6.1687510203.8d9fc92
+mtime: 1687510203
+commit: 8d9fc9268271afe303fd65746c24f4ad3f29fa56
 

Reply via email to