Accepting request 456113 from home:cyphar:containers

- Update to umoci v0.1.0. Upstream changelog:
	* `CHANGELOG.md` has now been added. openSUSE/umoci#76
	* `umoci` now supports `v1.0.0-rc4` images, which has made fairly minimal
	  changes to the schema (mainly related to `mediaType`s). While this change
	  **is** backwards compatible (several fields were removed from the schema, but
	  the specification allows for "additional fields"), tools using older versions
	  of the specification may fail to operate on newer OCI images. There was no UX
	  change associated with this update.
	* `umoci tag` would fail to clobber existing tags, which was in contrast to how
	  the rest of the tag clobbering commands operated. This has been fixed and is
	  now consistent with the other commands. openSUSE/umoci#78
	* `umoci repack` now can correctly handle unicode-encoded filenames, allowing
	  the creation of containers that have oddly named files. This required fixes
	  to go-mtree (where the issue was). openSUSE/umoci#80

OBS-URL: https://build.opensuse.org/request/show/456113
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=8
This commit is contained in:
Miquel Sabate Sola 2017-02-12 10:56:37 +00:00 committed by Git OBS Bridge
parent 1e16d7ae61
commit 8aaef72c71
5 changed files with 27 additions and 6 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/openSUSE/umoci</param> <param name="url">https://github.com/openSUSE/umoci</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="filename">umoci</param> <param name="filename">umoci</param>
<param name="versionformat">0.0.0</param> <param name="versionformat">0.1.0</param>
<param name="revision">v0.0.0</param> <param name="revision">v0.1.0</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

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

3
umoci-0.1.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Feb 10 18:03:27 UTC 2017 - asarai@suse.com
- Update to umoci v0.1.0. Upstream changelog:
* `CHANGELOG.md` has now been added. openSUSE/umoci#76
* `umoci` now supports `v1.0.0-rc4` images, which has made fairly minimal
changes to the schema (mainly related to `mediaType`s). While this change
**is** backwards compatible (several fields were removed from the schema, but
the specification allows for "additional fields"), tools using older versions
of the specification may fail to operate on newer OCI images. There was no UX
change associated with this update.
* `umoci tag` would fail to clobber existing tags, which was in contrast to how
the rest of the tag clobbering commands operated. This has been fixed and is
now consistent with the other commands. openSUSE/umoci#78
* `umoci repack` now can correctly handle unicode-encoded filenames, allowing
the creation of containers that have oddly named files. This required fixes
to go-mtree (where the issue was). openSUSE/umoci#80
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 7 22:25:56 UTC 2017 - jengelh@inai.de Tue Feb 7 22:25:56 UTC 2017 - jengelh@inai.de

View File

@ -26,7 +26,7 @@
%define project github.com/openSUSE/umoci %define project github.com/openSUSE/umoci
Name: umoci Name: umoci
Version: 0.0.0 Version: 0.1.0
Release: 0 Release: 0
Summary: Open Container Image manipulation tool Summary: Open Container Image manipulation tool
License: Apache-2.0 License: Apache-2.0