Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 7 additions and 30 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.61.0</param>
<param name="revision">v1.60.3</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,15 +22,3 @@ 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

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

View File

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

View File

@ -1,14 +1,3 @@
-------------------------------------------------------------------
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) 2025 SUSE LLC
# Copyright (c) 2024 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 aarch64
%define _exclusive_arch x86_64
%else
%if 0%{?suse_version} == 1600
# ALP
@ -30,7 +30,7 @@
%endif
Name: containerized-data-importer
Version: 1.61.0
Version: 1.60.3
Release: 0
Summary: Container native virtualization
License: Apache-2.0