Skip to content

feat: Fedora 42 release #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions files/scripts/00-image-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ HOME_URL="https://blues.win/95"
DOCUMENTATION_URL="https://blues.win/95/docs"
SUPPORT_URL="https://github.com/winblues/blue95/issues"
BUG_SUPPORT_URL="https://github.com/winblues/blue95/issues"
VERSION_CODENAME="Ross"
VERSION_CODENAME="Topanga"

IMAGE_INFO="/usr/share/ublue-os/image-info.json"
IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"

FEDORA_MAJOR_VERSION=41
FEDORA_MAJOR_VERSION=$(awk -F= '/VERSION_ID/ {print $2}' /etc/os-release)
BASE_IMAGE_NAME="Xfce Atomic $FEDORA_MAJOR_VERSION"
BASE_IMAGE="quay.io/fedora-ostree-desktops/xfce-atomic"

Expand All @@ -39,7 +39,7 @@ sed -i "s|^HOME_URL=.*|HOME_URL=\"$HOME_URL\"|" /usr/lib/os-release
sed -i "s|^DOCUMENTATION_URL=.*|DOCUMENTATION_URL=\"$DOCUMENTATION_URL\"|" /usr/lib/os-release
sed -i "s|^SUPPORT_URL=.*|SUPPORT_URL=\"$SUPPORT_URL\"|" /usr/lib/os-release
sed -i "s|^BUG_REPORT_URL=.*|BUG_REPORT_URL=\"$BUG_SUPPORT_URL\"|" /usr/lib/os-release
sed -i "s|^CPE_NAME=\"cpe:/o:fedoraproject:fedora|CPE_NAME=\"cpe:/o:universal-blue:${IMAGE_PRETTY_NAME,}|" /usr/lib/os-release
sed -i "s|^CPE_NAME=\"cpe:/o:fedoraproject:fedora|CPE_NAME=\"cpe:/o:winblues:${IMAGE_PRETTY_NAME,}|" /usr/lib/os-release
sed -i "s/^DEFAULT_HOSTNAME=.*/DEFAULT_HOSTNAME=\"${IMAGE_PRETTY_NAME,}\"/" /usr/lib/os-release
sed -i "s/^ID=fedora/ID=${IMAGE_PRETTY_NAME,}\nID_LIKE=\"${IMAGE_LIKE}\"/" /usr/lib/os-release
sed -i "/^REDHAT_BUGZILLA_PRODUCT=/d; /^REDHAT_BUGZILLA_PRODUCT_VERSION=/d; /^REDHAT_SUPPORT_PRODUCT=/d; /^REDHAT_SUPPORT_PRODUCT_VERSION=/d" /usr/lib/os-release
Expand Down
4 changes: 3 additions & 1 deletion recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: blue95
description: A desktop for your childhood home's computer room

base-image: ghcr.io/winblues/vauxite
image-version: 41
image-version: 42

modules:
- type: bling
Expand Down Expand Up @@ -68,6 +68,8 @@ modules:
- python3-gobject
- gtk3
- kmines
# Fix taskbar icons for Xfce 4.20
- gdk-pixbuf2-modules-extra

- type: script
scripts:
Expand Down