Accepting request 978564 from devel:openQA:tested
Update to 4.6.1653078548.548335f 4.6.1653078548.548335f OBS-URL: https://build.opensuse.org/request/show/978564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=294
This commit is contained in:
commit
de5be267ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d2ed72eb65ebc89933f723a26eb3cd44b68b6c1d476496e59e00caf77dd58df
|
||||
size 34814477
|
3
os-autoinst-4.6.1653078548.548335f.obscpio
Normal file
3
os-autoinst-4.6.1653078548.548335f.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c093a149cf1702efdbd56ee9a55a79214319686ba1724461a44f38930a12cde
|
||||
size 34814989
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1653037748.75eb1b1
|
||||
Version: 4.6.1653078548.548335f
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 22 18:00:21 UTC 2022 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1653078548.548335f:
|
||||
* Enable the use of Perl "signatures" in testapi
|
||||
* Fix finding `git` in build script
|
||||
* Avoid Git error in installed version of os-autoinst
|
||||
* Add basic unit tests for backend svirt
|
||||
* Small fixes for svirt backend and removal of HDDFORMAT check
|
||||
* Remove 'HDDFORMAT' from backendvars
|
||||
* Only load snapshots if there is actually a next module
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 20 10:09:46 UTC 2022 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1653037748.75eb1b1
|
||||
mtime: 1653037748
|
||||
commit: 75eb1b13165f9a5f98d7a86137525076d78a632f
|
||||
version: 4.6.1653078548.548335f
|
||||
mtime: 1653078548
|
||||
commit: 548335fc1544beeb51e86fe83e025a0f0aa4901e
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1653037748.75eb1b1
|
||||
Version: 4.6.1653078548.548335f
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -167,8 +167,6 @@ Convenience package providing os-autoinst + s390 worker jumphost dependencies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Replace version number from git to what's reported by the package
|
||||
sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{version}";/' isotovideo
|
||||
|
||||
# don't require qemu within OBS
|
||||
# and exclude known flaky tests in OBS check
|
||||
@ -185,7 +183,10 @@ rm xt/30-make.t
|
||||
|
||||
%build
|
||||
%define __builder ninja
|
||||
%cmake -DOS_AUTOINST_DOC_DIR:STRING="%{_docdir}/%{name}" -DSYSTEMD_SERVICE_DIR:STRING="%{_unitdir}"
|
||||
%cmake \
|
||||
-DOS_AUTOINST_DOC_DIR:STRING="%{_docdir}/%{name}" \
|
||||
-DOS_AUTOINST_VERSION:STRING="%{version}" \
|
||||
-DSYSTEMD_SERVICE_DIR:STRING="%{_unitdir}"
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user