Accepting request 1138397 from devel:openQA:tested
Update to 4.6.1705076298.32001ad 4.6.1705076298.32001ad 4.6.1705076298.32001ad 4.6.1705076298.32001ad OBS-URL: https://build.opensuse.org/request/show/1138397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=412
This commit is contained in:
commit
ea1ab948c6
@ -1,3 +1,5 @@
|
||||
<multibuild>
|
||||
<flavor>os-autoinst-test</flavor>
|
||||
<flavor>os-autoinst-devel-test</flavor>
|
||||
<flavor>os-autoinst-openvswitch-test</flavor>
|
||||
</multibuild>
|
||||
|
2
_service
2
_service
@ -3,6 +3,8 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="extract">dist/rpm/os-autoinst.spec</param>
|
||||
<param name="extract">dist/rpm/os-autoinst-test.spec</param>
|
||||
<param name="extract">dist/rpm/os-autoinst-devel-test.spec</param>
|
||||
<param name="extract">dist/rpm/os-autoinst-openvswitch-test.spec</param>
|
||||
<param name="versionprefix">4.6</param>
|
||||
<param name="versionformat">%ct.%h</param>
|
||||
<param name="url">https://github.com/os-autoinst/os-autoinst.git</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dc36789dc01e59963021df1a856dad91743c13552d4b7561dfcce1603a94d8d
|
||||
size 35020813
|
3
os-autoinst-4.6.1705076298.32001ad.obscpio
Normal file
3
os-autoinst-4.6.1705076298.32001ad.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35d3df43838737215d6571eac2d0dd3c5f95e11a662041c53c97e9d7bb63ebe3
|
||||
size 36913165
|
43
os-autoinst-devel-test.spec
Normal file
43
os-autoinst-devel-test.spec
Normal file
@ -0,0 +1,43 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define short_name os-autoinst-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1705076298.32001ad
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
BuildRequires: %{short_name} == %{version}
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
.
|
||||
|
||||
%prep
|
||||
# workaround to prevent post/install failing assuming this file for whatever
|
||||
# reason
|
||||
touch %{_sourcedir}/%{short_name}
|
||||
|
||||
%build
|
||||
# just test requirements by installation
|
||||
|
||||
%install
|
||||
# disable debug packages in package test to prevent error about missing files
|
||||
%define debug_package %{nil}
|
||||
|
||||
%changelog
|
46
os-autoinst-openvswitch-test.spec
Normal file
46
os-autoinst-openvswitch-test.spec
Normal file
@ -0,0 +1,46 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst-openvswitch
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1705076298.32001ad
|
||||
Release: 0
|
||||
Summary: test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
BuildRequires: %{short_name}
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
.
|
||||
|
||||
%prep
|
||||
# workaround to prevent post/install failing assuming this file for whatever
|
||||
# reason
|
||||
touch %{_sourcedir}/%{short_name}
|
||||
|
||||
%build
|
||||
# call one of the components but not openqa itself which would need a valid
|
||||
# configuration
|
||||
/usr/lib/os-autoinst/os-autoinst-openvswitch --help
|
||||
|
||||
%install
|
||||
# disable debug packages in package test to prevent error about missing files
|
||||
%define debug_package %{nil}
|
||||
|
||||
%changelog
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1704884885.e3cee62
|
||||
Version: 4.6.1705076298.32001ad
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 21:15:20 UTC 2024 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1705076298.32001ad:
|
||||
* Add test package spec for sub-packages
|
||||
* Add SLE16 Backports OBS CI integration
|
||||
* Revert "[RFC] Test OBS CI against SLE_15_SP5_Backports"
|
||||
* Revert "Test OBS CI against SLE_15_all_Backports"
|
||||
* Test OBS CI against SLE_15_all_Backports
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 13:13:59 UTC 2024 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1704884885.e3cee62
|
||||
mtime: 1704884885
|
||||
commit: e3cee62dde935485528b1bf4555be12ac934fe08
|
||||
version: 4.6.1705076298.32001ad
|
||||
mtime: 1705076298
|
||||
commit: 32001adb82d26c8fb70e8776a7ef028b674084a9
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1704884885.e3cee62
|
||||
Version: 4.6.1705076298.32001ad
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -36,7 +36,7 @@ Source0: %{name}-%{version}.tar.xz
|
||||
# The following line is generated from dependencies.yaml
|
||||
%define build_requires %build_base_requires cmake ninja
|
||||
# The following line is generated from dependencies.yaml
|
||||
%define main_requires git-core perl(B::Deparse) perl(Carp) perl(Carp::Always) perl(Config) perl(Cpanel::JSON::XS) perl(Crypt::DES) perl(Cwd) perl(Data::Dumper) perl(Digest::MD5) perl(DynaLoader) perl(English) perl(Errno) perl(Exception::Class) perl(Exporter) perl(ExtUtils::testlib) perl(Fcntl) perl(File::Basename) perl(File::Find) perl(File::Path) perl(File::Temp) perl(File::Touch) perl(File::Which) perl(File::chdir) perl(IO::Handle) perl(IO::Scalar) perl(IO::Select) perl(IO::Socket) perl(IO::Socket::INET) perl(IO::Socket::UNIX) perl(IPC::Open3) perl(IPC::Run::Debug) perl(IPC::System::Simple) perl(JSON::Validator) perl(List::MoreUtils) perl(List::Util) perl(Mojo::IOLoop::ReadWriteProcess) >= 0.26 perl(Mojo::JSON) perl(Mojo::Log) perl(Mojo::URL) perl(Mojo::UserAgent) perl(Mojolicious) >= 9.340.0 perl(Mojolicious::Lite) perl(Net::DBus) perl(Net::Domain) perl(Net::IP) perl(Net::SNMP) perl(Net::SSH2) perl(POSIX) perl(Scalar::Util) perl(Socket) perl(Socket::MsgHdr) perl(Term::ANSIColor) perl(Thread::Queue) perl(Time::HiRes) perl(Time::Moment) perl(Time::Seconds) perl(Try::Tiny) perl(XML::LibXML) perl(XML::SemanticDiff) perl(YAML::PP) perl(YAML::XS) perl(autodie) perl(base) perl(constant) perl(integer) perl(strict) perl(version) perl(warnings) perl-base rsync sshpass
|
||||
%define main_requires git-core perl(B::Deparse) perl(Carp) perl(Carp::Always) perl(Config) perl(Cpanel::JSON::XS) perl(Crypt::DES) perl(Cwd) perl(Data::Dumper) perl(Digest::MD5) perl(DynaLoader) perl(English) perl(Errno) perl(Exception::Class) perl(Exporter) perl(ExtUtils::testlib) perl(Fcntl) perl(File::Basename) perl(File::Find) perl(File::Map) perl(File::Path) perl(File::Temp) perl(File::Touch) perl(File::Which) perl(File::chdir) perl(IO::Handle) perl(IO::Scalar) perl(IO::Select) perl(IO::Socket) perl(IO::Socket::INET) perl(IO::Socket::UNIX) perl(IPC::Open3) perl(IPC::Run::Debug) perl(IPC::System::Simple) perl(JSON::Validator) perl(List::MoreUtils) perl(List::Util) perl(Mojo::IOLoop::ReadWriteProcess) >= 0.26 perl(Mojo::JSON) perl(Mojo::Log) perl(Mojo::URL) perl(Mojo::UserAgent) perl(Mojolicious) >= 9.340.0 perl(Mojolicious::Lite) perl(Net::DBus) perl(Net::Domain) perl(Net::IP) perl(Net::SNMP) perl(Net::SSH2) perl(POSIX) perl(Scalar::Util) perl(Socket) perl(Socket::MsgHdr) perl(Term::ANSIColor) perl(Thread::Queue) perl(Time::HiRes) perl(Time::Moment) perl(Time::Seconds) perl(Try::Tiny) perl(XML::LibXML) perl(XML::SemanticDiff) perl(YAML::PP) perl(YAML::XS) perl(autodie) perl(base) perl(constant) perl(integer) perl(strict) perl(version) perl(warnings) perl-base rsync sshpass
|
||||
# all requirements needed by the tests, do not require on this in the package
|
||||
# itself or any sub-packages
|
||||
# SLE is missing spell check requirements
|
||||
@ -140,6 +140,7 @@ Group: Development/Tools/Other
|
||||
Requires: openvswitch
|
||||
Requires: openvswitch-switch
|
||||
Requires: os-autoinst
|
||||
Requires(post): dbus-1
|
||||
|
||||
%description openvswitch
|
||||
This package contains openvswitch support for os-autoinst.
|
||||
@ -249,6 +250,9 @@ cd %{__builddir}
|
||||
|
||||
%post openvswitch
|
||||
%service_add_post os-autoinst-openvswitch.service
|
||||
if test $1 -eq 1 ; then
|
||||
%{_bindir}/dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig 2>&1 || :
|
||||
fi
|
||||
|
||||
%preun openvswitch
|
||||
%service_del_preun os-autoinst-openvswitch.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user