This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a change to branch f25 in repository fedora-kickstarts.
from 8df5245 initial Fedora 25 branched setup new 722a788 specify libcrypt packages in fedora-arm-base for RHBZ #1324623
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fedora-arm-base.ks | 8 ++++++++ 1 file changed, 8 insertions(+)
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f25 in repository fedora-kickstarts.
commit 722a7889fae64f10ddc5db45b8f06a935795c144 Author: Adam Williamson awilliam@redhat.com Date: Mon Aug 15 13:58:01 2016 -0700
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. --- fedora-arm-base.ks | 8 ++++++++ 1 file changed, 8 insertions(+)
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