80e3857720
In particular this gets us the selinux-policy fix for: https://github.com/projectatomic/rpm-ostree/pull/1173#issuecomment-355014583 We might as well do updates since they have to work anyways. Closes: #1177 Approved by: jlebon
26 lines
785 B
JSON
26 lines
785 B
JSON
{
|
|
"ref": "fedora/stable/${basearch}",
|
|
|
|
"repos": ["fedora", "updates"],
|
|
|
|
"packages": ["kernel", "nss-altfiles", "systemd", "ostree", "selinux-policy-targeted", "chrony",
|
|
"tuned", "iputils"],
|
|
|
|
"packages-aarch64": ["grub2-efi", "ostree-grub2",
|
|
"efibootmgr", "shim"],
|
|
|
|
"packages-armhfp": ["extlinux-bootloader"],
|
|
|
|
"packages-ppc64": ["grub2", "ostree-grub2"],
|
|
|
|
"packages-ppc64le": ["grub2", "ostree-grub2"],
|
|
|
|
"packages-x86_64": ["grub2", "grub2-efi", "ostree-grub2",
|
|
"efibootmgr", "shim"],
|
|
|
|
"ignore-removed-users": ["root"],
|
|
"ignore-removed-groups": ["root"],
|
|
"check-passwd": { "type": "file", "filename": "passwd" },
|
|
"check-groups": { "type": "file", "filename": "group" }
|
|
}
|