Accepting request 679865 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/679865 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=12
This commit is contained in:
parent
613319c8e0
commit
c6ab17e05a
4
_service
4
_service
@ -20,8 +20,8 @@
|
|||||||
<param name="url">https://github.com/containers/libpod.git</param>
|
<param name="url">https://github.com/containers/libpod.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">libpod</param>
|
<param name="filename">libpod</param>
|
||||||
<param name="versionformat">1.0.1</param>
|
<param name="versionformat">1.1.0</param>
|
||||||
<param name="revision">v1.0.1</param>
|
<param name="revision">v1.1.0</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 27 14:51:55 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- Update to libpod v1.1.0
|
||||||
|
* Rootless Podman can now forward ports into containers (using the same -p and -P flags as root Podman)
|
||||||
|
* Rootless Podman will now pull some configuration options (for example, OCI runtime path) from the default root libpod.conf if they are not explicitly set in the user's own libpod.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 19 15:34:54 UTC 2019 - Richard Brown <rbrown@suse.com>
|
Tue Feb 19 15:34:54 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# libpodver - version from containers/libpod
|
# libpodver - version from containers/libpod
|
||||||
%define libpodver 1.0.1
|
%define libpodver 1.1.0
|
||||||
|
|
||||||
# storagever - version from containers/storage
|
# storagever - version from containers/storage
|
||||||
%define storagever 1.10
|
%define storagever 1.10
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba1e566bbeca96ef2134f697eb147f5f12392dad0b8e7789ddeb89e652322501
|
|
||||||
size 3451000
|
|
3
libpod-1.1.0.tar.xz
Normal file
3
libpod-1.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60e6b6601f1c28c546e27246e870c6b29550bd821854cfa3ad5f51d5bb6d9656
|
||||||
|
size 4237568
|
Loading…
Reference in New Issue
Block a user