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:
commit
5c5d6241a6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4efefaa44d1459edbfe2b2e64208ca149c5e047b4bc3696e4deac7585932d0f1
|
|
||||||
size 18676348
|
|
3
os-autoinst-4.5.1513942030.1c7bb3f5.tar.xz
Normal file
3
os-autoinst-4.5.1513942030.1c7bb3f5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:985f0ebf7c1e462a48a54e320c1dcade29cdd0537673844a56b63fa554415211
|
||||||
|
size 18678336
|
@ -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
|
Tue Nov 28 08:52:50 UTC 2017 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package os-autoinst
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.5.1511858414.576c33f6
|
Version: 4.5.1513942030.1c7bb3f5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OS-level test automation
|
Summary: OS-level test automation
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -36,9 +36,6 @@ BuildRequires: pkgconfig(fftw3)
|
|||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(sndfile)
|
BuildRequires: pkgconfig(sndfile)
|
||||||
BuildRequires: pkgconfig(theoraenc)
|
BuildRequires: pkgconfig(theoraenc)
|
||||||
%if %suse_version > 1320
|
|
||||||
BuildRequires: perl(Perl::Critic)
|
|
||||||
%endif
|
|
||||||
Requires: /usr/bin/qemu-img
|
Requires: /usr/bin/qemu-img
|
||||||
Requires: git-core
|
Requires: git-core
|
||||||
Requires: optipng
|
Requires: optipng
|
||||||
@ -108,12 +105,12 @@ ln -s ../sbin/service %{buildroot}%{_sbindir}/rcos-autoinst-openvswitch
|
|||||||
export NO_BRP_STALE_LINK_ERROR=yes
|
export NO_BRP_STALE_LINK_ERROR=yes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# disable perlcritic - too heavy dependency on old systems
|
# disable code quality checks - not worth the time for package builds
|
||||||
if test -z "$(type -p perlcritic)"; then
|
|
||||||
sed '/perlcritic/d' -i Makefile
|
sed '/perlcritic/d' -i Makefile
|
||||||
sed '/Perl::Critic/d' -i cpanfile
|
sed '/Perl::Critic/d' -i cpanfile
|
||||||
|
sed '/tidy/d' -i Makefile
|
||||||
rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm
|
rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm
|
||||||
fi
|
|
||||||
# don't require qemu within OBS
|
# don't require qemu within OBS
|
||||||
cp t/05-pod.t t/99-full-stack.t
|
cp t/05-pod.t t/99-full-stack.t
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user