!244 [sync] PR-226: docker:remove invalid libcgroup dependencies

From: @openeuler-sync-bot 
Reviewed-by: @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2023-08-03 07:45:32 +00:00 committed by Gitee
commit 8feeb9f719
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
18.09.0.256
18.09.0.257

View File

@ -1,6 +1,6 @@
Name: docker-engine
Version: 18.09.0
Release: 256
Release: 257
Epoch: 1
Summary: The open-source application container engine
Group: Tools/Docker
@ -20,7 +20,7 @@ BuildRequires: libselinux-devel libtool-ltdl-devel pkgconfig selinux-policy seli
BuildRequires: tar containerd docker-runc docker-proxy
# 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
@ -199,6 +199,12 @@ fi
%endif
%changelog
* Wed Jul 12 2023 zhongjiawei<zhongjiawei1@huawei.com> - 18.09.0-257
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:remove invalid libcgroup dependencies
* Tue Jun 27 2023 chenjiankun<chenjiankun1@huawei.com> - 18.09.0-256
- Type:bugfix
- CVE:NA