cb7b5389f2
pungi can't substitute in any included files so we end up with errors because 'fedora-rawhide' repo isn't accessible during the pungi run. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"ref": "fedora/rawhide/${basearch}/workstation",
|
|
"repos": ["fedora-rawhide"],
|
|
|
|
"include": "gnome-desktop-pkgs.json",
|
|
|
|
"packages": [
|
|
"desktop-backgrounds-gnome",
|
|
"gnome-shell-extension-background-logo",
|
|
"pinentry-gnome3",
|
|
"qgnomeplatform"
|
|
]
|
|
}
|