diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2023-05-12 09:20:47 +0300 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-05-14 18:52:45 +0800 |
commit | f95cd0b3873df94e062303e0396802a2b72837de (patch) | |
tree | 4225ab2a7b19e1398fccd803f371e25cc2495b47 /utils/podman/patches | |
parent | 9c1aee4ec16b47c0d272519224f10d93c3a88a12 (diff) |
podman: update to 4.5.0
- added btrfs-tools as a build depency
- switch from cni networking to recommended new standard, netavark.
- drop iptables config option (netavark handles that now)
- patch refreshed
List of changes: https://github.com/containers/podman/releases
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'utils/podman/patches')
-rw-r--r-- | utils/podman/patches/010-do-not-build-docs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/podman/patches/010-do-not-build-docs.patch b/utils/podman/patches/010-do-not-build-docs.patch index 6f77e1b87..e67810052 100644 --- a/utils/podman/patches/010-do-not-build-docs.patch +++ b/utils/podman/patches/010-do-not-build-docs.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -206,7 +206,7 @@ GV_SHA=aab0ac9367fc5142f5857c36ac2352bcb +@@ -209,7 +209,7 @@ GV_SHA=aab0ac9367fc5142f5857c36ac2352bcb default: all .PHONY: all @@ -9,7 +9,7 @@ .PHONY: binaries ifeq ($(shell uname -s),FreeBSD) -@@ -797,7 +797,7 @@ package-install: package ## Install rpm +@@ -790,7 +790,7 @@ package-install: package ## Install rpm /usr/bin/podman info # will catch a broken conmon .PHONY: install |