Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2022-04-17 23:50:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Sun Apr 17 23:50:46 2022 rev:353 rq:970484 version:4.6.1650015172.429d07817 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 2022-04-13 21:05:30.344591137 +0200 +++ /work/SRC/openSUSE:Factory/.openQA.new.1941/openQA.changes 2022-04-17 23:52:14.466504467 +0200 @@ -1,0 +2,9 @@ +Fri Apr 15 09:33:00 UTC 2022 - ok...@suse.com + +- Update to version 4.6.1650015172.429d07817: + * Dependency cron 2022-04-15 + * Add systemd unit to trigger continous deployment from devel:openQA + * apparmor: Allow podman to be called on workers + * Allow mutt in apparmor + +------------------------------------------------------------------- Old: ---- openQA-4.6.1649753938.422b00b04.obscpio New: ---- openQA-4.6.1650015172.429d07817.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-client-test.spec ++++++ --- /var/tmp/diff_new_pack.hMhLQ7/_old 2022-04-17 23:52:15.330505652 +0200 +++ /var/tmp/diff_new_pack.hMhLQ7/_new 2022-04-17 23:52:15.334505657 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version: 4.6.1649753938.422b00b04 +Version: 4.6.1650015172.429d07817 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.hMhLQ7/_old 2022-04-17 23:52:15.354505684 +0200 +++ /var/tmp/diff_new_pack.hMhLQ7/_new 2022-04-17 23:52:15.362505695 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1649753938.422b00b04 +Version: 4.6.1650015172.429d07817 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.hMhLQ7/_old 2022-04-17 23:52:15.382505722 +0200 +++ /var/tmp/diff_new_pack.hMhLQ7/_new 2022-04-17 23:52:15.386505728 +0200 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1649753938.422b00b04 +Version: 4.6.1650015172.429d07817 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA-worker-test.spec ++++++ --- /var/tmp/diff_new_pack.hMhLQ7/_old 2022-04-17 23:52:15.406505755 +0200 +++ /var/tmp/diff_new_pack.hMhLQ7/_new 2022-04-17 23:52:15.406505755 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1649753938.422b00b04 +Version: 4.6.1650015172.429d07817 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.hMhLQ7/_old 2022-04-17 23:52:15.430505788 +0200 +++ /var/tmp/diff_new_pack.hMhLQ7/_new 2022-04-17 23:52:15.434505794 +0200 @@ -76,7 +76,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version: 4.6.1649753938.422b00b04 +Version: 4.6.1650015172.429d07817 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -256,6 +256,7 @@ %package auto-update Summary: Automatically upgrade and reboot the system when required Group: Development/Tools/Other +Requires: %{name}-common Requires: curl Requires: rebootmgr @@ -263,6 +264,18 @@ Use this package to install and enable a systemd service for nightly upgrading and rebooting the system if devel:openQA packages are stable. +%package continuous-update +Summary: Continuously update packages from devel:openQA +Group: Development/Tools/Other +Requires: %{name}-common +Requires: curl + +%description continuous-update +Use this package to install and enable a systemd service for continuously +upgrading the system if devel:openQA packages are stable and contain updates. It +is complementary to auto-update which also reboots the system and does updates +regardless of whether devel:openQA contains updates. + %prep %setup -q -a1 sed -e 's,/bin/env python,/bin/python,' -i script/openqa-label-all @@ -406,6 +419,9 @@ %pre auto-update %service_add_pre openqa-auto-update.timer +%pre continuous-update +%service_add_pre openqa-continuous-update.timer + %post %tmpfiles_create %{_tmpfilesdir}/openqa-webui.conf # install empty log file @@ -439,6 +455,9 @@ %post auto-update %service_add_post openqa-auto-update.timer +%post continuous-update +%service_add_post openqa-continuous-update.timer + %preun %service_del_preun %{openqa_services} @@ -449,6 +468,10 @@ # not changing the service which might have triggered this update itself %service_del_preun openqa-auto-update.timer +%preun continuous-update +# not changing the service which might have triggered this update itself +%service_del_preun openqa-continuous-update.timer + %postun %service_del_postun %{openqa_services} %restart_on_update apparmor @@ -467,6 +490,9 @@ %postun auto-update %service_del_postun openqa-auto-update.timer +%postun continuous-update +%service_del_postun openqa-continuous-update.timer + %post local-db %service_add_post openqa-setup-db.service @@ -595,6 +621,7 @@ %{_localstatedir}/lib/openqa/factory %{_localstatedir}/lib/openqa/script %{_localstatedir}/lib/openqa/tests +%{_datadir}/openqa/script/openqa-check-devel-repo %files worker %{_datadir}/openqa/lib/OpenQA/CacheService/ @@ -691,6 +718,10 @@ %dir %{_unitdir} %{_unitdir}/openqa-auto-update.* %{_datadir}/openqa/script/openqa-auto-update -%{_datadir}/openqa/script/openqa-check-devel-repo + +%files continuous-update +%dir %{_unitdir} +%{_unitdir}/openqa-continuous-update.* +%{_datadir}/openqa/script/openqa-continuous-update %changelog ++++++ openQA-4.6.1649753938.422b00b04.obscpio -> openQA-4.6.1650015172.429d07817.obscpio ++++++ /work/SRC/openSUSE:Factory/openQA/openQA-4.6.1649753938.422b00b04.obscpio /work/SRC/openSUSE:Factory/.openQA.new.1941/openQA-4.6.1650015172.429d07817.obscpio differ: char 50, line 1 ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.hMhLQ7/_old 2022-04-17 23:52:15.514505903 +0200 +++ /var/tmp/diff_new_pack.hMhLQ7/_new 2022-04-17 23:52:15.518505909 +0200 @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1649753938.422b00b04 -mtime: 1649753938 -commit: 422b00b044141ad1d4a9821f4efb0729ca136aec +version: 4.6.1650015172.429d07817 +mtime: 1650015172 +commit: 429d078172cf6dea1266733eafcff8d0d223c331