Offline generation of 4.6.1599143921.f85dd213

4.6.1599143921.f85dd213

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=407
This commit is contained in:
Oliver Kurz 2020-09-03 19:26:50 +00:00 committed by Git OBS Bridge
parent bb9698ed85
commit 4833896af9
6 changed files with 21 additions and 8 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1598949244.a169fcf1
Version: 4.6.1599143921.f85dd213
Release: 0
Summary: test package for os-autoinst
#BuildRequires: %{short_name} == %{version}

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 03 19:26:31 UTC 2020 - okurz@suse.com
- Update to version 4.6.1599143921.f85dd213:
* Remove external/ dir in .spec
* Replace tools/update-deps with symlink to subrepo
* Add external/os-autoinst-common subrepo
* Fix tools/tidy
* Fix error handling for QMP connection when invoking QEMU twice
* Update perltidy to 20200822
* Refactor tools/tidy
-------------------------------------------------------------------
Tue Sep 01 11:26:28 UTC 2020 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst
version: 4.6.1598949244.a169fcf1
mtime: 1598949244
commit: a169fcf13cdbf57071a53c8655775af4648151f1
version: 4.6.1599143921.f85dd213
mtime: 1599143921
commit: f85dd2131ba058420fb610476e42897d99e7ef90

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1598949244.a169fcf1
Version: 4.6.1599143921.f85dd213
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -145,6 +145,7 @@ make %{?_smp_mflags} INSTALLDIRS=vendor
%make_install INSTALLDIRS=vendor
# remove internal tools
rm -r %{buildroot}/usr/lib/os-autoinst/tools/
rm -r %{buildroot}/usr/lib/os-autoinst/external/
%else
%cmake_install install-openvswitch
%endif