From 811ab0e02845c9a40817d1dfe8e5a4a4e19d7f47 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jan 02 2022 14:11:50 +0000 Subject: Add missing dependencies - Add missing util-linux dependency for Koji build environments - Add missing dracut-network dependency for dracut-kiwi-live package --- diff --git a/kiwi.spec b/kiwi.spec index 2a2cfc5..c14945d 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.24.15 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://osinside.github.io/kiwi/ Summary: Flexible operating system image builder License: GPLv3+ @@ -238,6 +238,7 @@ Requires: parted Requires: kpartx Requires: cryptsetup Requires: mdadm +Requires: util-linux %description systemdeps-disk-images Host setup helper to pull in all packages required/useful on @@ -376,6 +377,7 @@ from remote %package -n dracut-kiwi-live Summary: KIWI - Dracut module for iso(live) image type Requires: dracut-kiwi-lib = %{version}-%{release} +Requires: dracut-network Requires: device-mapper Requires: dialog Requires: dracut @@ -532,6 +534,10 @@ done # Empty metapackage %changelog +* Sun Jan 02 2022 Neal Gompa - 9.24.15-2 +- Add missing util-linux dependency for Koji build environments +- Add missing dracut-network dependency for dracut-kiwi-live package + * Tue Dec 21 2021 Neal Gompa - 9.24.15-1 - Update to 9.24.15 (RH#2029340)