From 63362467f416027ae03f144ae4d3822c5744e37e Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Nov 20 2020 12:00:22 +0000 Subject: Add weak dependency for pacman to enable Arch image builds --- diff --git a/kiwi.spec b/kiwi.spec index d363b83..3235c0e 100644 --- a/kiwi.spec +++ b/kiwi.spec @@ -12,7 +12,7 @@ and cloud systems like Xen, KVM, VMware, EC2 and more. Name: kiwi Version: 9.21.26 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://osinside.github.io/kiwi/ Summary: Flexible operating system image builder License: GPLv3+ @@ -93,6 +93,13 @@ Requires: tar >= 1.2.7 # For building Debian/Ubuntu based images Recommends: debootstrap Recommends: gnupg2 +%endif +%if 0%{?fedora} +# For building Arch based images +Recommends: pacman +%endif +%if 0%{?fedora} || 0%{?rhel} >= 8 +# For schema validation Recommends: jing %endif %ifnarch ppc64 %{ix86} @@ -355,6 +362,9 @@ done # Empty metapackage %changelog +* Fri Nov 20 2020 Neal Gompa - 9.21.26-2 +- Add weak dependency for pacman to enable Arch image builds + * Fri Nov 20 2020 Neal Gompa - 9.21.26-1 - Upgrade to 9.21.26 (RH#1876191)