Accepting request 945740 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/945740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerized-data-importer?expand=0&rev=15
This commit is contained in:
commit
6c64fd4f2d
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.42.0</param>
|
<param name="revision">v1.43.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:962d7def65667bb8feef13a0ae707b5bb89ae1110f48a6ea79e5f8595f6b136e
|
|
||||||
size 199028754
|
|
3
containerized-data-importer-1.43.0.tar.gz
Normal file
3
containerized-data-importer-1.43.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5b4644d90b69ffab9700baecc9912e157e5d81fb752ebe8ab48364c41c71a62
|
||||||
|
size 199970695
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 10 11:16:13 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.43.0
|
||||||
|
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.43.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 19 09:19:34 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
Sun Dec 19 09:19:34 UTC 2021 - 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) 2021 SUSE LLC
|
# Copyright (c) 2022 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.42.0
|
Version: 1.43.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container native virtualization
|
Summary: Container native virtualization
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -31,7 +31,7 @@ BuildRequires: libnbd-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
BuildRequires: golang(API) = 1.16
|
BuildRequires: golang(API) = 1.17
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user