From ebf268374472f377c037e50b286b70dfddf8df35 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 15 2016 20:58:01 +0000 Subject: specify libcrypt packages in fedora-arm-base for RHBZ #1324623 This seems to be enough to work around yum's issues in dealing with the libcrypt/libcrypt-nss package split, at least it is for me. --- diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 06ac47c..030cd27 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -42,6 +42,14 @@ dracut-config-generic # make sure all the locales are available for inital0-setup and anaconda to work glibc-all-langpacks + +# workaround for consequence of RHBZ #1324623: without this, with +# yum-based creation tools, compose fails due to conflict between +# libcrypt and libcrypt-nss. dnf does not seem to have the same +# issue, so this may be dropped when appliance-creator is ported +# to dnf. +libcrypt-nss +-libcrypt %end %post