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-04-29 22:46:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/containerized-data-importer (Old)
and /work/SRC/openSUSE:Factory/.containerized-data-importer.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "containerized-data-importer"
Thu Apr 29 22:46:19 2021 rev:3 rq:889193 version:1.30.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/containerized-data-importer/containerized-data-importer.changes
2021-04-21 21:01:20.434384791 +0200
+++
/work/SRC/openSUSE:Factory/.containerized-data-importer.new.1947/containerized-data-importer.changes
2021-04-29 22:52:58.222009372 +0200
@@ -1,0 +2,7 @@
+Thu Apr 29 05:23:06 UTC 2021 - Vasily Ulyanov <[email protected]>
+
+- Set default reg_path='registry.opensuse.org/kubevirt'
+- Add _constraints file with disk requirements
+- Drop CDI_VERSION env var since its not used during the build
+
+-------------------------------------------------------------------
New:
----
_constraints
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ containerized-data-importer.spec ++++++
--- /var/tmp/diff_new_pack.B1rwsy/_old 2021-04-29 22:52:59.158005204 +0200
+++ /var/tmp/diff_new_pack.B1rwsy/_new 2021-04-29 22:52:59.158005204 +0200
@@ -135,7 +135,7 @@
150300:0)
reg_path='registry.suse.de/suse/containers/sle-server/15/containers/suse/sles/15.3'
;;
*)
- reg_path='registry.opensuse.org/virtualization/container/kubevirt' ;;
+ reg_path='registry.opensuse.org/kubevirt' ;;
esac
%else
reg_path='%{registry_path}'
@@ -144,7 +144,6 @@
export GOPATH=%{_builddir}/go
export GOFLAGS="-buildmode=pie -mod=vendor"
env \
-CDI_VERSION=%{version} \
CDI_SOURCE_DATE_EPOCH="$(date -r LICENSE +%s)" \
CDI_GIT_COMMIT='v%{version}' \
CDI_GIT_VERSION='v%{version}' \
++++++ _constraints ++++++
<constraints>
<!-- CDI needs larger disk for builds -->
<hardware>
<disk>
<size unit="G">6</size>
</disk>
</hardware>
</constraints>