Sync from SUSE:SLFO:Main containerized-data-importer revision dd34882841cbe1f1ead61d97960735d1
This commit is contained in:
parent
f03e2df6fe
commit
0810454651
327904
0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
Normal file
327904
0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
Normal file
File diff suppressed because one or more lines are too long
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="filename">containerized-data-importer</param>
|
||||
<param name="revision">v1.58.0</param>
|
||||
<param name="revision">v1.59.0</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
|
||||
|
BIN
containerized-data-importer-1.58.0.tar.gz
(Stored with Git LFS)
BIN
containerized-data-importer-1.58.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
containerized-data-importer-1.59.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
containerized-data-importer-1.59.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 07:16:14 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Use the images based on SLE15 SP6 BCI: 1.59.0-150600.3.6.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 06:45:02 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Update to version 1.59.0
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.59.0
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.58.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 11:19:43 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Bump github.com/containers/image/v5 (bsc#1224119, CVE-2024-3727)
|
||||
0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 08:50:24 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
|
||||
Name: containerized-data-importer
|
||||
Version: 1.58.0
|
||||
Version: 1.59.0
|
||||
Release: 0
|
||||
Summary: Container native virtualization
|
||||
License: Apache-2.0
|
||||
@ -40,12 +40,13 @@ Source0: %{name}-%{version}.tar.gz
|
||||
Source1: cdi_containers_meta
|
||||
Source2: cdi_containers_meta.service
|
||||
Source100: %{name}-rpmlintrc
|
||||
Patch1: 0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: libnbd-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rsync
|
||||
BuildRequires: sed
|
||||
BuildRequires: golang(API) >= 1.20
|
||||
BuildRequires: golang(API) >= 1.21
|
||||
ExclusiveArch: %{_exclusive_arch}
|
||||
|
||||
%description
|
||||
@ -216,10 +217,10 @@ CGO_ENABLED=0 ./hack/build/build-go.sh build \
|
||||
tools/cdi-containerimage-server \
|
||||
%{nil}
|
||||
|
||||
# Note: the generated manifests will point to the images based on SLE15 SP5 BCI.
|
||||
# Note: the generated manifests will point to the images based on SLE15 SP6 BCI.
|
||||
env \
|
||||
DOCKER_PREFIX=registry.suse.com/suse/sles/15.5 \
|
||||
DOCKER_TAG=1.58.0-150500.6.9.1 \
|
||||
DOCKER_PREFIX=registry.suse.com/suse/sles/15.6 \
|
||||
DOCKER_TAG=1.59.0-150600.3.6.1 \
|
||||
./hack/build/build-manifests.sh
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user