From c7bf6128842e3dfb881c955cf7c704450769f4f6 Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Nov 18 2016 19:27:14 +0000 Subject: manifest: add attr In commit 7d50906, we dropped the 'glusterfs-fuse' package (among other things) which caused the 'attr' package to drop out as well. The inclusion of the 'attr' package would provide consistency with RHEL + CentOS and would also provide the 'getfattr' utility which is used by some of the 'atomic-host-tests'. --- diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index 1944924..cb09e65 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -75,7 +75,8 @@ "oci-register-machine", "oci-systemd-hook", "mdadm", - "runc"], + "runc", + "attr"], "packages-aarch64": ["grub2-efi", "ostree-grub2", "efibootmgr", "shim", "atomic-devmode"],