Browse code

docker: add iptables to docker-engine requires

Change-Id: Ic70fc5369231896ee6d2a8b95004905cee2752dd
Signed-off-by: Shreenidhi Shedi <shreenidhi.shedi@broadcom.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/23629
Tested-by: gerrit-photon <photon-checkins@vmware.com>

Shreenidhi Shedi authored on 2024/03/29 19:49:46
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
 Summary:        Docker
14 14
 Name:           docker
15 15
 Version:        24.0.5
16
-Release:        4%{?dist}
16
+Release:        5%{?dist}
17 17
 License:        ASL 2.0
18 18
 URL:            http://docs.docker.com
19 19
 Group:          Applications/File
... ...
@@ -72,6 +72,7 @@ Requires:       systemd
72 72
 Requires:       containerd
73 73
 # 20.10 uses containerd v2 shim by default
74 74
 Requires:       /usr/bin/containerd-shim-runc-v2
75
+Requires:       iptables
75 76
 
76 77
 %description    engine
77 78
 Docker is an open source project to build, ship and run any application as a lightweight container.
... ...
@@ -320,6 +321,8 @@ rm -rf %{buildroot}/*
320 320
 %{_bindir}/dockerd-rootless-setuptool.sh
321 321
 
322 322
 %changelog
323
+* Fri Mar 29 2024 Shreenidhi Shedi <shreenidhi.shedi@broadcom.com> 24.0.5-5
324
+- Add iptables to docker-engine requires
323 325
 * Tue Nov 21 2023 Piyush Gupta <gpiyush@vmware.com> 24.0.5-4
324 326
 - Bump up version to compile with new go
325 327
 * Wed Oct 11 2023 Piyush Gupta <gpiyush@vmware.com> 24.0.5-3