SHA256
1
0
forked from pool/containerd

Accepting request 1183219 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1183219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=68
This commit is contained in:
Ana Guerrero 2024-06-28 13:46:39 +00:00 committed by Git OBS Bridge
commit 02fd7a9522
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 24 10:12:35 UTC 2024 - Dan Čermák <dcermak@suse.com>
- Revert noarch for devel subpackage for SLE 15
Switching to noarch causes issues on SLES maintenance updates, reverting it
fixes our image builds
-------------------------------------------------------------------
Wed May 22 19:31:04 UTC 2024 - Aleksa Sarai <asarai@suse.com>
@ -67,7 +75,11 @@ Mon Dec 4 08:44:40 UTC 2023 - Aleksa Sarai <asarai@suse.com>
Fri Oct 27 21:13:23 UTC 2023 - Aleksa Sarai <asarai@suse.com>
- Update to containerd v1.7.8. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.7.8> bsc#1200528
<https://github.com/containerd/containerd/releases/tag/v1.7.8>
Includes fixes for:
- CVE-2022-1996 bsc#1200528
- Rebase patches:
* 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

View File

@ -89,7 +89,10 @@ separately from Docker.
Summary: Source code for containerd
Group: Development/Libraries/Go
Requires: %{name} = %{version}
# cannot switch to noarch on SLE as that breaks maintenance updates
%if 0%{?suse_version} > 1500
BuildArch: noarch
%endif
%description devel
This package contains the source code needed for building packages that