From 8c406e8a1704ded734b85e6f6f6a93913056f2ecad5c5899c58c04748c3fd8d8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 23 Mar 2020 11:49:28 +0000 Subject: [PATCH] Accepting request 786757 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/786757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=58 --- _service | 4 ++-- podman-1.8.1.tar.xz | 3 --- podman-1.8.2.tar.xz | 3 +++ podman.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ podman.spec | 2 +- 5 files changed, 49 insertions(+), 6 deletions(-) delete mode 100644 podman-1.8.1.tar.xz create mode 100644 podman-1.8.2.tar.xz diff --git a/_service b/_service index 6b6bfa0..54381c3 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/libpod.git git podman -1.8.1 -v1.8.1 +1.8.2 +v1.8.2 diff --git a/podman-1.8.1.tar.xz b/podman-1.8.1.tar.xz deleted file mode 100644 index 25a4253..0000000 --- a/podman-1.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df658f581ab9c37ec8540a78e239fdbff2c058682dfef7612f49acbee60b5cc7 -size 4969936 diff --git a/podman-1.8.2.tar.xz b/podman-1.8.2.tar.xz new file mode 100644 index 0000000..562e7cd --- /dev/null +++ b/podman-1.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe10950c1adf1ff2a21aabc25fd363f25947d682c29e8b95ed259f4c3364019 +size 22142916 diff --git a/podman.changes b/podman.changes index 8cb2ea9..59ad2df 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Mar 20 07:56:22 UTC 2020 - Sascha Grunert + +- Update podman to v1.8.2: + * Features + - Initial support for automatically updating containers managed + via Systemd unit files has been merged. This allows + containers to automatically upgrade if a newer version of + their image becomes available + * Bugfixes + - Fixed a bug where unit files generated by podman generate + systemd --new would not force containers to detach, causing + the unit to time out when trying to start + - Fixed a bug where podman system reset could delete important + system directories if run as rootless on installations + created by older Podman (#4831) + - Fixed a bug where image built by podman build would not + properly set the OS and Architecture they were built with + (#5503) + - Fixed a bug where attached podman run with --sig-proxy + enabled (the default), when built with Go 1.14, would + repeatedly send signal 23 to the process in the container and + could generate errors when the container stopped (#5483) + - Fixed a bug where rootless podman run commands could hang + when forwarding ports + - Fixed a bug where rootless Podman would not work when /proc + was mounted with the hidepid option set + - Fixed a bug where the podman system service command would use + large amounts of CPU when --timeout was set to 0 (#5531) + * HTTP API + - Initial support for Libpod endpoints related to creating and + operating on image manifest lists has been added + - The Libpod Healthcheck and Events API endpoints are now + supported + - The Swagger endpoint can now handle cases where no Swagger + documentation has been generated + * Misc + - Updated Buildah to v1.14.3 + - Updated containers/storage to v1.16.5 + - Several performance improvements have been made to creating + containers, which should somewhat improve the performance of + podman create and podman run + ------------------------------------------------------------------- Thu Mar 12 07:36:52 UTC 2020 - Sascha Grunert diff --git a/podman.spec b/podman.spec index 072f257..6feae32 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0