forked from pool/containerized-data-importer
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
06e231f05d | ||
|
441d50581b | ||
|
37b3280ed4 | ||
|
155c21a60c |
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="filename">containerized-data-importer</param>
|
<param name="filename">containerized-data-importer</param>
|
||||||
<param name="revision">v1.60.3</param>
|
<param name="revision">v1.61.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>
|
||||||
|
@ -22,3 +22,15 @@ if [ -n "${pkg}" ]; then
|
|||||||
PKG_RELEASE=$(rpm -qp --queryformat=%{release} ${_pkg})
|
PKG_RELEASE=$(rpm -qp --queryformat=%{release} ${_pkg})
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "${DISTRO}" in
|
||||||
|
*:0)
|
||||||
|
SUPPORT_LEVEL=l3
|
||||||
|
if [[ "$(uname -m)" != x86_64 ]]; then
|
||||||
|
SUPPORT_LEVEL=techpreview
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
*:1)
|
||||||
|
SUPPORT_LEVEL=unsupported
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e2407667367e45d90fc95796c6e448381fd32244cbf1846eb8e1ef8138ef940
|
|
||||||
size 224296721
|
|
3
containerized-data-importer-1.61.0.tar.gz
Normal file
3
containerized-data-importer-1.61.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13e9c6d034c8d7291b855ad19e83cbb54f950da7265db22de94411b36dcce15e
|
||||||
|
size 224311387
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Sep 13 11:27:16 UTC 2024 - 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) 2024 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%if 0%{?sle_version} && !0%{?is_opensuse}
|
%if 0%{?sle_version} && !0%{?is_opensuse}
|
||||||
# SLE
|
# SLE
|
||||||
%define _exclusive_arch x86_64
|
%define _exclusive_arch x86_64 aarch64
|
||||||
%else
|
%else
|
||||||
%if 0%{?suse_version} == 1600
|
%if 0%{?suse_version} == 1600
|
||||||
# ALP
|
# ALP
|
||||||
@ -30,7 +30,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: containerized-data-importer
|
Name: containerized-data-importer
|
||||||
Version: 1.60.3
|
Version: 1.61.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container native virtualization
|
Summary: Container native virtualization
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user