forked from pool/containerized-data-importer
Accepting request 950348 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/950348 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerized-data-importer?expand=0&rev=17
This commit is contained in:
commit
f460ef4330
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">containerized-data-importer</param>
|
<param name="filename">containerized-data-importer</param>
|
||||||
<param name="revision">v1.43.0</param>
|
<param name="revision">v1.44.0</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
|
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5b4644d90b69ffab9700baecc9912e157e5d81fb752ebe8ab48364c41c71a62
|
|
||||||
size 199970695
|
|
3
containerized-data-importer-1.44.0.tar.gz
Normal file
3
containerized-data-importer-1.44.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8483295b3f386ec01160e0808450d432608922a2aa00b30dde7c7ec051c101f6
|
||||||
|
size 199992882
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 1 06:04:40 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.44.0
|
||||||
|
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.44.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 13 11:11:41 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Thu Jan 13 11:11:41 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: containerized-data-importer
|
Name: containerized-data-importer
|
||||||
Version: 1.43.0
|
Version: 1.44.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container native virtualization
|
Summary: Container native virtualization
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -115,9 +115,6 @@ the CDI container images.
|
|||||||
%setup -n go/src/kubevirt.io/%{name} -c -T
|
%setup -n go/src/kubevirt.io/%{name} -c -T
|
||||||
tar --strip-components=1 -xf %{S:0}
|
tar --strip-components=1 -xf %{S:0}
|
||||||
|
|
||||||
# Fix aarch64 - https://github.com/kubevirt/containerized-data-importer/issues/2048
|
|
||||||
sed -i "s#GOARCH=amd64 ##" hack/build/build-go.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Hackery to determine which registry path to use in cdi-operator.yaml
|
# Hackery to determine which registry path to use in cdi-operator.yaml
|
||||||
# when building the manifests
|
# when building the manifests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user