forked from pool/podman
Accepting request 641401 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/641401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=26
This commit is contained in:
parent
81acd94024
commit
a49f39d00d
4
_service
4
_service
@ -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">0.9.3.1</param>
|
||||
<param name="revision">v0.9.3.1</param>
|
||||
<param name="versionformat">0.10.1</param>
|
||||
<param name="revision">v0.10.1</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled">
|
||||
|
3
podman-0.10.1.tar.xz
Normal file
3
podman-0.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9fe5c2952bcc768eaf888c0fbf839d7e07158a79c69fc345f64826fe85e190e
|
||||
size 3282504
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03baf8b21f688e6d30dc4810abe53ba555f7e458b686b196942d3b742ccb5427
|
||||
size 3254512
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 12 06:43:30 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||
|
||||
- Changelog for v0.10.1 (2018-10-11)
|
||||
* Sort all command flags
|
||||
* rootless: detect when user namespaces are not enabled
|
||||
* Log an otherwise ignored error from joining a net ns
|
||||
* Update manpages for --ip flag
|
||||
* Add --ip flag and plumbing into libpod
|
||||
* Document --net as an alias of --network in podman run & create
|
||||
* rootless: report more error messages from the startup phase
|
||||
* rootless: fix an hang on older versions of setresuid/setresgid
|
||||
* fix runlabel functions based on QA feedback
|
||||
* Stop containers in parallel fashion
|
||||
* runlabel: execute /proc/self/exe and avoid recursion
|
||||
* Ensure resolv.conf has the right label and path
|
||||
* completions: add checkpoint/restore completions
|
||||
* Add support to checkpoint/restore containers
|
||||
* selinux: drop superflous relabel
|
||||
* rootless: always set XDG_RUNTIME_DIR
|
||||
* Address review comments and fix ps output
|
||||
* Disable SELinux labeling if --privileged
|
||||
* Implement pod varlink bindings
|
||||
* Add --all flag to podman kill
|
||||
* Add container runlabel command
|
||||
* run complex image names with short names
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 05:51:48 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.9.3.1
|
||||
Version: 0.10.1
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user