From ce218510068bf3ad0b372d637dfb11ef591f1dc45a307e8687ed38744a7f79e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 6 Dec 2023 08:22:26 +0000 Subject: [PATCH] Accepting request 1131255 from home:danishprakash:branches:devel:microos Update to version 4.8.1 OBS-URL: https://build.opensuse.org/request/show/1131255 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=40 --- _service | 2 +- _servicedata | 2 +- podman-4.8.0.tar.xz | 3 --- podman-4.8.1.tar.xz | 3 +++ podman.changes | 19 +++++++++++++++++++ podman.spec | 2 +- 6 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 podman-4.8.0.tar.xz create mode 100644 podman-4.8.1.tar.xz diff --git a/_service b/_service index 6b524d6..8194265 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containers/podman.git git - v4.8.0 + v4.8.1 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index eef2fb3..698a9a9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/podman.git - c4dfcf14874479e34b3f312f089fc5840e306258 \ No newline at end of file + ef6e5ac40302770027e7598ee09d177454adcd2f \ No newline at end of file diff --git a/podman-4.8.0.tar.xz b/podman-4.8.0.tar.xz deleted file mode 100644 index 6c8ba52..0000000 --- a/podman-4.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30676ccfcf1eb1d882210d7ee435d4bdde2182e8ff1ca619f055d43851762009 -size 13430400 diff --git a/podman-4.8.1.tar.xz b/podman-4.8.1.tar.xz new file mode 100644 index 0000000..1df3e12 --- /dev/null +++ b/podman-4.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5a4d3f1863d50d55752e921aaf8c9c3d17264480eccb36fedb5b089ce392e3 +size 13431816 diff --git a/podman.changes b/podman.changes index 0c79201..12bdc39 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Dec 06 06:02:02 UTC 2023 - danish.prakash@suse.com + +- Update to version 4.8.1: + * v4.8.1 + * Update RELEASE_NOTES.md for v4.8.1 + * Handle symlinks when checking DB vs runtime configs + * libpod: Detect whether we have a private UTS namespace on FreeBSD + * pkg/bindings: add new APIVersionError error type + * fix podman-remote exec regression with v4.8 + * sqlite: fix issue in ValidateDBConfig() + * sqlite: fix missing Commit() in RemovePodContainers() + * sqlite: set busy timeout to 100s + * Fix locking error in WSL machine rm -f + * Gating test fixes + * If API calls for kube play --replace, then replace pod + * Fix wsl.conf generation when user-mode-networking is disabled + * Bump to v4.8.1-dev + ------------------------------------------------------------------- Tue Nov 28 05:56:48 UTC 2023 - danish.prakash@suse.com diff --git a/podman.spec b/podman.spec index 4c1dc22..35b208d 100644 --- a/podman.spec +++ b/podman.spec @@ -19,7 +19,7 @@ %{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d} %define project github.com/containers/podman Name: podman -Version: 4.8.0 +Version: 4.8.1 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0