Accepting request 808742 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/808742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=63
This commit is contained in:
Yuchen Lin 2020-05-28 07:10:33 +00:00 committed by Git OBS Bridge
parent e610415191
commit c08ac6d17a
5 changed files with 26 additions and 6 deletions

View File

@ -4,8 +4,8 @@
<param name="url">https://github.com/containers/libpod.git</param>
<param name="scm">git</param>
<param name="filename">podman</param>
<param name="versionformat">1.9.1</param>
<param name="revision">v1.9.1</param>
<param name="versionformat">1.9.3</param>
<param name="revision">v1.9.3</param>
</service>
<service name="set_version" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e840bbd4fe53c16dd6d545fe7f5c0912e0c474ac3f53558b363aaed3e7f451cb
size 5076872

3
podman-1.9.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d252cfafee47db2fcaccbc4c0e168bf1d026a5398fb2133afecbc335bb38d947
size 5081016

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon May 25 11:32:32 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to podman v1.9.3:
* Fixed a bug where, on FIPS enabled hosts, FIPS mode secrets
were not properly mounted into containers
* Fixed a bug where builds run over Varlink would hang
* Fixed a bug where podman save would fail when the target
image was specified by digest
* Fixed a bug where rootless containers with ports forwarded to them
could panic and dump core due to a concurrency issue (#6018)
* Fixed a bug where rootless Podman could race when opening the
rootless user namespace, resulting in commands failing to run
* Fixed a bug where HTTP proxy environment variables forwarded into
the container by the --http-proxy flag could not be overridden by --env or --env-file
* Fixed a bug where rootless Podman was setting resource limits on cgroups
v2 systems that were not using systemd-managed cgroups
(and thus did not support resource limits), resulting in containers failing to start
-------------------------------------------------------------------
Wed Apr 29 06:34:51 UTC 2020 - Sascha Grunert <sgrunert@suse.com>

View File

@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: podman
Version: 1.9.1
Version: 1.9.3
Release: 0
Summary: Daemon-less container engine for managing containers, pods and images
License: Apache-2.0