Accepting request 798807 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/798807 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=62
This commit is contained in:
parent
b322f97904
commit
e610415191
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.0</param>
|
<param name="versionformat">1.9.1</param>
|
||||||
<param name="revision">v1.9.0</param>
|
<param name="revision">v1.9.1</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:0a59775bbc849bf47990ac741d58954f0c69d2f44fd741562dbf1c264a26bb69
|
|
||||||
size 5086652
|
|
3
podman-1.9.1.tar.xz
Normal file
3
podman-1.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e840bbd4fe53c16dd6d545fe7f5c0912e0c474ac3f53558b363aaed3e7f451cb
|
||||||
|
size 5076872
|
@ -1,8 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 29 06:34:51 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Update podman to v1.9.1:
|
||||||
|
* Bugfixes
|
||||||
|
- Fixed a bug where healthchecks could become nonfunctional if
|
||||||
|
container log paths were manually set with --log-path and
|
||||||
|
multiple container logs were placed in the same directory
|
||||||
|
- Fixed a bug where rootless Podman could, when using an older
|
||||||
|
libpod.conf, print numerous warning messages about an invalid
|
||||||
|
CGroup manager config
|
||||||
|
- Fixed a bug where rootless Podman would sometimes fail to
|
||||||
|
close the rootless user namespace when joining it
|
||||||
|
* Misc
|
||||||
|
- Updated containers/common to v0.8.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 16 06:33:21 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
Thu Apr 16 06:33:21 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
- Switched to simple `make binaries` for building podman
|
- Switched to simple `make binaries` for building podman
|
||||||
- Update podman to v1.8.2:
|
- Update podman to v1.9.0:
|
||||||
* Features
|
* Features
|
||||||
- Experimental support has been added for podman run
|
- Experimental support has been added for podman run
|
||||||
--userns=auto, which automatically allocates a unique UID and
|
--userns=auto, which automatically allocates a unique UID and
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 1.9.0
|
Version: 1.9.1
|
||||||
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