aboutsummaryrefslogtreecommitdiff
path: root/utils/podman/patches
diff options
context:
space:
mode:
authorOskari Rauta <oskari.rauta@gmail.com>2023-02-13 17:45:32 +0000
committerTianling Shen <cnsztl@gmail.com>2023-02-17 13:14:39 +0800
commit0b4185ab92466c64f1b3ba1f961e12bea0858f1f (patch)
tree3d45f414eab64ee40e037d438600a75a51ed022e /utils/podman/patches
parent5a9979d2433c11a354ddb2ae70adc5e53c145057 (diff)
podman: update 4.4.1
patch refreshed. Changes - Added the podman-systemd.unit man page, which can also be displayed using man quadlet (#17349). - Documented journald identifiers used in the journald backend for the podman events command. Bugfixes - Fixed a bug where the default handling of pids-limit was incorrect. - Fixed a bug where parallel calls to make docs crashed (#17322). - Fixed a regression in the podman kube play command where existing resources got mistakenly removed. Full list of changes: [Release notes](https://github.com/containers/podman/blob/main/RELEASE_NOTES.md) 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.patch4
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 43f62b65a..67317fda3 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
-@@ -200,7 +200,7 @@ GV_SHA=e943b1806d94d387c4c38d96719432d50
+@@ -206,7 +206,7 @@ GV_SHA=aab0ac9367fc5142f5857c36ac2352bcb
default: all
.PHONY: all
@@ -9,7 +9,7 @@
.PHONY: binaries
ifeq ($(shell uname -s),FreeBSD)
-@@ -744,7 +744,7 @@ package-install: package ## Install rpm
+@@ -792,7 +792,7 @@ package-install: package ## Install rpm
/usr/bin/podman info # will catch a broken conmon
.PHONY: install