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:
parent
bb9698ed85
commit
4833896af9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:707523ba5ece24ffe49f2b4d419225bc59a08a08d1d8edce7cc1dc8e4e9026a8
|
|
||||||
size 25045005
|
|
3
os-autoinst-4.6.1599143921.f85dd213.obscpio
Normal file
3
os-autoinst-4.6.1599143921.f85dd213.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9e9b9a6f7cea8bf99f3dfbfbb57055fb72538b8ac4567ed9b94b6ca6958559d
|
||||||
|
size 25051149
|
@ -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.1598949244.a169fcf1
|
Version: 4.6.1599143921.f85dd213
|
||||||
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,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
|
Tue Sep 01 11:26:28 UTC 2020 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: os-autoinst
|
name: os-autoinst
|
||||||
version: 4.6.1598949244.a169fcf1
|
version: 4.6.1599143921.f85dd213
|
||||||
mtime: 1598949244
|
mtime: 1599143921
|
||||||
commit: a169fcf13cdbf57071a53c8655775af4648151f1
|
commit: f85dd2131ba058420fb610476e42897d99e7ef90
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.6.1598949244.a169fcf1
|
Version: 4.6.1599143921.f85dd213
|
||||||
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
|
||||||
@ -145,6 +145,7 @@ make %{?_smp_mflags} INSTALLDIRS=vendor
|
|||||||
%make_install INSTALLDIRS=vendor
|
%make_install INSTALLDIRS=vendor
|
||||||
# remove internal tools
|
# remove internal tools
|
||||||
rm -r %{buildroot}/usr/lib/os-autoinst/tools/
|
rm -r %{buildroot}/usr/lib/os-autoinst/tools/
|
||||||
|
rm -r %{buildroot}/usr/lib/os-autoinst/external/
|
||||||
%else
|
%else
|
||||||
%cmake_install install-openvswitch
|
%cmake_install install-openvswitch
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user