From 2da922fc4b716731be034d59e51774b045cb81be8571909aec9418e1297d05a0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Apr 2021 07:11:21 +0000 Subject: [PATCH] Accepting request 889151 from home:vulyanov - 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 OBS-URL: https://build.opensuse.org/request/show/889151 OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=15 --- _constraints | 8 ++++++++ containerized-data-importer.changes | 7 +++++++ containerized-data-importer.spec | 3 +-- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..7d85af4 --- /dev/null +++ b/_constraints @@ -0,0 +1,8 @@ + + + + + 6 + + + diff --git a/containerized-data-importer.changes b/containerized-data-importer.changes index 05cf904..cb6bd29 100644 --- a/containerized-data-importer.changes +++ b/containerized-data-importer.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 29 05:23:06 UTC 2021 - Vasily Ulyanov + +- 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 + ------------------------------------------------------------------- Wed Apr 21 15:31:22 UTC 2021 - Vasily Ulyanov diff --git a/containerized-data-importer.spec b/containerized-data-importer.spec index 02582a4..1018295 100644 --- a/containerized-data-importer.spec +++ b/containerized-data-importer.spec @@ -135,7 +135,7 @@ case "${distro}" in 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 @@ reg_path='%{registry_path}' 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}' \