Accepting request 1071121 from home:vulyanov:branches:Virtualization
- Update to version 1.56.0 Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.56.0 OBS-URL: https://build.opensuse.org/request/show/1071121 OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=63
This commit is contained in:
parent
52cdbfb21a
commit
7b775cce62
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.55.0</param>
|
<param name="revision">v1.56.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:346333683da1c1b6c748be7d32ed2df82dabdccd3ab965eca9f2928b13b3efd3
|
|
||||||
size 217754348
|
|
3
containerized-data-importer-1.56.0.tar.gz
Normal file
3
containerized-data-importer-1.56.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07324e4238aac6bdc27c097b69c37c0e0b39dabdee0651e5a7a0b06e1a0e2c16
|
||||||
|
size 217791230
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 13 12:14:28 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.56.0
|
||||||
|
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.56.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 1 09:58:30 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
Thu Dec 1 09:58:30 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package containerized-data-importer
|
# spec file for package containerized-data-importer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: containerized-data-importer
|
Name: containerized-data-importer
|
||||||
Version: 1.55.0
|
Version: 1.56.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container native virtualization
|
Summary: Container native virtualization
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -32,7 +32,7 @@ BuildRequires: libnbd-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
BuildRequires: golang(API) = 1.18
|
BuildRequires: golang(API) >= 1.18
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -115,6 +115,7 @@ the CDI container images.
|
|||||||
# to be 'physically' placed into the proper location.
|
# to be 'physically' placed into the proper location.
|
||||||
%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}
|
||||||
|
%autopatch -p1
|
||||||
|
|
||||||
%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
|
||||||
|
Loading…
Reference in New Issue
Block a user