SHA256
1
0
forked from pool/podman

Accepting request 614831 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/614831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2018-06-08 21:17:42 +00:00 committed by Git OBS Bridge
parent 0c005e28b5
commit 586ea34d39
5 changed files with 25 additions and 6 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.5.4</param>
<param name="revision">v0.5.4</param>
<param name="versionformat">0.6.1</param>
<param name="revision">v0.6.1</param>
</service>
<service name="recompress" mode="disabled">

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jun 5 13:36:00 UTC 2018 - vrothberg@suse.com
- Changelog for v0.6.1 (2018-06-01)
* Fix lable handling
* runtime: add /usr/libexec/podman/conmon to the conmon paths
* varlink build
* Add OnBuild support for podman build
* return all inspect info for varlink containerinspect
* hooks/exec: Allow successful reaps for 0s post-kill timeouts
* fix panic with podman pull
* Remove --net flag and make it an alias for --network
* Clear all caps, except the bounding set, when --user is specified.
* do not allow port related args to be used with --network=container:
* sort containers and images by create time
* Cleanup man pages
-------------------------------------------------------------------
Tue May 29 12:35:47 UTC 2018 - parlt@suse.com

View File

@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: podman
Version: 0.5.4
Version: 0.6.1
Release: 0
Summary: Debugging tool for pods and images
License: Apache-2.0
@ -104,6 +104,8 @@ export BUILDTAGS="seccomp apparmor containers_image_ostree_stub"
%endif
# Build podman
go generate ./cmd/podman/varlink/...
go build -tags "$BUILDTAGS" \
-i -ldflags '-s -w -X main.podmanVersion=%{version}' \
-o bin/podman \