SHA256
1
0
forked from pool/openQA

Accepting request 970484 from devel:openQA:tested

Update to 4.6.1650015172.429d07817
4.6.1650015172.429d07817
4.6.1650015172.429d07817
4.6.1650015172.429d07817
4.6.1650015172.429d07817

OBS-URL: https://build.opensuse.org/request/show/970484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=353
This commit is contained in:
Dominique Leuenberger 2022-04-17 21:50:46 +00:00 committed by Git OBS Bridge
commit b6493b2c58
9 changed files with 52 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca57436df7c02376a68fe20f12045ba39c010b39964a323bec89f7d9552e41f5
size 13208589

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc1a040b1204b0741173eda9a4d1d188e7f2446f8a55d60f658047445790c2b3
size 13212173

View File

@ -18,7 +18,7 @@
%define short_name openQA-client %define short_name openQA-client
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1649753938.422b00b04 Version: 4.6.1650015172.429d07817
Release: 0 Release: 0
Summary: Test package for %{short_name} Summary: Test package for %{short_name}
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-devel %define short_name openQA-devel
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1649753938.422b00b04 Version: 4.6.1650015172.429d07817
Release: 0 Release: 0
Summary: Test package for %{short_name} Summary: Test package for %{short_name}
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA %define short_name openQA
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1649753938.422b00b04 Version: 4.6.1650015172.429d07817
Release: 0 Release: 0
Summary: Test package for openQA Summary: Test package for openQA
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-worker %define short_name openQA-worker
Name: %{short_name}-test Name: %{short_name}-test
Version: 4.6.1649753938.422b00b04 Version: 4.6.1650015172.429d07817
Release: 0 Release: 0
Summary: Test package for %{short_name} Summary: Test package for %{short_name}
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 15 09:33:00 UTC 2022 - okurz@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
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 12 09:49:15 UTC 2022 - okurz@suse.com Tue Apr 12 09:49:15 UTC 2022 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: openQA name: openQA
version: 4.6.1649753938.422b00b04 version: 4.6.1650015172.429d07817
mtime: 1649753938 mtime: 1650015172
commit: 422b00b044141ad1d4a9821f4efb0729ca136aec commit: 429d078172cf6dea1266733eafcff8d0d223c331

View File

@ -76,7 +76,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver %define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA Name: openQA
Version: 4.6.1649753938.422b00b04 Version: 4.6.1650015172.429d07817
Release: 0 Release: 0
Summary: The openQA web-frontend, scheduler and tools Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -256,6 +256,7 @@ Covering both openQA and also os-autoinst test engine.
%package auto-update %package auto-update
Summary: Automatically upgrade and reboot the system when required Summary: Automatically upgrade and reboot the system when required
Group: Development/Tools/Other Group: Development/Tools/Other
Requires: %{name}-common
Requires: curl Requires: curl
Requires: rebootmgr Requires: rebootmgr
@ -263,6 +264,18 @@ Requires: rebootmgr
Use this package to install and enable a systemd service for nightly upgrading Use this package to install and enable a systemd service for nightly upgrading
and rebooting the system if devel:openQA packages are stable. 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 %prep
%setup -q -a1 %setup -q -a1
sed -e 's,/bin/env python,/bin/python,' -i script/openqa-label-all sed -e 's,/bin/env python,/bin/python,' -i script/openqa-label-all
@ -406,6 +419,9 @@ fi
%pre auto-update %pre auto-update
%service_add_pre openqa-auto-update.timer %service_add_pre openqa-auto-update.timer
%pre continuous-update
%service_add_pre openqa-continuous-update.timer
%post %post
%tmpfiles_create %{_tmpfilesdir}/openqa-webui.conf %tmpfiles_create %{_tmpfilesdir}/openqa-webui.conf
# install empty log file # install empty log file
@ -439,6 +455,9 @@ fi
%post auto-update %post auto-update
%service_add_post openqa-auto-update.timer %service_add_post openqa-auto-update.timer
%post continuous-update
%service_add_post openqa-continuous-update.timer
%preun %preun
%service_del_preun %{openqa_services} %service_del_preun %{openqa_services}
@ -449,6 +468,10 @@ fi
# not changing the service which might have triggered this update itself # not changing the service which might have triggered this update itself
%service_del_preun openqa-auto-update.timer %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 %postun
%service_del_postun %{openqa_services} %service_del_postun %{openqa_services}
%restart_on_update apparmor %restart_on_update apparmor
@ -467,6 +490,9 @@ fi
%postun auto-update %postun auto-update
%service_del_postun openqa-auto-update.timer %service_del_postun openqa-auto-update.timer
%postun continuous-update
%service_del_postun openqa-continuous-update.timer
%post local-db %post local-db
%service_add_post openqa-setup-db.service %service_add_post openqa-setup-db.service
@ -595,6 +621,7 @@ fi
%{_localstatedir}/lib/openqa/factory %{_localstatedir}/lib/openqa/factory
%{_localstatedir}/lib/openqa/script %{_localstatedir}/lib/openqa/script
%{_localstatedir}/lib/openqa/tests %{_localstatedir}/lib/openqa/tests
%{_datadir}/openqa/script/openqa-check-devel-repo
%files worker %files worker
%{_datadir}/openqa/lib/OpenQA/CacheService/ %{_datadir}/openqa/lib/OpenQA/CacheService/
@ -691,6 +718,10 @@ fi
%dir %{_unitdir} %dir %{_unitdir}
%{_unitdir}/openqa-auto-update.* %{_unitdir}/openqa-auto-update.*
%{_datadir}/openqa/script/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 %changelog