Offline generation of 4.6.1589459603.638a25e2

4.6.1589459603.638a25e2

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=341
This commit is contained in:
Oliver Kurz 2020-05-14 19:24:37 +00:00 committed by Git OBS Bridge
parent afb15a75eb
commit 34de7e62b9
6 changed files with 18 additions and 9 deletions

View File

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

View File

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

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.1588950686.b8a0ab33 Version: 4.6.1589459603.638a25e2
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,12 @@
-------------------------------------------------------------------
Thu May 14 12:33:35 UTC 2020 - okurz@suse.com
- Update to version 4.6.1589459603.638a25e2:
* Remove status API call
* spec: Remove tools/docker_run_ci from installed tools
* Sort imports in t/14-isotovideo.t
* Define travis CI command in simple helper script
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 10 03:24:41 UTC 2020 - okurz@suse.com Sun May 10 03:24:41 UTC 2020 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst name: os-autoinst
version: 4.6.1588950686.b8a0ab33 version: 4.6.1589459603.638a25e2
mtime: 1588950686 mtime: 1589459603
commit: b8a0ab33b805eabbbd59128331a12d7242bfe7e0 commit: 638a25e2ab768aeb65deb3c1a60f5dce82b2aa9f

View File

@ -17,7 +17,7 @@
Name: os-autoinst Name: os-autoinst
Version: 4.6.1588950686.b8a0ab33 Version: 4.6.1589459603.638a25e2
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
@ -113,7 +113,7 @@ make INSTALLDIRS=vendor %{?_smp_mflags}
%install %install
%make_install INSTALLDIRS=vendor %make_install INSTALLDIRS=vendor
# only internal stuff # only internal stuff
rm %{buildroot}/usr/lib/os-autoinst/tools/{tidy,check_coverage,absolutize} rm %{buildroot}/usr/lib/os-autoinst/tools/{tidy,check_coverage,absolutize,docker_run_ci}
rm -r %{buildroot}/usr/lib/os-autoinst/tools/lib/perlcritic rm -r %{buildroot}/usr/lib/os-autoinst/tools/lib/perlcritic
# #
ls -lR %buildroot ls -lR %buildroot