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-06-15 16:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubevirt (Old)
 and      /work/SRC/openSUSE:Factory/.kubevirt.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubevirt"

Tue Jun 15 16:38:18 2021 rev:24 rq:900166 version:0.42.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubevirt/kubevirt.changes        2021-06-14 
23:11:15.088768471 +0200
+++ /work/SRC/openSUSE:Factory/.kubevirt.new.32437/kubevirt.changes     
2021-06-15 16:38:56.729860631 +0200
@@ -1,0 +2,11 @@
+Wed Jun  9 07:49:45 UTC 2021 - Vasily Ulyanov <vasily.ulya...@suse.com>
+
+- Use registry.suse.com as the default fallback for sle
+- Rename macro registry_path to kubevirt_registry_path
+- Switch to golang 1.16
+- Drop 0001-Don-t-build-virtctl-for-darwin-and-windows.patch
+- Drop --skipj2 arg for build-manifests.sh
+- Update to version 0.42.1
+  Release notes https://github.com/kubevirt/kubevirt/releases/tag/v0.42.1
+
+-------------------------------------------------------------------

Old:
----
  0001-Don-t-build-virtctl-for-darwin-and-windows.patch
  kubevirt-0.41.0.tar.gz

New:
----
  kubevirt-0.42.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kubevirt.spec ++++++
--- /var/tmp/diff_new_pack.4pUK5k/_old  2021-06-15 16:38:57.169861393 +0200
+++ /var/tmp/diff_new_pack.4pUK5k/_new  2021-06-15 16:38:57.169861393 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kubevirt
-Version:        0.41.0
+Version:        0.42.1
 Release:        0
 Summary:        Container native virtualization
 License:        Apache-2.0
@@ -28,14 +28,13 @@
 Source2:        kubevirt_containers_meta
 Source3:        kubevirt_containers_meta.service
 Source100:      %{name}-rpmlintrc
-Patch0:         0001-Don-t-build-virtctl-for-darwin-and-windows.patch
-Patch1:         0002-Don-t-use-Bazel-in-build-manifests.sh.patch
+Patch0:         0002-Don-t-use-Bazel-in-build-manifests.sh.patch
 BuildRequires:  glibc-devel-static
 BuildRequires:  golang-packaging
 BuildRequires:  pkgconfig
 BuildRequires:  rsync
 BuildRequires:  sed
-BuildRequires:  golang(API) = 1.13
+BuildRequires:  golang(API) = 1.16
 BuildRequires:  pkgconfig(libvirt)
 ExclusiveArch:  x86_64
 
@@ -121,36 +120,32 @@
 # Hackery to determine which registry path to use in kubevirt-operator.yaml
 # when building the manifests
 #
-# The 'registry_path' macro can be used to define an explicit path in the
-# project config, e.g.
+# The 'kubevirt_registry_path' macro can be used to define an explicit path in
+# the project config, e.g.
 #
 # Macros:
-# %registry_path registry.opensuse.org/Virtualization/container
+# %kubevirt_registry_path registry.opensuse.org/Virtualization/container
 # :Macros
 #
-# 'registry_path' can also be defined when building locally, e.g.
+# 'kubevirt_registry_path' can also be defined when building locally, e.g.
 #
-# osc build --define='registry_path registry.opensuse.org/foo/bar/baz' ...
+# osc build --define='kubevirt_registry_path 
registry.opensuse.org/foo/bar/baz' ...
 #
-# If 'registry_path' is not specified, the standard publish location for SLE 
and
-# openSUSE-based containers is used.
+# If 'kubevirt_registry_path' is not specified, the standard publish location
+# for SLE and openSUSE-based containers is used.
 #
-# TODO:
-# 1. Determine "standard publish location" for SLE and openSUSE variants
-# 2. Support Leap when 1 is done
-#
-%if "%{?registry_path}" == ""
+%if "%{?kubevirt_registry_path}" == ""
 distro='%{?sle_version}:%{is_opensuse}'
 case "${distro}" in
-    150200:0)
-       
reg_path='registry.suse.de/suse/containers/sle-server/15/containers/suse/sles/15.2'
 ;;
-    150300:0)
-       
reg_path='registry.suse.de/suse/containers/sle-server/15/containers/suse/sles/15.3'
 ;;
-    *)
+150200:0)
+    reg_path='registry.suse.com/suse/sles/15.2' ;;
+150300:0)
+    reg_path='registry.suse.com/suse/sles/15.3' ;;
+*)
        reg_path='registry.opensuse.org/kubevirt' ;;
 esac
 %else
-reg_path='%{registry_path}'
+reg_path='%{kubevirt_registry_path}'
 %endif
 
 mkdir -p go/src/kubevirt.io go/pkg
@@ -176,7 +171,7 @@
        cmd/virt-operator \
        %{nil}
 
-env DOCKER_PREFIX=$reg_path DOCKER_TAG=%{version}-%{release} 
./hack/build-manifests.sh --skipj2
+env DOCKER_PREFIX=$reg_path DOCKER_TAG=%{version}-%{release} 
./hack/build-manifests.sh
 
 %install
 mkdir -p %{buildroot}%{_bindir}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4pUK5k/_old  2021-06-15 16:38:57.205861455 +0200
+++ /var/tmp/diff_new_pack.4pUK5k/_new  2021-06-15 16:38:57.209861462 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">kubevirt</param>
-    <param name="revision">v0.41.0</param>
+    <param name="revision">v0.42.1</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://github.com/kubevirt/kubevirt</param>

++++++ kubevirt-0.41.0.tar.gz -> kubevirt-0.42.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/kubevirt/kubevirt-0.41.0.tar.gz 
/work/SRC/openSUSE:Factory/.kubevirt.new.32437/kubevirt-0.42.1.tar.gz differ: 
char 27, line 1

Reply via email to