Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2020-11-17 21:26:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Tue Nov 17 21:26:37 2020 rev:209 rq:848931 version:4.6.1605530208.6b910f3fc 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 2020-11-15 15:27:45.275538988 +0100 +++ /work/SRC/openSUSE:Factory/.openQA.new.24930/openQA.changes 2020-11-17 21:26:40.305460318 +0100 @@ -1,0 +2,8 @@ +Mon Nov 16 16:40:23 UTC 2020 - co...@suse.com + +- Update to version 4.6.1605530208.6b910f3fc: + * Use consistent "auto-update" instead of "auto-ugrade" + * systemd: Fix wrong ExecStart path in openqa-auto-upgrade + * docker: Fix web UI Dockerfile-lb to be buildable on OBS + +------------------------------------------------------------------- Old: ---- openQA-4.6.1605294814.ed6415c5a.obscpio New: ---- openQA-4.6.1605530208.6b910f3fc.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-client-test.spec ++++++ --- /var/tmp/diff_new_pack.P0trQH/_old 2020-11-17 21:26:41.553461544 +0100 +++ /var/tmp/diff_new_pack.P0trQH/_new 2020-11-17 21:26:41.557461548 +0100 @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version: 4.6.1605294814.ed6415c5a +Version: 4.6.1605530208.6b910f3fc Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.P0trQH/_old 2020-11-17 21:26:41.593461583 +0100 +++ /var/tmp/diff_new_pack.P0trQH/_new 2020-11-17 21:26:41.597461587 +0100 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1605294814.ed6415c5a +Version: 4.6.1605530208.6b910f3fc Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.P0trQH/_old 2020-11-17 21:26:41.633461621 +0100 +++ /var/tmp/diff_new_pack.P0trQH/_new 2020-11-17 21:26:41.637461625 +0100 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1605294814.ed6415c5a +Version: 4.6.1605530208.6b910f3fc Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA-worker-test.spec ++++++ --- /var/tmp/diff_new_pack.P0trQH/_old 2020-11-17 21:26:41.661461648 +0100 +++ /var/tmp/diff_new_pack.P0trQH/_new 2020-11-17 21:26:41.665461651 +0100 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1605294814.ed6415c5a +Version: 4.6.1605530208.6b910f3fc Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.P0trQH/_old 2020-11-17 21:26:41.693461678 +0100 +++ /var/tmp/diff_new_pack.P0trQH/_new 2020-11-17 21:26:41.697461682 +0100 @@ -19,7 +19,7 @@ # can't use linebreaks here! %define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service openqa-enqueue-audit-event-cleanup.service openqa-enqueue-audit-event-cleanup.timer openqa-enqueue-asset-cleanup.service openqa-enqueue-asset-cleanup.timer openqa-enqueue-result-cleanup.service openqa-enqueue-result-cleanup.timer openqa-enqueue-bug-cleanup.service openqa-enqueue-bug-cleanup.timer %define openqa_worker_services openqa-worker.target openqa-slirpvde.service openqa-vde_switch.service openqa-worker-cacheservice.service openqa-worker-cacheservice-minion.service -%define openqa_auto_upgrade_services openqa-auto-upgrade.service openqa-auto-upgrade.timer +%define openqa_auto_upgrade_services openqa-auto-update.service openqa-auto-update.timer %if %{undefined tmpfiles_create} %define tmpfiles_create() \ %{_bindir}/systemd-tmpfiles --create %{?*} || : \ @@ -77,7 +77,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version: 4.6.1605294814.ed6415c5a +Version: 4.6.1605530208.6b910f3fc Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -240,13 +240,13 @@ Documentation material covering installation, configuration, basic test writing, etc. Covering both openQA and also os-autoinst test engine. -%package auto-upgrade +%package auto-update Summary: Automatically upgrade and reboot the system when required Group: Development/Tools/Other Requires: curl Requires: rebootmgr -%description auto-upgrade +%description auto-update Use this package to install and enable a systemd service for nightly upgrading and rebooting the system if devel:openQA packages are stable. @@ -365,7 +365,7 @@ %service_add_pre %{openqa_worker_services} -%pre auto-upgrade +%pre auto-update %service_add_pre %{openqa_auto_upgrade_services} %post @@ -398,7 +398,7 @@ %tmpfiles_create %{_tmpfilesdir}/openqa.conf %service_add_post %{openqa_worker_services} -%post auto-upgrade +%post auto-update %service_add_post %{openqa_auto_upgrade_services} %preun @@ -407,7 +407,7 @@ %preun worker %service_del_preun %{openqa_worker_services} -%preun auto-upgrade +%preun auto-update %service_del_preun %{openqa_auto_upgrade_services} %postun @@ -417,7 +417,7 @@ %postun worker %service_del_postun %{openqa_worker_services} -%postun auto-upgrade +%postun auto-update %service_del_postun %{openqa_auto_upgrade_services} %post local-db @@ -626,9 +626,9 @@ %{_datadir}/openqa/script/openqa-bootstrap %{_datadir}/openqa/script/openqa-bootstrap-container -%files auto-upgrade +%files auto-update %dir %{_unitdir} -%{_unitdir}/openqa-auto-upgrade.* -%{_datadir}/openqa/script/openqa-auto-upgrade +%{_unitdir}/openqa-auto-update.* +%{_datadir}/openqa/script/openqa-auto-update %changelog ++++++ openQA-4.6.1605294814.ed6415c5a.obscpio -> openQA-4.6.1605530208.6b910f3fc.obscpio ++++++ /work/SRC/openSUSE:Factory/openQA/openQA-4.6.1605294814.ed6415c5a.obscpio /work/SRC/openSUSE:Factory/.openQA.new.24930/openQA-4.6.1605530208.6b910f3fc.obscpio differ: char 49, line 1 ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.P0trQH/_old 2020-11-17 21:26:41.805461785 +0100 +++ /var/tmp/diff_new_pack.P0trQH/_new 2020-11-17 21:26:41.809461789 +0100 @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1605294814.ed6415c5a -mtime: 1605294814 -commit: ed6415c5aec824ab66c5c879e74373cd376a0078 +version: 4.6.1605530208.6b910f3fc +mtime: 1605530208 +commit: 6b910f3fc6d2f95d3d4fdfb8fa76eb66af15aa27 _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org