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:
commit
9d390c51a3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5f4b0dac5b0fa2620a878f03546b71e9c9ec21eb3cf6990a71022b3d6ebfc5c
|
|
||||||
size 24868877
|
|
3
os-autoinst-4.5.1563188951.f6f7c6b3.obscpio
Normal file
3
os-autoinst-4.5.1563188951.f6f7c6b3.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e70f821e8f196f6d1457ed0c558892679d3bf716cb1b176dfa81f29d69eb2485
|
||||||
|
size 24868877
|
@ -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
|
Sat Jul 06 11:50:50 UTC 2019 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -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.5.1562413838.c3d5e8ac
|
Version: 4.5.1563188951.f6f7c6b3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: test package for os-autoinst
|
Summary: test package for os-autoinst
|
||||||
#BuildRequires: %{short_name} == %{version}
|
#BuildRequires: %{short_name} == %{version}
|
||||||
|
@ -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
|
Sat Jul 06 11:50:50 UTC 2019 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: os-autoinst
|
name: os-autoinst
|
||||||
version: 4.5.1562413838.c3d5e8ac
|
version: 4.5.1563188951.f6f7c6b3
|
||||||
mtime: 1562413838
|
mtime: 1563188951
|
||||||
commit: c3d5e8ac168f5976ca488559d489bbcfa737422a
|
commit: f6f7c6b39af40968aa1150b3a59dedab6dbdb18c
|
||||||
|
|
||||||
|
@ -17,32 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.5.1562413838.c3d5e8ac
|
Version: 4.5.1563188951.f6f7c6b3
|
||||||
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
|
||||||
Group: Development/Tools/Other
|
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
|
||||||
BuildRequires: autoconf
|
%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: automake
|
BuildRequires: %build_requires
|
||||||
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)
|
|
||||||
# just for the test suite
|
# just for the test suite
|
||||||
BuildRequires: qemu-tools
|
BuildRequires: qemu-tools
|
||||||
Requires: /usr/bin/qemu-img
|
Requires: /usr/bin/qemu-img
|
||||||
Requires: git-core
|
Requires: git-core
|
||||||
Requires: optipng
|
Requires: optipng
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
Requires: perl-base
|
||||||
Requires: qemu >= 2.0.0
|
Requires: qemu >= 2.0.0
|
||||||
Recommends: tesseract-ocr
|
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)
|
%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
|
# and the JSON modules have subtle differences and we only test against XS in production
|
||||||
Requires: perl(JSON::XS)
|
Requires: perl(JSON::XS)
|
||||||
Recommends: /usr/bin/xkbcomp /usr/bin/Xvnc dumponlyconsole
|
Recommends: /usr/bin/xkbcomp /usr/bin/Xvnc dumponlyconsole
|
||||||
|
%define devel_requires %build_requires %t_requires
|
||||||
Requires(pre): %{_bindir}/getent
|
Requires(pre): %{_bindir}/getent
|
||||||
Requires(pre): %{_sbindir}/useradd
|
Requires(pre): %{_sbindir}/useradd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
to test firefox and openoffice operation on top of a newly
|
||||||
installed OS.
|
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
|
%package openvswitch
|
||||||
Summary: Openvswitch support for os-autoinst
|
Summary: Openvswitch support for os-autoinst
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -170,4 +169,6 @@ make check VERBOSE=1
|
|||||||
%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
|
%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
|
||||||
%{_sbindir}/rcos-autoinst-openvswitch
|
%{_sbindir}/rcos-autoinst-openvswitch
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user