Accepting request 715609 from devel:openQA:tested

Update to 4.5.1563188951.f6f7c6b3
4.5.1563188951.f6f7c6b3

OBS-URL: https://build.opensuse.org/request/show/715609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=70
This commit is contained in:
Dominique Leuenberger 2019-07-17 11:20:14 +00:00 committed by Git OBS Bridge
commit 9d390c51a3
7 changed files with 36 additions and 21 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 15 11:09:23 UTC 2019 - okurz@suse.com
- Update to version 4.5.1563188951.f6f7c6b3:
* spec: Provide a "devel" subpackage pulling in all build+test dependencies
* spec: Fix warning about missing explicit perl-base
-------------------------------------------------------------------
Sat Jul 06 11:50:50 UTC 2019 - okurz@suse.com

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.5.1562413838.c3d5e8ac
Version: 4.5.1563188951.f6f7c6b3
Release: 0
Summary: test package for os-autoinst
#BuildRequires: %{short_name} == %{version}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 15 11:09:23 UTC 2019 - okurz@suse.com
- Update to version 4.5.1563188951.f6f7c6b3:
* spec: Provide a "devel" subpackage pulling in all build+test dependencies
* spec: Fix warning about missing explicit perl-base
-------------------------------------------------------------------
Sat Jul 06 11:50:50 UTC 2019 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst
version: 4.5.1562413838.c3d5e8ac
mtime: 1562413838
commit: c3d5e8ac168f5976ca488559d489bbcfa737422a
version: 4.5.1563188951.f6f7c6b3
mtime: 1563188951
commit: f6f7c6b39af40968aa1150b3a59dedab6dbdb18c

View File

@ -17,32 +17,22 @@
Name: os-autoinst
Version: 4.5.1562413838.c3d5e8ac
Version: 4.5.1563188951.f6f7c6b3
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
Group: Development/Tools/Other
Url: https://github.com/os-autoinst/os-autoinst
Source0: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: opencv-devel > 3.0
BuildRequires: pkg-config
BuildRequires: perl(Module::CPANfile)
BuildRequires: perl(Perl::Tidy)
BuildRequires: perl(Test::Compile)
BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(sndfile)
BuildRequires: pkgconfig(theoraenc)
%define build_requires autoconf automake gcc-c++ libtool opencv-devel > 3.0, pkg-config perl(Module::CPANfile) perl(Perl::Tidy) perl(Test::Compile) pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc) make
BuildRequires: %build_requires
# just for the test suite
BuildRequires: qemu-tools
Requires: /usr/bin/qemu-img
Requires: git-core
Requires: optipng
%{perl_requires}
Requires: perl-base
Requires: qemu >= 2.0.0
Recommends: tesseract-ocr
%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::Touch) 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(XML::SemanticDiff) perl(Test::Exception) 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(Mojo::IOLoop::ReadWriteProcess) perl(Test::Mock::Time) perl(Socket::MsgHdr) perl(Cpanel::JSON::XS) perl(IO::Scalar)
@ -55,6 +45,7 @@ Requires: perl(Mojolicious) >= 7.92
# and the JSON modules have subtle differences and we only test against XS in production
Requires: perl(JSON::XS)
Recommends: /usr/bin/xkbcomp /usr/bin/Xvnc dumponlyconsole
%define devel_requires %build_requires %t_requires
Requires(pre): %{_bindir}/getent
Requires(pre): %{_sbindir}/useradd
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -68,6 +59,14 @@ automated testing frameworks. However, it can just as well be used
to test firefox and openoffice operation on top of a newly
installed OS.
%package devel
Summary: Development package pulling in all build+test dependencies
Group: Development/Tools/Other
Requires: %devel_requires
%description devel
Development package pulling in all build+test dependencies.
%package openvswitch
Summary: Openvswitch support for os-autoinst
Group: Development/Tools/Other
@ -170,4 +169,6 @@ make check VERBOSE=1
%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
%{_sbindir}/rcos-autoinst-openvswitch
%files devel
%changelog