Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package containerized-data-importer for openSUSE:Factory checked in at 2021-06-15 16:38:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/containerized-data-importer (Old) and /work/SRC/openSUSE:Factory/.containerized-data-importer.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "containerized-data-importer" Tue Jun 15 16:38:21 2021 rev:7 rq:900168 version:1.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/containerized-data-importer/containerized-data-importer.changes 2021-06-14 23:11:15.856769858 +0200 +++ /work/SRC/openSUSE:Factory/.containerized-data-importer.new.32437/containerized-data-importer.changes 2021-06-15 16:39:00.085866443 +0200 @@ -1,0 +2,8 @@ +Mon Jun 14 06:05:08 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 +- Update to version 1.35.0 + Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.35.0 + +------------------------------------------------------------------- Old: ---- containerized-data-importer-1.34.0.tar.gz New: ---- containerized-data-importer-1.35.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ containerized-data-importer.spec ++++++ --- /var/tmp/diff_new_pack.7an0gc/_old 2021-06-15 16:39:01.389868701 +0200 +++ /var/tmp/diff_new_pack.7an0gc/_new 2021-06-15 16:39:01.393868709 +0200 @@ -17,7 +17,7 @@ Name: containerized-data-importer -Version: 1.34.0 +Version: 1.35.0 Release: 0 Summary: Container native virtualization License: Apache-2.0 @@ -119,36 +119,32 @@ # Hackery to determine which registry path to use in cdi-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 export GOPATH=%{_builddir}/go ++++++ _service ++++++ --- /var/tmp/diff_new_pack.7an0gc/_old 2021-06-15 16:39:01.421868757 +0200 +++ /var/tmp/diff_new_pack.7an0gc/_new 2021-06-15 16:39:01.421868757 +0200 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">containerized-data-importer</param> - <param name="revision">v1.34.0</param> + <param name="revision">v1.35.0</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/kubevirt/containerized-data-importer</param> ++++++ containerized-data-importer-1.34.0.tar.gz -> containerized-data-importer-1.35.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/containerized-data-importer/containerized-data-importer-1.34.0.tar.gz /work/SRC/openSUSE:Factory/.containerized-data-importer.new.32437/containerized-data-importer-1.35.0.tar.gz differ: char 12, line 1