diff --git a/os-autoinst-4.6.1594969249.36d97eed.obscpio b/os-autoinst-4.6.1594969249.36d97eed.obscpio deleted file mode 100644 index 887c1a4..0000000 --- a/os-autoinst-4.6.1594969249.36d97eed.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73539062220486d8f97411de2702a6449bc63be0aff204201311b30bf4df3719 -size 25010701 diff --git a/os-autoinst-4.6.1595262693.dc25ddd8.obscpio b/os-autoinst-4.6.1595262693.dc25ddd8.obscpio new file mode 100644 index 0000000..0ab4661 --- /dev/null +++ b/os-autoinst-4.6.1595262693.dc25ddd8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fc049c0403dd0aaec83656e342f0587900f1a07c7a396c302a43a134f72b9f +size 25009677 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index cd2ed93..49c2acf 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.1594969249.36d97eed +Version: 4.6.1595262693.dc25ddd8 Release: 0 Summary: test package for os-autoinst #BuildRequires: %{short_name} == %{version} diff --git a/os-autoinst.changes b/os-autoinst.changes index 1583b47..1a141b4 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jul 21 11:25:44 UTC 2020 - okurz@suse.com + +- Update to version 4.6.1595262693.dc25ddd8: + * Add proper test dependencies for 28-signalblocker previously not run in OBS + * Get rid of unnecessary explicit test list in Makefile.am + * Fix non-git lookup of source files in "check-installed-files" + ------------------------------------------------------------------- Sun Jul 19 03:25:42 UTC 2020 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index d88cd08..7a69187 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,5 +1,5 @@ name: os-autoinst -version: 4.6.1594969249.36d97eed -mtime: 1594969249 -commit: 36d97eedab11813bd8ebe4d2d4bc3f646d0acfb5 +version: 4.6.1595262693.dc25ddd8 +mtime: 1595262693 +commit: dc25ddd8bb72b04c83bfc2c70564dc86fd88945a diff --git a/os-autoinst.spec b/os-autoinst.spec index 5614954..9b17f84 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1594969249.36d97eed +Version: 4.6.1595262693.dc25ddd8 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -52,7 +52,7 @@ Source0: %{name}-%{version}.tar.xz %define make_check_args CHECK_DOC=0 %endif # The following line is generated from dependencies.yaml -%define test_requires %build_requires %main_requires %spellcheck_requires perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Exception) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::More) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 perl(YAML::PP) python3-setuptools python3-yamllint qemu qemu-tools qemu-x86 +%define test_requires %build_requires %main_requires %spellcheck_requires perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Exception) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::More) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 perl(YAML::PP) procps python3-setuptools python3-yamllint qemu qemu-tools qemu-x86 # The following line is generated from dependencies.yaml %define devel_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) BuildRequires: %test_requires @@ -104,7 +104,6 @@ sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{v # 07-commands: https://progress.opensuse.org/issues/60755 for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 99-full-stack; do rm t/$i.t - sed -i "s/ \?$i\.t//g" Makefile.am done %build