forked from pool/podman
Accepting request 677420 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/677420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=38
This commit is contained in:
parent
3a94c1ec3d
commit
31ce80db64
6
_service
6
_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">1.0.0</param>
|
||||
<param name="revision">v1.0.0</param>
|
||||
<param name="versionformat">1.0.1</param>
|
||||
<param name="revision">v1.0.1</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled">
|
||||
@ -17,7 +17,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">conmon</param>
|
||||
<param name="versionformat">1.13.0</param>
|
||||
<param name="revision">v1.13.0</param>
|
||||
<param name="revision">825baaafb651a3b01fbc01c0bc9be945196a3ee5</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fafa0bcdbabdad1a78aced77c072d71249e52a9f15d57d4d6ad9d0a9351fd28d
|
||||
size 3654876
|
||||
oid sha256:5c784c33f54b736626cad7c4b2d4c28191968326dc33a6c445e79835175e3fe2
|
||||
size 7078796
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a68eb431257f0f3408236fe5f00c72fe3a563b37f97407d3443875f7d7d1424
|
||||
size 3449692
|
3
podman-1.0.1.tar.xz
Normal file
3
podman-1.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28ce1d810e2dce02402e6a809552d9769c079a0f748c18a62d23abd8f16ea639
|
||||
size 3450696
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 15:35:30 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Upgrade to v1.0.1
|
||||
* rootless: join both userns and mount namespace with --pod
|
||||
* rootless: create the userns immediately when creating a new pod
|
||||
* Preserve exited state across reboot
|
||||
* podman image prune -- implement all flag
|
||||
* Add varlink support for prune
|
||||
* Make --quiet work in podman create/run
|
||||
* rootless: fix --pid=host without --privileged
|
||||
* podman-inspect: don't ignore errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 22:57:51 UTC 2019 - Duncan Mac-Vicar <dmacvicar@suse.de>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user