From 83d9c88567d8e7d285bef8246a468dbffa44bc28 Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Tue, 16 Jun 2026 14:39:44 +0200 Subject: [PATCH] fix: move base to stable core26 Build-Base devel has moved to 26.10, failing subsequent builds. Signed-off-by: Guillaume Boutry --- snap/snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 79fbab9..3f3358a 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,14 +1,13 @@ name: openstack-hypervisor version: '2026.1' base: core26 -build-base: devel summary: OpenStack Hypervisor description: | The OpenStack Hypervisor snap provides the requires components to operate a cloud hypervisor as part of an OpenStack deployment. assumes: - snapd2.73 -grade: devel +grade: stable confinement: strict environment: LC_ALL: C