Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubevirt for openSUSE:Factory checked in at 2021-02-17 18:12:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubevirt (Old) and /work/SRC/openSUSE:Factory/.kubevirt.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubevirt" Wed Feb 17 18:12:56 2021 rev:11 rq:873106 version:0.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kubevirt/kubevirt.changes 2021-01-27 18:58:53.432494260 +0100 +++ /work/SRC/openSUSE:Factory/.kubevirt.new.28504/kubevirt.changes 2021-02-17 18:13:38.442043720 +0100 @@ -1,0 +2,5 @@ +Mon Feb 15 13:40:14 UTC 2021 - Vasily Ulyanov <[email protected]> + +- Add building of virt-tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubevirt.spec ++++++ --- /var/tmp/diff_new_pack.PAeXpM/_old 2021-02-17 18:13:39.110044266 +0100 +++ /var/tmp/diff_new_pack.PAeXpM/_new 2021-02-17 18:13:39.114044270 +0100 @@ -96,6 +96,13 @@ This contains the built YAML manifests used to install kubevirt into a kubernetes installation with kubectl apply. +%package tests +Summary: Kubevirt functional tests +Group: System/Packages + +%description tests +The package provides Kubevirt end-to-end tests. + %prep %autosetup -p1 @@ -148,6 +155,7 @@ KUBEVIRT_GIT_COMMIT='v%{version}' \ KUBEVIRT_GIT_VERSION='v%{version}' \ KUBEVIRT_GIT_TREE_STATE="clean" \ +build_tests="true" \ ./hack/build-go.sh install \ cmd/virtctl \ cmd/virt-api \ @@ -173,6 +181,7 @@ install -p -m 0755 _out/cmd/virt-launcher/virt-launcher %{buildroot}%{_bindir}/ install -p -m 0755 _out/cmd/virt-operator/virt-operator %{buildroot}%{_bindir}/ install -p -m 0755 _out/cmd/csv-generator/csv-generator %{buildroot}%{_bindir}/ +install -p -m 0755 _out/tests/tests.test %{buildroot}%{_bindir}/virt-tests mkdir -p %{buildroot}%{_datadir}/kube-virt cp -r _out/manifests %{buildroot}%{_datadir}/kube-virt/ @@ -181,6 +190,7 @@ # that uses the CaaSP privileged PSP. It can be used with CaaSP-based # Kubernetes clusters. install -m 644 %{S:1} %{buildroot}/%{_datadir}/kube-virt/manifests/release/ +install -m 0644 tests/default-config.json %{buildroot}%{_datadir}/kube-virt %files virtctl %license LICENSE @@ -225,4 +235,11 @@ %dir %{_datadir}/kube-virt %{_datadir}/kube-virt/manifests +%files tests +%license LICENSE +%doc README.md +%dir %{_datadir}/kube-virt +%{_bindir}/virt-tests +%{_datadir}/kube-virt/default-config.json + %changelog
