From: Michael Tremer Date: Sat, 8 Feb 2025 15:07:53 +0000 (+0000) Subject: oci: Update the filename for the blob X-Git-Tag: 0.9.30~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c3e0b9a72ea1747a390e267e9095c62b3c597ae;p=pakfire.git oci: Update the filename for the blob Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/oci.c b/src/pakfire/oci.c index 4afe9171..b1e69710 100644 --- a/src/pakfire/oci.c +++ b/src/pakfire/oci.c @@ -154,8 +154,8 @@ static int pakfire_oci_writer_make_layer(struct pakfire_oci_writer* self) { if (r < 0) goto ERROR; - // Make the filename of the layer file - r = pakfire_path_format(filename, "%s/layer.tar", self->layer_hexdigest); + // Make the filename of the layer + r = pakfire_path_format(filename, "blobs/sha512/%s", self->layer_hexdigest); if (r < 0) goto ERROR;