From 3ad4bfcfee16748d5f751ead057767d260148ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 31 May 2025 01:35:37 +0200 Subject: [PATCH] Don't BuildRequires: ostree-devel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are not opting into the ostree backend, and it doesn't build: https://github.com/containers/image/pull/2821 . So, stop referencing the dependency. Should not change behavior. Signed-off-by: Miloslav Trmač --- rpm/skopeo.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/rpm/skopeo.spec b/rpm/skopeo.spec index 3a590d5c..c13acf3d 100644 --- a/rpm/skopeo.spec +++ b/rpm/skopeo.spec @@ -63,7 +63,6 @@ BuildRequires: go-rpm-macros %endif BuildRequires: gpgme-devel BuildRequires: libassuan-devel -BuildRequires: ostree-devel BuildRequires: glib2-devel BuildRequires: make BuildRequires: shadow-utils-subid-devel