Sync from SUSE:SLFO:Main containerized-data-importer revision 86dbc0f9d48f30eae46eadb4bfc89dad
This commit is contained in:
parent
0810454651
commit
fb1b71648e
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.59.0</param>
|
||||
<param name="revision">v1.60.1</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.59.0.tar.gz
(Stored with Git LFS)
BIN
containerized-data-importer-1.59.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
containerized-data-importer-1.60.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
containerized-data-importer-1.60.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 07:22:11 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Update to version 1.60.1
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.1
|
||||
- Drop upstreamed patch
|
||||
0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
|
||||
- Add registry path for SLE15 SP7
|
||||
- Bump to the latest tag 1.60.1-150600.3.9.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 07:16:14 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
|
||||
Name: containerized-data-importer
|
||||
Version: 1.59.0
|
||||
Version: 1.60.1
|
||||
Release: 0
|
||||
Summary: Container native virtualization
|
||||
License: Apache-2.0
|
||||
@ -40,13 +40,12 @@ 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.21
|
||||
BuildRequires: golang(API) >= 1.22
|
||||
ExclusiveArch: %{_exclusive_arch}
|
||||
|
||||
%description
|
||||
@ -161,6 +160,11 @@ case "${distro}" in
|
||||
labelprefix=com.suse.kubevirt
|
||||
registry=registry.suse.com
|
||||
;;
|
||||
150700:0)
|
||||
tagprefix=suse/sles/15.7
|
||||
labelprefix=com.suse.kubevirt
|
||||
registry=registry.suse.com
|
||||
;;
|
||||
*:1)
|
||||
tagprefix=kubevirt
|
||||
labelprefix=org.opensuse.kubevirt
|
||||
@ -220,7 +224,7 @@ CGO_ENABLED=0 ./hack/build/build-go.sh build \
|
||||
# Note: the generated manifests will point to the images based on SLE15 SP6 BCI.
|
||||
env \
|
||||
DOCKER_PREFIX=registry.suse.com/suse/sles/15.6 \
|
||||
DOCKER_TAG=1.59.0-150600.3.6.1 \
|
||||
DOCKER_TAG=1.60.1-150600.3.9.1 \
|
||||
./hack/build/build-manifests.sh
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user