diff --git a/_service b/_service index 48ae07e..ffa912b 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ containerized-data-importer - v1.55.0 + v1.56.0 git disable https://github.com/kubevirt/containerized-data-importer diff --git a/containerized-data-importer-1.55.0.tar.gz b/containerized-data-importer-1.55.0.tar.gz deleted file mode 100644 index e6ee90f..0000000 --- a/containerized-data-importer-1.55.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:346333683da1c1b6c748be7d32ed2df82dabdccd3ab965eca9f2928b13b3efd3 -size 217754348 diff --git a/containerized-data-importer-1.56.0.tar.gz b/containerized-data-importer-1.56.0.tar.gz new file mode 100644 index 0000000..52468ec --- /dev/null +++ b/containerized-data-importer-1.56.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07324e4238aac6bdc27c097b69c37c0e0b39dabdee0651e5a7a0b06e1a0e2c16 +size 217791230 diff --git a/containerized-data-importer.changes b/containerized-data-importer.changes index 21a621a..e79d1b4 100644 --- a/containerized-data-importer.changes +++ b/containerized-data-importer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 13 12:14:28 UTC 2023 - Vasily Ulyanov + +- 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 diff --git a/containerized-data-importer.spec b/containerized-data-importer.spec index 5c23bd3..7a7b93b 100644 --- a/containerized-data-importer.spec +++ b/containerized-data-importer.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: containerized-data-importer -Version: 1.55.0 +Version: 1.56.0 Release: 0 Summary: Container native virtualization License: Apache-2.0 @@ -32,7 +32,7 @@ BuildRequires: libnbd-devel BuildRequires: pkgconfig BuildRequires: rsync BuildRequires: sed -BuildRequires: golang(API) = 1.18 +BuildRequires: golang(API) >= 1.18 ExclusiveArch: x86_64 aarch64 %description @@ -115,6 +115,7 @@ the CDI container images. # to be 'physically' placed into the proper location. %setup -n go/src/kubevirt.io/%{name} -c -T tar --strip-components=1 -xf %{S:0} +%autopatch -p1 %build # Hackery to determine which registry path to use in cdi-operator.yaml