8ad09dc672
Repos are overwritten by Pungi during composes in the Fedora infra and
Pungi currently only overwrites the leaf manifest.
See: https://pagure.io/releng/issue/11969
Reverts: 49db8be
manifests: Move repos config to common manifest
37 lines
1.4 KiB
YAML
37 lines
1.4 KiB
YAML
include: gnome-desktop-pkgs.yaml
|
|
ref: fedora/rawhide/${basearch}/silverblue
|
|
rojig:
|
|
name: fedora-silverblue
|
|
summary: "Fedora Silverblue base image"
|
|
license: MIT
|
|
|
|
packages:
|
|
- fedora-release-silverblue
|
|
- desktop-backgrounds-gnome
|
|
- gnome-shell-extension-background-logo
|
|
- pinentry-gnome3
|
|
# Included for now to have layered Qt5 applications use a constistent style
|
|
# Manually included here as it is excluded from the workstation-product group
|
|
- qadwaitadecorations-qt5
|
|
# Include evince-thumbnailer otherwise PDF thumbnails won't work in Nautilus
|
|
# https://github.com/fedora-silverblue/issue-tracker/issues/98
|
|
- evince-thumbnailer
|
|
# Include evince-previewer otherwise print previews are broken in Evince
|
|
# https://github.com/fedora-silverblue/issue-tracker/issues/122
|
|
- evince-previewer
|
|
# Include totem-video-thumbnailer for video thumbnailing in Nautilus
|
|
# https://pagure.io/fedora-workstation/issue/168
|
|
- totem-video-thumbnailer
|
|
# Make sure that GNOME Software's rpm-ostree plugin is always installed
|
|
- gnome-software-rpm-ostree
|
|
|
|
# Make sure the following are not pulled in when Recommended by other packages
|
|
exclude-packages:
|
|
# Exclude GNOME Software's langpack plugin to avoid layering langpacks on Silverblue
|
|
- gnome-software-fedora-langpacks
|
|
|
|
# Kept in the leaf manifest as they are overwritten by Pungi in composes
|
|
repos:
|
|
- fedora-rawhide
|
|
# - fedora-41
|
|
# - fedora-41-updates
|