From ea4e815eb6fb213bad1774a3eac4cdda8bc4ee63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 24 Feb 2016 11:28:02 +0100 Subject: [PATCH] Fixed spec file for kiwi-boot-requires The meta package for the buildservice has to require the new python3-kiwi package --- package/python3-kiwi-spec-template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package/python3-kiwi-spec-template b/package/python3-kiwi-spec-template index 7b42bca3..7beac4a8 100644 --- a/package/python3-kiwi-spec-template +++ b/package/python3-kiwi-spec-template @@ -37,11 +37,6 @@ Provides: kiwi-image:iso Provides: kiwi-image:vmx Provides: kiwi-image:pxe Provides: kiwi-image:oem -Provides: kiwi-filesystem:btrfs -Provides: kiwi-filesystem:xfs -Provides: kiwi-filesystem:ext3 -Provides: kiwi-filesystem:ext4 -Provides: kiwi-filesystem:squashfs Requires: update-alternatives Requires: python3-docopt Requires: python3-setuptools @@ -138,6 +133,12 @@ Provides: kiwi-boot:isoboot Provides: kiwi-boot:vmxboot Provides: kiwi-boot:netboot Provides: kiwi-boot:oemboot +Provides: kiwi-filesystem:btrfs +Provides: kiwi-filesystem:xfs +Provides: kiwi-filesystem:ext3 +Provides: kiwi-filesystem:ext4 +Provides: kiwi-filesystem:squashfs +Requires: python3-kiwi = %{version} Requires: %(echo `cat %{S:1}|grep %{_target_cpu}:%{distro}:|cut -f3- -d:`) License: GPL-2.0+ Group: System/Management