1
0

6 Commits

Author SHA256 Message Date
2cf8bd862f Accepting request 1272048 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1272048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerized-data-importer?expand=0&rev=47
2025-04-23 13:18:54 +00:00
8e58a6fdbe - Update to version 1.62.0
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.62.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=93
2025-04-23 04:41:39 +00:00
06e231f05d Accepting request 1238608 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1238608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerized-data-importer?expand=0&rev=46
2025-01-18 12:18:59 +00:00
441d50581b - Update to version 1.61.0
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.61.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=91
2025-01-18 02:00:59 +00:00
37b3280ed4 Accepting request 1217784 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1217784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerized-data-importer?expand=0&rev=45
2024-10-24 13:43:43 +00:00
Vasily Ulyanov
155c21a60c Accepting request 1217769 from home:vulyanov:branches:Virtualization:arm-extra-labels
- Enable aarch64 build for SLE and mark it as techpreview (jsc#PED-10545)

OBS-URL: https://build.opensuse.org/request/show/1217769
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=89
2024-10-24 06:35:36 +00:00
6 changed files with 36 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="manual">
<param name="filename">containerized-data-importer</param>
<param name="revision">v1.60.3</param>
<param name="revision">v1.62.0</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>

View File

@@ -22,3 +22,15 @@ if [ -n "${pkg}" ]; then
PKG_RELEASE=$(rpm -qp --queryformat=%{release} ${_pkg})
fi
fi
case "${DISTRO}" in
*:0)
SUPPORT_LEVEL=l3
if [[ "$(uname -m)" != x86_64 ]]; then
SUPPORT_LEVEL=techpreview
fi
;;
*:1)
SUPPORT_LEVEL=unsupported
;;
esac

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e2407667367e45d90fc95796c6e448381fd32244cbf1846eb8e1ef8138ef940
size 224296721

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eab0d2099cbe727995c0a91ad1a0efa602a7d40f9201b320fb2dc4a81f4cd2ef
size 224836335

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Apr 23 04:19:41 UTC 2025 - Caleb Crane <caleb.crane@suse.com>
- Update to version 1.62.0
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.62.0
-------------------------------------------------------------------
Sat Jan 18 01:59:12 UTC 2025 - Caleb Crane <caleb.crane@suse.com>
- Update to version 1.61.0
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.61.0
-------------------------------------------------------------------
Tue Oct 15 05:49:47 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Enable aarch64 build for SLE and mark it as techpreview (jsc#PED-10545)
-------------------------------------------------------------------
Fri Sep 13 11:27:16 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package containerized-data-importer
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%if 0%{?sle_version} && !0%{?is_opensuse}
# SLE
%define _exclusive_arch x86_64
%define _exclusive_arch x86_64 aarch64
%else
%if 0%{?suse_version} == 1600
# ALP
@@ -30,7 +30,7 @@
%endif
Name: containerized-data-importer
Version: 1.60.3
Version: 1.62.0
Release: 0
Summary: Container native virtualization
License: Apache-2.0