From 043603bbdbd7ebad93403e5918b0c34ddd53694d Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:43:54 +0100 Subject: [PATCH] chore: Disable rpm-ostree backend in Gnome Software (#35) * chore: Disable rpm-ostree backend in Gnome Software Without need to declare removing `gnome-rpm-ostree` package in `main` image. So makes modifications related to Gnome Software unified here. * chore: Bump Gnome Software package version --------- Co-authored-by: Benjamin Sherman --- staging/gnome-software/gnome-software.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/staging/gnome-software/gnome-software.spec b/staging/gnome-software/gnome-software.spec index ce2a251..c52a54b 100644 --- a/staging/gnome-software/gnome-software.spec +++ b/staging/gnome-software/gnome-software.spec @@ -13,7 +13,8 @@ # Disable parental control for RHEL builds %bcond malcontent %[!0%{?rhel}] # Disable rpm-ostree support for RHEL builds -%bcond rpmostree %[!0%{?rhel}] +# Universal Blue: Disable entirely +%bcond rpmostree 0 # Disable DKMS/akmods support for RHEL builds # Universal Blue: Disable entirely %bcond dkms 0 @@ -27,7 +28,7 @@ Name: gnome-software Version: 47.1 -Release: 100.ublue%{?dist} +Release: 101.ublue%{?dist} Summary: A software center for GNOME License: GPL-2.0-or-later