forked from pool/podman
Accepting request 618922 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/618922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=17
This commit is contained in:
parent
0b8830979f
commit
23aac6a00a
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.6.3</param>
|
||||
<param name="revision">v0.6.3</param>
|
||||
<param name="versionformat">0.6.4</param>
|
||||
<param name="revision">v0.6.4</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f24d7ddc4f424dd83a289771e33cbe67785696e34439e9696896359a59be61b3
|
||||
size 3025548
|
3
podman-0.6.4.tar.xz
Normal file
3
podman-0.6.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:981ae8a5e5e8278f182a21f2a1072fca49488865965fa631c1cdefc906a93a19
|
||||
size 3034180
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 05:58:20 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
- Changelog for v0.6.4 (2018-06-22)
|
||||
* Point podman-refresh at the right manpage
|
||||
* Add bash completions for podman refresh
|
||||
* Add manpages for podman refresh
|
||||
* Add podman refresh command
|
||||
* Add information about the configuration files to the install docs
|
||||
* Add unittests and fix bugs
|
||||
* Podman history now prints out intermediate image IDs
|
||||
* Add cap-add and cap-drop to build man page
|
||||
* Fix image volumes access and mount problems on restart
|
||||
* Add carriage return to log message when using --tty flag
|
||||
* Added --sort to ps
|
||||
* Fix podman build -q
|
||||
* Add extra debug so we can tell apart postdelete hooks
|
||||
* TLS verify is skipped per registry.
|
||||
* Add --all,-a flag to podman images
|
||||
* top: make output tabular
|
||||
* Add more network info ipv4/ipv6 and be more compatible with docker
|
||||
* Do not run iptablesDNS workaround on IPv6 addresses
|
||||
* Added --tls-verify functionality to podman search, with tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 05:46:23 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.6.3
|
||||
Version: 0.6.4
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user