Offline generation of 4.5.1518780731.3ca7dc34

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=88
This commit is contained in:
Oliver Kurz 2018-02-17 01:01:42 +00:00 committed by Git OBS Bridge
parent 902221bb3f
commit 701db76269
4 changed files with 23 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:014a817ff83603cbcb06873f015ed49861630c549277658cda3c7726f66bf603
size 18679808

View File

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

View File

@ -1,9 +1,21 @@
-------------------------------------------------------------------
Fri Feb 09 07:31:40 UTC 2018 - okurz@suse.com
Sat Feb 17 01:01:09 UTC 2018 - okurz@suse.com
- Update to version 4.5.1518161485.47a24022:
- Update to version 4.5.1518780731.3ca7dc34:
* Do not fail on chattr failures (#924)
* qemu: disable CoW for the HDD image directory (#790)
* get_ssh_output and get_cmd_output return array in list context (#916)
* Avoid letting the kids get loose. (#919)
* Don't add floppy for arm/aarch (#923)
* wip -- test to prevent double typing echo on virtio-console
* Correct VNC stall threshold variable name (#922)
* Check runcmd return status (#898)
* testapi: Correct spelling mistake
* testapi: Ensure script_output only returns the actual ouput of the executed script
* tinycv: Add test for send_with_fd
* testapi: Allow memory dump any time
* qemu: Increase memory dump performance
* tinycv: Add send_with_fd utility function
-------------------------------------------------------------------
Mon Jan 29 15:18:43 UTC 2018 - okurz@suse.com

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.5.1518161485.47a24022
Version: 4.5.1518780731.3ca7dc34
Release: 0
Summary: OS-level test automation
License: GPL-2.0+
@ -36,6 +36,8 @@ BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(sndfile)
BuildRequires: pkgconfig(theoraenc)
# just for the test suite
BuildRequires: qemu-tools
Requires: /usr/bin/qemu-img
Requires: git-core
Requires: optipng
@ -43,7 +45,7 @@ Requires: optipng
Requires: qemu >= 2.0.0
Requires: tesseract-ocr
Requires: withlock
%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) perl(List::MoreUtils) perl(Test::Mock::Time)
%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) perl(List::MoreUtils) perl(Test::Mock::Time) perl(Socket::MsgHdr)
BuildRequires: %t_requires
Requires: %t_requires
BuildRequires: perl(Mojolicious)
@ -77,6 +79,7 @@ This package contains openvswitch support for os-autoinst.
%prep
%setup -q
sed -e 's,/bin/env python,/bin/python,' -i crop.py
%build
mkdir -p m4
@ -89,7 +92,7 @@ make INSTALLDIRS=vendor %{?_smp_mflags}
# Replace version number from git to what's reported by the package
sed -i 's/ my $thisversion = qx{git rev-parse HEAD};/ my $thisversion = "%{version}";/' %{buildroot}/usr/bin/isotovideo
# only internal stuff
rm %{buildroot}/usr/lib/os-autoinst/tools/tidy
rm %{buildroot}/usr/lib/os-autoinst/tools/{tidy,check_coverage,absolutize}
rm -r %{buildroot}/usr/lib/os-autoinst/tools/lib/perlcritic
#
ls -lR %buildroot
@ -154,9 +157,7 @@ make check VERBOSE=1
%{_libexecdir}/os-autoinst/OpenQA
%{_libexecdir}/os-autoinst/consoles
%dir %{_libexecdir}/os-autoinst/tools
%{_libexecdir}/os-autoinst/tools/absolutize
%{_libexecdir}/os-autoinst/tools/preparepool
%{_libexecdir}/os-autoinst/tools/check_coverage
%{_libexecdir}/os-autoinst/autotest.pm
%{_libexecdir}/os-autoinst/crop.py