From ed706da0e4ca738ad7eaed8fe015c0bcf127c68a Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Nov 18 2016 20:18:39 +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 9d4abd4..5f8e83e 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"],