From fe3c8d3d8f39ea74876cf3b086f3f02073610ccb Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Wed, 12 Jul 2023 11:39:01 +0800 Subject: [PATCH] docker:remove invalid libcgroup dependencies (cherry picked from commit 1beb1da2dec04756909fcd97cd558adc888d74a0) --- 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 64cf6b5..e2b32f2 100644 --- a/VERSION-vendor +++ b/VERSION-vendor @@ -1 +1 @@ -18.09.0.325 +18.09.0.326 diff --git a/docker.spec b/docker.spec index d63bea2..d1be58c 100644 --- a/docker.spec +++ b/docker.spec @@ -1,6 +1,6 @@ Name: docker-engine Version: 18.09.0 -Release: 325 +Release: 326 Epoch: 2 Summary: The open-source application container engine Group: Tools/Docker @@ -27,7 +27,7 @@ BuildRequires: libselinux-devel libtool-ltdl-devel pkgconfig selinux-policy seli BuildRequires: tar containerd docker-runc docker-proxy git # required packages on install -Requires: /bin/sh iptables libcgroup tar xz device-mapper-libs >= 1.02.90-1 systemd-units +Requires: /bin/sh iptables tar xz device-mapper-libs >= 1.02.90-1 systemd-units # conflicting packages Provides: docker @@ -227,6 +227,12 @@ fi %endif %changelog +* Wed Jul 12 2023 zhongjiawei - 18.09.0-326 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove invalid libcgroup dependencies + * Thu Jun 08 2023 zhongjiawei - 18.09.0-325 - Type:bugfix - CVE:NA diff --git a/git-commit b/git-commit index 97e5d80..52bad1d 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -ce4ae23a52aee1c40e40e1f626e4aa0bfee39483 +4fed8ce19beefe47c1d651968f997daa283a4e60 -- Gitee