public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nemo] rawhide: Downgrade 'Requires: gvfs-goa' to 'Recommends'
@ 2026-07-26 20:57 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-26 20:57 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/nemo
            Branch : rawhide
            Commit : 4d9b0e3f7889ba832266a673e6409c544d8a211a
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-26T19:56:04+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/nemo/c/4d9b0e3f7889ba832266a673e6409c544d8a211a?branch=rawhide

            Log:
            Downgrade 'Requires: gvfs-goa' to 'Recommends'

GNOME Online Accounts integration is an optional feature — nemo
works fully without it. Users who do not configure Google Drive,
OneDrive, or other GOA-backed storage have no use for the gvfs-goa
backend.

'gvfs-fuse' (still a hard Requires) provides the core FUSE-based
filesystem support. The GOA backend is a supplementary data source
that should be recommended but not required.

This reduces the dependency footprint for minimal Cinnamon
installations that do not use cloud storage integration.

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/nemo.spec b/nemo.spec
index d94a6a8..7883abf 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -13,7 +13,7 @@ ExcludeArch:   %{ix86}
 
 Requires:       redhat-menus
 Requires:       gvfs-fuse%{?_isa}
-Requires:       gvfs-goa%{?_isa}
+Recommends:     gvfs-goa%{?_isa}
 Requires:       xapps%{?_isa} >= 2.2.0
 # required by nemo-action-layout-editor
 Requires:       libxmlb%{?_isa}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-26 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 20:57 [rpms/nemo] rawhide: Downgrade 'Requires: gvfs-goa' to 'Recommends' Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox