Accepting request 561980 from devel:openQA:tested

Update to 4.5.1513942030.1c7bb3f5

OBS-URL: https://build.opensuse.org/request/show/561980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-01-09 13:52:46 +00:00 committed by Git OBS Bridge
commit 5c5d6241a6
4 changed files with 31 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4efefaa44d1459edbfe2b2e64208ca149c5e047b4bc3696e4deac7585932d0f1
size 18676348

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:985f0ebf7c1e462a48a54e320c1dcade29cdd0537673844a56b63fa554415211
size 18678336

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Dec 22 11:27:27 UTC 2017 - okurz@suse.com
- Update to version 4.5.1513942030.1c7bb3f5:
* Do not reset NUMDISKS if RAIDLEVEL is not present (#901)
* svirt: Add {start,stop}_serial_grab interface (#899)
* Retidy - perltidy 20171214 changed output (#896)
* Simply ignore '\r' in type string (#894)
* Change the logs timestamp to ISO8601. (#893)
* Add method to get files content and integration test
* Add possibility to share files on worker directly
* Add RunArgs to loadtest (#887)
* Remove empty miniatures. (#891)
* Fix error checking on load_snapshot and remove sleep (#890)
* Drop all hmp commands and use qmp exclusively
* [POC] Wrap HMP commands with QMP's human-monitor-command
* Distinguish modules name in a test run if it's a duplicate (#884)
-------------------------------------------------------------------
Fri Dec 15 14:11:14 UTC 2017 - coolo@suse.com
- disable perltidy and perlcritic checks during build
-------------------------------------------------------------------
Tue Nov 28 08:52:50 UTC 2017 - okurz@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package os-autoinst
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.5.1511858414.576c33f6
Version: 4.5.1513942030.1c7bb3f5
Release: 0
Summary: OS-level test automation
License: GPL-2.0+
@ -36,9 +36,6 @@ BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(sndfile)
BuildRequires: pkgconfig(theoraenc)
%if %suse_version > 1320
BuildRequires: perl(Perl::Critic)
%endif
Requires: /usr/bin/qemu-img
Requires: git-core
Requires: optipng
@ -108,12 +105,12 @@ ln -s ../sbin/service %{buildroot}%{_sbindir}/rcos-autoinst-openvswitch
export NO_BRP_STALE_LINK_ERROR=yes
%check
# disable perlcritic - too heavy dependency on old systems
if test -z "$(type -p perlcritic)"; then
# disable code quality checks - not worth the time for package builds
sed '/perlcritic/d' -i Makefile
sed '/Perl::Critic/d' -i cpanfile
sed '/tidy/d' -i Makefile
rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm
fi
# don't require qemu within OBS
cp t/05-pod.t t/99-full-stack.t