Skip to content

Commit c5ca712

Browse files
James ReillyCopilot
andcommitted
fix: use c10s-gnome-50-fresh COPR (fully populated with all packages)
c10s-gnome-50 is incomplete (gnome50-el10-compat and others have no builds). c10s-gnome-50-fresh has 578 RPMs including gnome50-el10-compat, mutter, selinux-policy-43, libadwaita, and the full GNOME 50 stack. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1b6aeed commit c5ca712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/overrides/base/10-packages-image-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnf -y install 'dnf-command(versionlock)'
1414

1515
if [[ "${GNOME_VERSION:-49}" == "50" ]]; then
1616
# GNOME 50 COPR
17-
dnf copr enable -y "jreilly1821/c10s-gnome-50"
17+
dnf copr enable -y "jreilly1821/c10s-gnome-50-fresh"
1818

1919
# These upgrades MUST happen before the GNOME group install.
2020
# - glib2: EL10 ships 2.80.x; gnome-shell 50.x requires 2.84+ API symbols.

0 commit comments

Comments
 (0)