From 3fa184fafdba8a098b5acdd227369aea98e1badf Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Thu, 13 Jun 2024 16:34:54 +0800 Subject: [PATCH] docker:modify runc rpm package name to runc --- VERSION-vendor | 2 +- docker.spec | 10 ++++++++-- git-commit | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/VERSION-vendor b/VERSION-vendor index 666a0bb..48ca1c7 100644 --- a/VERSION-vendor +++ b/VERSION-vendor @@ -1 +1 @@ -18.09.0.335 +18.09.0.336 diff --git a/docker.spec b/docker.spec index b6e209b..ee81808 100644 --- a/docker.spec +++ b/docker.spec @@ -1,6 +1,6 @@ Name: docker-engine Version: 18.09.0 -Release: 335 +Release: 336 Epoch: 2 Summary: The open-source application container engine Group: Tools/Docker @@ -22,7 +22,7 @@ URL: https://mobyproject.org # most are already in the container (see contrib/builder/rpm/ARCH/generate.sh) BuildRequires: pkgconfig(systemd) golang >= 1.8.3 btrfs-progs-devel device-mapper-devel glibc-static libseccomp-devel BuildRequires: libselinux-devel libtool-ltdl-devel pkgconfig selinux-policy selinux-policy-devel sqlite-devel systemd-devel -BuildRequires: tar containerd docker-runc docker-proxy git +BuildRequires: tar containerd runc docker-proxy git # required packages on install Requires: /bin/sh iptables tar xz device-mapper-libs >= 1.02.90-1 systemd-units @@ -213,6 +213,12 @@ fi %endif %changelog +* Thu Jun 13 2024 zhongjiawei - 18.09.0-336 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:modify runc rpm package name to runc + * Wed May 08 2024 chenjiankun - 18.09.0-335 - Type:CVE - CVE:CVE-2024-32473 diff --git a/git-commit b/git-commit index 039776e..d2bb213 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -4ca0e267ad268d13264a7d191f69d163410352cf +4675816506f3dff800eea181d86ae6a0ff6e69af -- Gitee