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:
commit
b6493b2c58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca57436df7c02376a68fe20f12045ba39c010b39964a323bec89f7d9552e41f5
|
||||
size 13208589
|
3
openQA-4.6.1650015172.429d07817.obscpio
Normal file
3
openQA-4.6.1650015172.429d07817.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc1a040b1204b0741173eda9a4d1d188e7f2446f8a55d60f658047445790c2b3
|
||||
size 13212173
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1649753938.422b00b04
|
||||
mtime: 1649753938
|
||||
commit: 422b00b044141ad1d4a9821f4efb0729ca136aec
|
||||
version: 4.6.1650015172.429d07817
|
||||
mtime: 1650015172
|
||||
commit: 429d078172cf6dea1266733eafcff8d0d223c331
|
||||
|
35
openQA.spec
35
openQA.spec
@ -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 @@ Covering both openQA and also os-autoinst test engine.
|
||||
%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 @@ Requires: rebootmgr
|
||||
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 @@ fi
|
||||
%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 @@ fi
|
||||
%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 @@ fi
|
||||
# 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 @@ fi
|
||||
%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 @@ fi
|
||||
%{_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 @@ fi
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user