Offline generation of 4.6.1578910353.e34101c6

4.6.1578910353.e34101c6

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=279
This commit is contained in:
Oliver Kurz 2020-01-14 06:49:40 +00:00 committed by Git OBS Bridge
parent da63d737b4
commit 2262398f90
6 changed files with 19 additions and 11 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test %define name_ext -test
%define short_name os-autoinst %define short_name os-autoinst
Name: %{short_name}%{?name_ext} Name: %{short_name}%{?name_ext}
Version: 4.6.1578638802.5822dfa3 Version: 4.6.1578910353.e34101c6
Release: 0 Release: 0
Summary: test package for os-autoinst Summary: test package for os-autoinst
#BuildRequires: %{short_name} == %{version} #BuildRequires: %{short_name} == %{version}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 14 06:49:24 UTC 2020 - okurz@suse.com
- Update to version 4.6.1578910353.e34101c6:
* qemu: Allow to configure maximum file migration time
* Fix condition for using pkgconfig(opencv4)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 11 22:49:28 UTC 2020 - okurz@suse.com Sat Jan 11 22:49:28 UTC 2020 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst name: os-autoinst
version: 4.6.1578638802.5822dfa3 version: 4.6.1578910353.e34101c6
mtime: 1578638802 mtime: 1578910353
commit: 5822dfa3281221ae31a713c39cc7f8a1b7db5184 commit: e34101c6028116a050e6d2e1ac5c927fce3c3647

View File

@ -17,7 +17,7 @@
Name: os-autoinst Name: os-autoinst
Version: 4.6.1578638802.5822dfa3 Version: 4.6.1578910353.e34101c6
Release: 0 Release: 0
Summary: OS-level test automation Summary: OS-level test automation
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -25,10 +25,11 @@ Group: Development/Tools/Other
URL: https://github.com/os-autoinst/os-autoinst URL: https://github.com/os-autoinst/os-autoinst
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
%{perl_requires} %{perl_requires}
%if 0%{?sle_version} <= 150100 %if 0%{?suse_version} > 1500
%define opencv_require pkgconfig(opencv) # openSUSE Tumbleweed
%else
%define opencv_require pkgconfig(opencv4) %define opencv_require pkgconfig(opencv4)
%else
%define opencv_require pkgconfig(opencv)
%endif %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 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 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