From 6940f9c58a45370e16c805fac83f75db8e9d7bf2 Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Wed, 12 Jul 2023 10:25:53 +0800 Subject: [PATCH] docker:remove invalid libcgroup dependencies --- 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 418cbf8..633fa51 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 + * Tue Jun 27 2023 chenjiankun - 18.09.0-325 - Type:bugfix - CVE:NA diff --git a/git-commit b/git-commit index 9f8649e..b3ea960 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -67cbcd3bf8881fc8434a3e35e778cbe6791e7727 +180dc956d2c83c92a70d6f530220f253142d53b3 -- Gitee