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:
parent
e610415191
commit
c08ac6d17a
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/containers/libpod.git</param>
|
<param name="url">https://github.com/containers/libpod.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">podman</param>
|
<param name="filename">podman</param>
|
||||||
<param name="versionformat">1.9.1</param>
|
<param name="versionformat">1.9.3</param>
|
||||||
<param name="revision">v1.9.1</param>
|
<param name="revision">v1.9.3</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
|
@ -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
3
podman-1.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d252cfafee47db2fcaccbc4c0e168bf1d026a5398fb2133afecbc335bb38d947
|
||||||
|
size 5081016
|
@ -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>
|
Wed Apr 29 06:34:51 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 1.9.1
|
Version: 1.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon-less container engine for managing containers, pods and images
|
Summary: Daemon-less container engine for managing containers, pods and images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user