Add selinux-policy-targeted to runroot_packages

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2023-11-20 15:28:08 -05:00
commit 5acccf3ff4

View file

@ -255,6 +255,7 @@ ostree = [
"tag_ref": False,
"ostree_repo": "/mnt/koji/compose/iot/repo/",
"ostree_ref": "fedora/rawhide/${basearch}/iot",
"runroot_packages": ["selinux-policy-targeted"],
"update_summary": True,
},
"x86_64": {
@ -271,6 +272,7 @@ ostree = [
"tag_ref": False,
"ostree_repo": "/mnt/koji/compose/iot/repo/",
"ostree_ref": "fedora/rawhide/${basearch}/iot",
"runroot_packages": ["selinux-policy-targeted"],
"update_summary": True,
}
})