forked from pool/libcontainers-common
Accepting request 677418 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/677418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=11
This commit is contained in:
parent
cd570a8a21
commit
613319c8e0
12
_service
12
_service
@ -4,24 +4,24 @@
|
||||
<param name="url">https://github.com/containers/storage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">storage</param>
|
||||
<param name="versionformat"></param>
|
||||
<param name="revision">c57ac62f89f5496ae16a6273554f26301aa188e7</param>
|
||||
<param name="versionformat">1.10</param>
|
||||
<param name="revision">v1.10</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/image.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">image</param>
|
||||
<param name="versionformat"></param>
|
||||
<param name="revision">4b6d9cf918c1e79a605265568c93cb35185ad25d</param>
|
||||
<param name="versionformat">1.3</param>
|
||||
<param name="revision">v1.3</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/libpod.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">libpod</param>
|
||||
<param name="versionformat"></param>
|
||||
<param name="revision">v0.11.1</param>
|
||||
<param name="versionformat">1.0.1</param>
|
||||
<param name="revision">v1.0.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26577e5a9bf7cbf7913223f62aa5c59b2a79842cb0079856e72877b5cea5e51c
|
||||
size 256752
|
||||
oid sha256:70ba9fdab038332421e2a18f5203d34e8373a419c88e25bd7206c086f5d47aca
|
||||
size 249340
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 15:34:54 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Upgrade to storage v1.10
|
||||
* enable parallel blob reads
|
||||
* Teach images to hold multiple manifests
|
||||
* Move structs for storage.conf to pkg/config
|
||||
- Upgrade to libpod v1.0.1
|
||||
* Do not unmarshal into c.config.Spec
|
||||
* spec: add nosuid,noexec,nodev to ro bind mount
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 2 11:07:30 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
# libpodver - version from containers/libpod
|
||||
%define libpodver 1.0.0
|
||||
%define libpodver 1.0.1
|
||||
|
||||
# storagever - version from containers/storage
|
||||
%define storagever 1.8
|
||||
%define storagever 1.10
|
||||
|
||||
# imagever - version from containers/image
|
||||
%define imagever 1.3
|
||||
|
||||
Name: libcontainers-common
|
||||
Version: 20190125
|
||||
Version: 20190219
|
||||
Release: 0
|
||||
Summary: Configuration files common to github.com/containers
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:046e12021a69bd27e07e9ecb8f4bd2e045ef825c16bdf2e5d8ddc46a4a6868f7
|
||||
size 3525980
|
3
libpod-1.0.1.tar.xz
Normal file
3
libpod-1.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba1e566bbeca96ef2134f697eb147f5f12392dad0b8e7789ddeb89e652322501
|
||||
size 3451000
|
3
storage-1.10.tar.xz
Normal file
3
storage-1.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cbc7045cc891a00fcaf42e699bd6c26142a4a8bce0cb92a32556c5266131559
|
||||
size 820276
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6efe2b38ebfc844aef87c93a5e7b25f7e121bfbcfd96edc37d9ffa9a9adc065
|
||||
size 796852
|
Loading…
Reference in New Issue
Block a user