diff --git a/os-autoinst-4.6.1659553242.de857e0.obscpio b/os-autoinst-4.6.1659553242.de857e0.obscpio deleted file mode 100644 index 0c5998c..0000000 --- a/os-autoinst-4.6.1659553242.de857e0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd8da18f759f7af574b6bd21da6c314e37bf5cd1753162a531fb55ffe41db290 -size 34875405 diff --git a/os-autoinst-4.6.1659623026.7aaa3d1.obscpio b/os-autoinst-4.6.1659623026.7aaa3d1.obscpio new file mode 100644 index 0000000..4bd81d1 --- /dev/null +++ b/os-autoinst-4.6.1659623026.7aaa3d1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d32666ce8c2fc39d8014c0eb36225797b982c7a2c029c5895a2851be9c42d23 +size 34875405 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 5a88f91..c21888a 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.1659553242.de857e0 +Version: 4.6.1659623026.7aaa3d1 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later diff --git a/os-autoinst.changes b/os-autoinst.changes index b4361ab..9471490 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Aug 06 11:23:30 UTC 2022 - okurz@suse.com + +- Update to version 4.6.1659623026.7aaa3d1: + * spec: Only exclude 27-consoles-vmware on ppc64le + * spec: Exclude t/27-consoles-vmware.t on OBS + * Fix CPUs assignment in QEMU 6.20 + * t: Remove useless rmtree + * wheels: Pick up Perl modules and tests + ------------------------------------------------------------------- Thu Aug 04 03:40:30 UTC 2022 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index eed5788..63a70ff 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,4 +1,4 @@ name: os-autoinst -version: 4.6.1659553242.de857e0 -mtime: 1659553242 -commit: de857e0787078a122a7e6a14eca42040295d62a0 +version: 4.6.1659623026.7aaa3d1 +mtime: 1659623026 +commit: 7aaa3d1893d0370575f05b69724a959284c120ee diff --git a/os-autoinst.spec b/os-autoinst.spec index 3b1f495..326801f 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1659553242.de857e0 +Version: 4.6.1659623026.7aaa3d1 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -172,15 +172,18 @@ Convenience package providing os-autoinst + s390 worker jumphost dependencies. # and exclude known flaky tests in OBS check # https://progress.opensuse.org/issues/52652 # 07-commands: https://progress.opensuse.org/issues/60755 -# 27-consoles-vmware: https://progress.opensuse.org/issues/114881 # 29-backend-driver: https://progress.opensuse.org/issues/105061 -for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 27-consoles-vmware 29-backend-driver 99-full-stack; do +for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 29-backend-driver 99-full-stack; do rm t/$i.t done # exclude unnecessary author tests rm xt/00-tidy.t # Remove test relying on a git working copy rm xt/30-make.t +# https://progress.opensuse.org/issues/114881 +%ifarch ppc64le +rm t/27-consoles-vmware.t +%endif %build %define __builder ninja