9 Commits

Author SHA256 Message Date
fe0eb9ad8f Accepting request 1311474 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1311474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umoci?expand=0&rev=24
2025-10-16 15:38:07 +00:00
7a8b94014e - Bump to Go >= 1.24.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=70
2025-10-15 10:50:20 +00:00
97cc4ea02b - Update to umoci v0.6.0. Upstream changelog is available from
<https://github.com/opencontainers/umoci/releases/tag/v0.6.0> bsc#1252025
  * umoci now has automatic SOURCE_DATE_EPOCH support, improving the
    reproducibility of generated images.
  * "umoci stat" now provides more information about theimage.
  * "umoci config" now supports --platform.variant (architecture variants)
	which resolves issues with images on ARM (on ARM systems, "umoci new" will
	auto-fill the host CPU variant).
- Remove upstreamed patches:
  - 0001-oci-config-gracefully-fallback-if-etc-resolv.conf-do.patch
- Switch to "%autosetup -p1".

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=69
2025-10-15 09:13:51 +00:00
b086e251ad Accepting request 1304091 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1304091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umoci?expand=0&rev=23
2025-09-11 14:40:32 +00:00
9423c6f73b Add bsc#1249450 reference.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=67
2025-09-11 13:44:14 +00:00
17cab51d75 Accepting request 1303107 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1303107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umoci?expand=0&rev=22
2025-09-08 07:56:30 +00:00
a55499d19f - Add smoke-test for "umoci --version" in %check.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=65
2025-09-08 02:59:11 +00:00
d835599599 - Add %check section to run "go test".
- Add backport of <https://github.com/opencontainers/umoci/pull/617> to let "go
  test" run in OBS (where /etc/resolv.conf doesn't exist).
  + 0001-oci-config-gracefully-fallback-if-etc-resolv.conf-do.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=64
2025-09-06 18:05:08 +00:00
ce44262ad7 - Update to umoci v0.5.1. Upstream changelog is available from
<https://github.com/opencontainers/umoci/releases/tag/v0.5.1>

  * For images with an empty index.json, umoci will no longer incorrectly set
    the manifests entry to null.
  * umoci will now produce an error for images with negative-sized descriptors,
    based on recent discussions in the upstream image-spec.
  * Use go:embed to fill umoci --version information from VERSION.
  * Stop using oci-image-tools for integration tests, instead use some smoke
    tests and the docker-library-maintained meta-scripts.

  This release is dedicated to our cat Yuki who sadly passed away on Friday.
  Most of the code I've written in the past four years was written with him
  purring away on my chest, and he was the most loving cat I've ever met. Rest
  in peace, little buddy. I hope you enjoyed your time with us, and I'll always
  keep you in my heart.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=63
2025-09-06 17:26:34 +00:00

View File

@@ -1,3 +1,4 @@
-------------------------------------------------------------------
Wed Oct 15 09:05:55 UTC 2025 - Aleksa Sarai <asarai@suse.com>