forked from pool/podman
Accepting request 627731 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/627731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=22
This commit is contained in:
parent
eddbc6a0df
commit
ccee6ed292
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/projectatomic/libpod.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">podman</param>
|
||||
<param name="versionformat">0.7.4</param>
|
||||
<param name="revision">v0.7.4</param>
|
||||
<param name="versionformat">0.8.1</param>
|
||||
<param name="revision">v0.8.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9648f4bc051456389e9d6cf0e92262d843566bb654230617e1536fc60d220cb1
|
||||
size 3157452
|
3
podman-0.8.1.tar.xz
Normal file
3
podman-0.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea3f94a0c6a3ce4ae3b820d44456fb8f5379b4e512b50a34524ef8c4263f0583
|
||||
size 3181528
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 06:27:09 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
- Changelog for v0.8.1 (2018-08-03)
|
||||
* Added ps --pod option
|
||||
* clarify pull error message
|
||||
* Man page fixes found by https://pagure.io/ManualPageScan
|
||||
* rootless: do not segfault if the parent already died
|
||||
* Document the properties of DefaultTransport a bit better.
|
||||
* Add --force to podman umount to force the unmounting of the rootfs
|
||||
* network: add support for rootless network with slirp4netns
|
||||
* Add documentations on how to setup /etc/subuid and /etc/subgid
|
||||
* podman rmi shouldn't delete named referenced images
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 05:45:52 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.7.4
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user