Accepting request 1226954 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1226954 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=148
This commit is contained in:
commit
a43118a5d8
@ -585,6 +585,13 @@ Thu Oct 24 07:57:00 UTC 2024 - madhankumar.chellamuthu@suse.com
|
||||
* 0001-Properly-validate-cache-IDs-and-sources.patch (merged upstream)
|
||||
* 0002-Use-securejoin.SecureJoin-when-forming-userns-paths.patch (merged upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 12:03:33 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
- Remove iptables requirements (bsc#1231424)
|
||||
* Move requirement to cni-plugins
|
||||
* Move iptables kernel module requirement to cni-plugins and netavark
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 06:20:05 UTC 2024 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
|
@ -1,8 +1,2 @@
|
||||
# Load br_netfilter module at boot
|
||||
br_netfilter
|
||||
# A rootless user has no permsissions to load iptables modules and these are not loaded by default.
|
||||
# netarvark defaults to iptables, but it will soon default to nftables.
|
||||
# CNI defaults to iptables.
|
||||
# If iptables is using nftables as a backend this might not be needed.
|
||||
ip_tables
|
||||
ip6_tables
|
||||
|
@ -62,7 +62,6 @@ Recommends: gvisor-tap-vsock
|
||||
Requires: catatonit >= 0.1.7
|
||||
Requires: conmon >= 2.0.24
|
||||
Requires: fuse-overlayfs
|
||||
Requires: iptables
|
||||
Requires: libcontainers-common >= 20230214
|
||||
%if 0%{?sle_version} && 0%{?sle_version} <= 150500
|
||||
# Build podman with CNI support for SLE-15-SP5 and lower
|
||||
|
Loading…
Reference in New Issue
Block a user