Skip to content

Commit

Permalink
chore: Disable rpm-ostree backend in Gnome Software (#35)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
fiftydinar and bsherman authored Nov 5, 2024
1 parent 6b351f2 commit 043603b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions staging/gnome-software/gnome-software.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 043603b

Please sign in to comment.