Accepting request 1130663 from home:danishprakash:branches:devel:microos
New release 20231204 OBS-URL: https://build.opensuse.org/request/show/1130663 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=30
This commit is contained in:
parent
65cedf8ce4
commit
f064290537
6
_service
6
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/containers/storage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">storage</param>
|
||||
<param name="revision">v1.50.2</param>
|
||||
<param name="revision">v1.51.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
@ -11,7 +11,7 @@
|
||||
<param name="url">https://github.com/containers/image.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">image</param>
|
||||
<param name="revision">v5.28.0</param>
|
||||
<param name="revision">v5.29.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
@ -19,7 +19,7 @@
|
||||
<param name="url">https://github.com/containers/common.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">common</param>
|
||||
<param name="revision">v0.55.4</param>
|
||||
<param name="revision">v0.57.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f100a021a51a6225404a181584687a71271a8d8980c253ffd248a49fe5b3f50c
|
||||
size 5991544
|
3
common-0.57.0.tar.xz
Normal file
3
common-0.57.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53096ec983561ccd71dc31eb0ea235ced5d8dfdcad710c0c3cea693c549de45f
|
||||
size 7898448
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aebd797654e1578cedfa785632c45132e2b245a068a3aa878e23e72644265d77
|
||||
size 465448
|
3
image-5.29.0.tar.xz
Normal file
3
image-5.29.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93f06925270aa3f8ad1b3af018b67b9c7351d0104e7e051db191eae710af33f7
|
||||
size 480464
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 07:12:17 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- New release 20231204
|
||||
- bump c/common to 0.57.0
|
||||
* Bump to v0.56.0 by
|
||||
* Fix typo in comment
|
||||
* fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
|
||||
* Fix specification of unix:///run
|
||||
* libimage/layer_tree: if parent is empty and a manifest list then ignore check.
|
||||
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1
|
||||
* Split up util package into pkg/password, pkg/copy, pkg/version
|
||||
* Remove ActiveDestination method to move into podman
|
||||
* Default machine CPUs to Cores/2
|
||||
* pkg/config: do NOT set StaticDir and VolumeDir
|
||||
* Implement negated label match function
|
||||
* chore: import packages only once
|
||||
* CoC: fix email link
|
||||
- bump c/storage to 1.51.0
|
||||
* Bump to v1.50.2
|
||||
* overlay, composefs: mount loop device RO
|
||||
* Run codespell on code
|
||||
* fix(deps): update module github.com/klauspost/compress to v1.17.0
|
||||
* store: serialize container deletion
|
||||
* pkg/system: reduce retry timeout for EnsureRemoveAll
|
||||
* overlay, composefs: use data-only lower layers
|
||||
* store: call RecordWrite() before graphDriver Cleanup()
|
||||
* fix(deps): update module golang.org/x/sys to v0.13.0
|
||||
- bump c/image to 5.29.0
|
||||
* Bump to v5.28.0
|
||||
* fix(deps): update module github.com/containers/storage to v1.50.2
|
||||
* Run codespell on code
|
||||
* fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
|
||||
* Use constants and types from opencontainers/image-spec/specs-go/v1
|
||||
* progress: set Current before Refill
|
||||
* copy: fix nil pointer dereference when checking compression algorithm
|
||||
* fix(deps): update module github.com/klauspost/compress to v1.17.0
|
||||
* fix(deps): update module github.com/sylabs/sif/v2 to v2.14.0
|
||||
* ociarchive: Add new ArchiveFileNotFoundError
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 12:48:43 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
|
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
# commonver - version from containers/common
|
||||
%define commonver 0.55.4
|
||||
%define commonver 0.57.0
|
||||
# storagever - version from containers/storage
|
||||
%define storagever 1.50.2
|
||||
%define storagever 1.51.0
|
||||
# imagever - version from containers/image
|
||||
%define imagever 5.28.0
|
||||
%define imagever 5.29.0
|
||||
# skopeover - version from containers/skopeo
|
||||
%define skopeover 1.13.3
|
||||
%define skopeover 1.14.0
|
||||
# https://github.com/containers/shortnames
|
||||
%define shortnamesver 2023.02.20
|
||||
Name: libcontainers-common
|
||||
Version: 20230913
|
||||
Version: 20231204
|
||||
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:5ce8967a45372785c3e680d7a3150cc868da06d05eddaefa56c6b3f97eb0f8ba
|
||||
size 2286312
|
BIN
storage-1.51.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
storage-1.51.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user