SHA256
1
0
forked from pool/podman

Accepting request 616057 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/616057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=15
This commit is contained in:
Yuchen Lin 2018-06-13 13:39:50 +00:00 committed by Git OBS Bridge
parent 586ea34d39
commit d52052a852
5 changed files with 28 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.6.1</param>
<param name="revision">v0.6.1</param>
<param name="versionformat">0.6.2</param>
<param name="revision">v0.6.2</param>
</service>
<service name="recompress" mode="disabled">

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jun 11 06:22:30 UTC 2018 - vrothberg@suse.com
- Changelog for v0.6.2 (2018-06-08)
* Vendor in latest buildah code
* Update epoch to fix validation problems
* Touch up whitespace issue in build man
* Add disable-content flag info to man page for build
* podman-run: clean up some formatting issues
* Remove SELinux transition rule after conmon is started.
* Add --all flag even though it is a noop so scripts will work
* podman-varlink: log timeouts
* bash completion: remove shebang
* Vendor in latest containers/storage
-------------------------------------------------------------------
Fri Jun 8 14:26:33 UTC 2018 - dcassany@suse.com
- Make use of %license macro
-------------------------------------------------------------------
Tue Jun 5 13:36:00 UTC 2018 - vrothberg@suse.com

View File

@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: podman
Version: 0.6.1
Version: 0.6.2
Release: 0
Summary: Debugging tool for pods and images
License: Apache-2.0
@ -149,8 +149,10 @@ install -D -m 0644 completions/bash/podman %{buildroot}/%{_sysconfdir}/bash_comp
%{_datadir}/containers/libpod.conf
# Completion
%config %{_sysconfdir}/bash_completion.d/podman
%license LICENSE
%files cni-config
%config %{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
%license LICENSE
%changelog