Accepting request 797685 from devel:openQA:tested

Update to 4.6.1587738559.30bdb018
4.6.1587738559.30bdb018

OBS-URL: https://build.opensuse.org/request/show/797685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=121
This commit is contained in:
Dominique Leuenberger 2020-04-27 21:32:41 +00:00 committed by Git OBS Bridge
commit 64cffe7504
6 changed files with 20 additions and 11 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1587572338.0c00bf0a
Version: 4.6.1587738559.30bdb018
Release: 0
Summary: test package for os-autoinst
#BuildRequires: %{short_name} == %{version}

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Apr 25 16:29:24 UTC 2020 - okurz@suse.com
- Update to version 4.6.1587738559.30bdb018:
* Dependencies: Remove Data::Dump, JSON, JSON::XS from spec
* Create and remove tempfiles in every test
* Dependencies: sort requires
* Dependencies: remove commas in spec
-------------------------------------------------------------------
Wed Apr 22 16:19:11 UTC 2020 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst
version: 4.6.1587572338.0c00bf0a
mtime: 1587572338
commit: 0c00bf0a45704e854d4d04ab522d85c5b99cf6bb
version: 4.6.1587738559.30bdb018
mtime: 1587738559
commit: 30bdb01875649b0590f1aa60d459e010c16039d4

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1587572338.0c00bf0a
Version: 4.6.1587738559.30bdb018
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -31,8 +31,8 @@ Source0: %{name}-%{version}.tar.xz
%else
%define opencv_require pkgconfig(opencv)
%endif
%define build_requires autoconf automake gcc-c++ libtool pkg-config perl(Module::CPANfile) pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc) make %opencv_require
%define requires perl(B::Deparse) perl(Mojolicious) >= 7.92, perl(Mojo::IOLoop::ReadWriteProcess) >= 0.23, perl(Carp::Always) perl(Data::Dump) perl(Data::Dumper) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Touch) perl(File::Which) perl(IO::Socket::INET) 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(JSON::XS) perl(List::MoreUtils) perl(Mojo::IOLoop::ReadWriteProcess) perl(Socket::MsgHdr) perl(Cpanel::JSON::XS) perl(IO::Scalar) perl(Try::Tiny) perl-base
%define build_requires %opencv_require autoconf automake gcc-c++ libtool make perl(Module::CPANfile) pkg-config pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc)
%define requires perl(B::Deparse) perl(Carp::Always) perl(Class::Accessor::Fast) perl(Cpanel::JSON::XS) perl(Crypt::DES) perl(Data::Dumper) perl(Exception::Class) perl(File::Touch) perl(File::Which) perl(IO::Scalar) perl(IO::Socket::INET) perl(IPC::Run::Debug) perl(IPC::System::Simple) perl(List::MoreUtils) perl(Mojolicious) >= 7.92 perl(Mojo::IOLoop::ReadWriteProcess) >= 0.23 perl(Net::DBus) perl(Net::IP) perl(Net::SNMP) perl(Net::SSH2) perl(Socket::MsgHdr) perl(Try::Tiny) perl(XML::LibXML) perl(XML::SemanticDiff) perl(autodie) perl-base
%define requires_not_needed_in_tests git-core
# all requirements needed by the tests, do not require on this in the package
# itself or any sub-packages
@ -49,7 +49,7 @@ Source0: %{name}-%{version}.tar.xz
%define spellcheck_requires %{nil}
%define make_check_args CHECK_DOC=0
%endif
%define test_requires %build_requires %requires perl(Perl::Tidy) perl(Test::Strict) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Test::MockObject) perl(Devel::Cover) perl(Test::Mock::Time) qemu-tools %spellcheck_requires
%define test_requires %build_requires %requires %spellcheck_requires perl(Devel::Cover) perl(Perl::Tidy) perl(Pod::Coverage) perl(Test::Exception) perl(Test::Fatal) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mock::Time) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) qemu-tools
%define devel_requires %test_requires %requires_not_needed_in_tests
BuildRequires: %test_requires
Requires: %requires