From 35601d7ca6bb0af114d8312a73d628aadf3b9d6e9af9bcfc78522d91ca81fb24 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sat, 16 Nov 2019 05:04:03 +0000 Subject: [PATCH] Offline generation of 4.6.1573837019.f65a27bc 4.6.1573837019.f65a27bc OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=245 --- os-autoinst-4.6.1573666306.8fe5e5bd.obscpio | 3 --- os-autoinst-4.6.1573837019.f65a27bc.obscpio | 3 +++ os-autoinst-test.spec | 2 +- os-autoinst.changes | 6 ++++++ os-autoinst.obsinfo | 6 +++--- os-autoinst.spec | 10 ++++++++-- 6 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 os-autoinst-4.6.1573666306.8fe5e5bd.obscpio create mode 100644 os-autoinst-4.6.1573837019.f65a27bc.obscpio diff --git a/os-autoinst-4.6.1573666306.8fe5e5bd.obscpio b/os-autoinst-4.6.1573666306.8fe5e5bd.obscpio deleted file mode 100644 index be9b151..0000000 --- a/os-autoinst-4.6.1573666306.8fe5e5bd.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff673370d6b9fd9a59ca298b0a19baa4f36ac77cf645507355df8fe693602932 -size 24906253 diff --git a/os-autoinst-4.6.1573837019.f65a27bc.obscpio b/os-autoinst-4.6.1573837019.f65a27bc.obscpio new file mode 100644 index 0000000..a6d023d --- /dev/null +++ b/os-autoinst-4.6.1573837019.f65a27bc.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34938ad57ec9a9e169ccc95b9461a0a213647e2a33753fcb2b014fc2adbf3838 +size 24906253 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index f661a4c..c843afa 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 4.6.1573666306.8fe5e5bd +Version: 4.6.1573837019.f65a27bc Release: 0 Summary: test package for os-autoinst #BuildRequires: %{short_name} == %{version} diff --git a/os-autoinst.changes b/os-autoinst.changes index d9c33a7..f28d0a1 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 16 05:03:44 UTC 2019 - okurz@suse.com + +- Update to version 4.6.1573837019.f65a27bc: + * spec: Add missing spellcheck requirements + ------------------------------------------------------------------- Wed Nov 13 21:03:30 UTC 2019 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 2246b96..e581048 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,5 +1,5 @@ name: os-autoinst -version: 4.6.1573666306.8fe5e5bd -mtime: 1573666306 -commit: 8fe5e5bd1bd01e2adcd154adc94914d6316d2f22 +version: 4.6.1573837019.f65a27bc +mtime: 1573837019 +commit: f65a27bc5f81216e0bebebc28c0ba571290c0ef8 diff --git a/os-autoinst.spec b/os-autoinst.spec index 4e8dc4b..b73882b 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1573666306.8fe5e5bd +Version: 4.6.1573837019.f65a27bc Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -32,7 +32,13 @@ Source0: %{name}-%{version}.tar.xz %define requires_not_needed_in_tests git-core # all requirements needed by the tests, do not require on this in the package # itself or any sub-packages -%define test_requires %build_requires %requires perl(Perl::Tidy) perl(Test::Compile) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Test::MockObject) perl(Devel::Cover) perl(Test::Mock::Time) qemu-tools +# SLE is missing spell check requirements +%if !0%{?is_opensuse} +%define spellcheck_requires %{nil} +%else +%define spellcheck_requires perl(Pod::Spell) aspell-spell +%endif +%define test_requires %build_requires %requires perl(Perl::Tidy) perl(Test::Compile) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Test::MockObject) perl(Devel::Cover) perl(Test::Mock::Time) qemu-tools %spellcheck_requires %define devel_requires %test_requires %requires_not_needed_in_tests BuildRequires: %test_requires Requires: %requires