From 85ebdb02913e59f22be9112444fcb6b0c93cff49 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Nov 28 2016 20:27:49 +0000 Subject: manifest: Explicitly install kernel-modules and /usr/sbin/iptables This is https://github.com/rpm-software-management/libhif/issues/220 biting us. Work around it in the first case by explicitly including `kernel-modules`. The second case requires going via file path. --- diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index cb09e65..5bc2692 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -27,7 +27,8 @@ "glibc", "nss-altfiles", "shadow-utils", "sssd-client", "libsss_sudo", "fedora-release-atomichost", - "dracut-config-generic", "kernel", + "dracut-config-generic", + "kernel", "kernel-modules", "dracut-network", "rpm-ostree", "lvm2", "chrony", @@ -43,7 +44,7 @@ "which", "nfs-utils", "curl", - "iptables-services", "iptables", + "iptables-services", "/usr/sbin/iptables", "NetworkManager", "hostname", "initscripts", "iproute", "iputils", "less", "sos",