From 56d7f8852d5e53be68635d3b0180ff8fc68829ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Fri, 13 Sep 2024 11:49:36 +0200 Subject: [PATCH] make sure to exclude deb build from provides --- package/python-kiwi-spec-template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-kiwi-spec-template b/package/python-kiwi-spec-template index 80293bfe48..c653e4c091 100644 --- a/package/python-kiwi-spec-template +++ b/package/python-kiwi-spec-template @@ -291,14 +291,14 @@ Provides: kiwi-filesystem:ext3 Provides: kiwi-filesystem:ext4 Provides: kiwi-filesystem:squashfs Provides: kiwi-filesystem:xfs -%endif -Requires: dosfstools -Requires: e2fsprogs -Requires: xfsprogs %if ! (0%{?suse_version} && 0%{?suse_version} < 1600) Provides: kiwi-filesystem:erofs Requires: erofs-utils %endif +%endif +Requires: dosfstools +Requires: e2fsprogs +Requires: xfsprogs %if 0%{?suse_version} Requires: btrfsprogs %else