forked from pool/podman
Accepting request 621674 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/621674 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=19
This commit is contained in:
parent
83637c883c
commit
b4e2330c81
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.5</param>
|
||||
<param name="revision">v0.6.5</param>
|
||||
<param name="versionformat">0.7.1</param>
|
||||
<param name="revision">v0.7.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e21318e900fcb784bf66b56945c4a8ceaa42f46df8874d016bb3a30602585ade
|
||||
size 3068128
|
3
podman-0.7.1.tar.xz
Normal file
3
podman-0.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cb88b5fe3db4cba094442d34b0becb862c8971e73b97c034e98448d757defa2
|
||||
size 3088196
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 05:47:32 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
- Changelog for v0.7.1 (2018-07-06)
|
||||
* Block use of /proc/acpi from inside containers
|
||||
* Remove per-container CGroup parents
|
||||
* rootless: add /run/user/$UID to the lookup paths
|
||||
* rootless: add function to retrieve the original UID
|
||||
* rootless: always set XDG_RUNTIME_DIR
|
||||
* rootless: set XDG_RUNTIME_DIR also for state and exec
|
||||
* urfave/cli: fix parsing of short opts
|
||||
* docs: Follow man-pages(7) suggestions for SYNOPSIS
|
||||
* Allow multiple mounts
|
||||
|
||||
- re-enable varlink support (build conditional)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 2 05:53:26 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.6.5
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
@ -97,10 +97,10 @@ cd $HOME/go/src/%{project}
|
||||
|
||||
%if 0%{?with_libostree}
|
||||
echo "Compiling with libostree support"
|
||||
export BUILDTAGS="seccomp apparmor"
|
||||
export BUILDTAGS="seccomp apparmor varlink"
|
||||
%else
|
||||
echo "Compiling without libostree support"
|
||||
export BUILDTAGS="seccomp apparmor containers_image_ostree_stub"
|
||||
export BUILDTAGS="seccomp apparmor varlink containers_image_ostree_stub"
|
||||
%endif
|
||||
|
||||
# Build podman
|
||||
|
Loading…
Reference in New Issue
Block a user