From 2c252a76148dc3dcdda9671d6c8fdfb7cfd11a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 31 May 2025 01:43:49 +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/podman.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/rpm/podman.spec b/rpm/podman.spec index 0b745b6559..1f9d821158 100644 --- a/rpm/podman.spec +++ b/rpm/podman.spec @@ -93,7 +93,6 @@ BuildRequires: shadow-utils-subid-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: man-db -BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: catatonit