e414f58612
Move the fedora-release-* package requirement to each variant treefile to enable per variant specifc release package. Silverblue keeps its existing release package and Kinoite gets its own for Fedora 35: https://fedoraproject.org/wiki/Changes/Fedora_Kinoite For now, all other unofficial variants will use the Fedora generic release package (or the corresponding Spin release package) with the ostree counting and desktop sub packages to enable those features by default.
19 lines
476 B
YAML
19 lines
476 B
YAML
include: fedora-common-ostree.yaml
|
|
ref: fedora/rawhide/${basearch}/base
|
|
rojig:
|
|
name: fedora-base
|
|
summary: "Fedora base image for alternative DE"
|
|
license: MIT
|
|
packages:
|
|
# Generic release packages for desktop variants and counting
|
|
- fedora-release
|
|
- fedora-release-ostree-desktop
|
|
- fedora-release-ostree-counting
|
|
# XWayland support
|
|
- xorg-x11-server-Xwayland
|
|
# Portals for Flatpak
|
|
- xdg-desktop-portal
|
|
- xdg-desktop-portal-gtk
|
|
|
|
repos:
|
|
- fedora-rawhide
|