SHA256
1
0
forked from pool/podman

Accepting request 604803 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/604803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2018-05-08 11:37:43 +00:00 committed by Git OBS Bridge
parent 08113714bb
commit 9b7d102bda
5 changed files with 26 additions and 7 deletions

View File

@ -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.4.4</param>
<param name="revision">v0.4.4</param>
<param name="versionformat">0.5.1</param>
<param name="revision">v0.5.1</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f05c737cf108831a639701e73718823a1f2e840d24b42849b47d405513c0d40f
size 2277604

3
podman-0.5.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4a971b6f37f2610bee831ee15035f96655f4f2ca129af045357f77dfec4d072
size 2282844

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon May 7 05:42:24 UTC 2018 - vrothberg@suse.com
- Remove runtime dependency on buildah, which isn't required anymore as
libpod vendors in buildah's code directly.
- Changelog for v0.5.1 (2018-05-04):
* Fix pulling from secure registry
* Optionally init() during container restart
* bashcompletion enhancements
* Add directory for systemd socket and service if not present
* varlink containers
* Make podman commit to localhost rather then docker.io
* Do not print unnecessary Buildah details during commit
* Fix podman logout --all flag
* podman should assign a host port to -p when omitted
* libpod.conf: Podman's conmon path on openSUSE
* correct varlink command in service file
* Make ':' a restricted character for file names
-------------------------------------------------------------------
Mon Apr 30 06:53:09 UTC 2018 - vrothberg@suse.com

View File

@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: podman
Version: 0.4.4
Version: 0.5.1
Release: 0
Summary: Debugging tool for pods and images
License: Apache-2.0
@ -45,7 +45,6 @@ BuildRequires: libcontainers-common
BuildRequires: libgpgme-devel
BuildRequires: libseccomp-devel
BuildRequires: golang(API) >= 1.9
Requires: buildah
Requires: cni
Requires: cni-plugins
Requires: cri-o