diff --git a/os-autoinst-4.6.1653037748.75eb1b1.obscpio b/os-autoinst-4.6.1653037748.75eb1b1.obscpio deleted file mode 100644 index 6e50b4a..0000000 --- a/os-autoinst-4.6.1653037748.75eb1b1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d2ed72eb65ebc89933f723a26eb3cd44b68b6c1d476496e59e00caf77dd58df -size 34814477 diff --git a/os-autoinst-4.6.1653078548.548335f.obscpio b/os-autoinst-4.6.1653078548.548335f.obscpio new file mode 100644 index 0000000..a05db41 --- /dev/null +++ b/os-autoinst-4.6.1653078548.548335f.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c093a149cf1702efdbd56ee9a55a79214319686ba1724461a44f38930a12cde +size 34814989 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index f701171..f0f033a 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -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 diff --git a/os-autoinst.changes b/os-autoinst.changes index e144c18..b220da9 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -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 diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 392ce14..ed9ca6d 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -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 diff --git a/os-autoinst.spec b/os-autoinst.spec index 3bf1e86..415ab41 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -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