docker:remove invalid libcgroup dependencies

(cherry picked from commit 40e5353324d08f405630f329c10f441d3c1f4a49)
This commit is contained in:
zhongjiawei 2023-07-12 09:59:27 +08:00 committed by openeuler-sync-bot
parent 6a47048829
commit c3b88b8cfc
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