diff --git a/_service b/_service index 8a6d69a..a1af017 100644 --- a/_service +++ b/_service @@ -5,6 +5,7 @@ openQA-test.spec openQA-worker-test.spec openQA-devel-test.spec + openQA-client-test.spec git://github.com/os-autoinst/openQA.git master 4.6 diff --git a/openQA-4.6.1585161757.bb4097462.obscpio b/openQA-4.6.1585161757.bb4097462.obscpio deleted file mode 100644 index a11b636..0000000 --- a/openQA-4.6.1585161757.bb4097462.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c35f2bd46e4f17bbfa593a5d8523be881fa4c660ba2599379fde3cdc3f02da16 -size 11733517 diff --git a/openQA-4.6.1585334025.c496db1d6.obscpio b/openQA-4.6.1585334025.c496db1d6.obscpio new file mode 100644 index 0000000..62a8feb --- /dev/null +++ b/openQA-4.6.1585334025.c496db1d6.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ba1e3122793d2e1e8013c5c2f16a1e7c874b4ec2d4dd9bee07ec1245a04f27 +size 11733517 diff --git a/openQA-client-test.spec b/openQA-client-test.spec new file mode 100644 index 0000000..d43bf63 --- /dev/null +++ b/openQA-client-test.spec @@ -0,0 +1,43 @@ +# +# spec file for package openQA-client-test +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define short_name openQA-client +Name: %{short_name}-test +Version: 4.6.1585334025.c496db1d6 +Release: 0 +Summary: Test package for %{short_name} +License: GPL-2.0-or-later +BuildRequires: %{short_name} == %{version} +ExcludeArch: i586 + +%description +. + +%prep +# workaround to prevent post/install failing assuming this file for whatever +# reason +touch %{_sourcedir}/%{short_name} + +%build +openqa-client --help + +%install +# disable debug packages in package test to prevent error about missing files +%define debug_package %{nil} + +%changelog diff --git a/openQA-devel-test.spec b/openQA-devel-test.spec index 3103827..6d19471 100644 --- a/openQA-devel-test.spec +++ b/openQA-devel-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1585161757.bb4097462 +Version: 4.6.1585334025.c496db1d6 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA-test.spec b/openQA-test.spec index ff0b2c8..302401f 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1585161757.bb4097462 +Version: 4.6.1585334025.c496db1d6 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later diff --git a/openQA-worker-test.spec b/openQA-worker-test.spec index 15c7f22..55da320 100644 --- a/openQA-worker-test.spec +++ b/openQA-worker-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1585161757.bb4097462 +Version: 4.6.1585334025.c496db1d6 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA.changes b/openQA.changes index 0a5e8e4..bb13240 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Mar 28 10:48:12 UTC 2020 - coolo@suse.com + +- Update to version 4.6.1585334025.c496db1d6: + * Revert "Improve the operation of 'jobs post'" + * Rewrite asset list generation for cache service + * Revert "Rewrite asset list generation for cache service" + * Ensure final linebreak in job template editor + * Do not re-generate settings when cloning a job + * Handle the settings that start with `+` when creating a job + * Dependency cron 200326 + ------------------------------------------------------------------- Thu Mar 26 02:48:15 UTC 2020 - coolo@suse.com diff --git a/openQA.obsinfo b/openQA.obsinfo index b7a4afb..baed3ac 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1585161757.bb4097462 -mtime: 1585161757 -commit: bb4097462c6924f5eb487146c649d05bb1f70cf0 +version: 4.6.1585334025.c496db1d6 +mtime: 1585334025 +commit: c496db1d60e3e2d644e0ebac943a898761af05ff diff --git a/openQA.spec b/openQA.spec index 51d1749..c502159 100644 --- a/openQA.spec +++ b/openQA.spec @@ -65,7 +65,7 @@ %define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) Name: openQA -Version: 4.6.1585161757.bb4097462 +Version: 4.6.1585334025.c496db1d6 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later