From 1bcaf75f0bf404fd6109978b303b8ee099eba86d Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Fri, 17 Nov 2023 10:47:36 +0800 Subject: [PATCH] docker:modify runc rpm package name from docker-runc 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 68ceae5..17f39fc 100644 --- a/VERSION-vendor +++ b/VERSION-vendor @@ -1 +1 @@ -18.09.0.331 +18.09.0.332 diff --git a/docker.spec b/docker.spec index 8e3b7e9..176bc1a 100644 --- a/docker.spec +++ b/docker.spec @@ -1,6 +1,6 @@ Name: docker-engine Version: 18.09.0 -Release: 331 +Release: 332 Epoch: 2 Summary: The open-source application container engine Group: Tools/Docker @@ -26,7 +26,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 @@ -229,6 +229,12 @@ fi %endif %changelog +* Fri Nov 17 2023 zhongjiawei - 2:18.09.0-332 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:modify runc rpm package name to runc + * Thu Oct 12 2023 zhongjiawei - 18.09.0-331 - Type:bugfix - CVE:NA diff --git a/git-commit b/git-commit index ceb79cb..bbed593 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -27990572a4a6368c387a04649493a8a41bf26d57 +9942888bfef38caf57c544280f99648ea33fc7f6 -- Gitee