public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon] rawhide: Weaken optional dependencies from Requires to Recommends
Date: Sat, 25 Jul 2026 08:14:33 GMT	[thread overview]
Message-ID: <178496727339.1.6305489223480109206.rpms-cinnamon-913506b96397@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/cinnamon
            Branch : rawhide
            Commit : 913506b963974c05f48f8e8cb17d8c425daeeabc
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T00:41:19+02:00
            Stats  : +4/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon/c/913506b963974c05f48f8e8cb17d8c425daeeabc?branch=rawhide

            Log:
            Weaken optional dependencies from Requires to Recommends

Per Fedora packaging guidelines, packages that provide optional
functionality should be Recommends, not Requires. The DE starts and
runs correctly without all four:

- 'gnome-backgrounds' (~38 MiB): extra wallpaper choices; the default
  wallpaper ships in 'desktop-backgrounds-basic' which remains Requires
- 'gucharmap' (~8 MiB): single context-menu item in the keyboard applet
  for character lookup; the applet works without it
- 'wget' (~3 MiB): used by the sound applet to download remote album
  art; playback and all other sound controls work without it
- 'cups-client' (~180 KiB): used by the printer settings panel; the DE
  functions normally on systems without printers configured

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

---
diff --git a/cinnamon.spec b/cinnamon.spec
index de3a31b..f8c8304 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -123,7 +123,7 @@ Recommends:     %{name}-translations >= %{cinnamon_translations_version}
 # needed for theme overrides
 Requires:       desktop-backgrounds-basic
 Requires:       desktop-backgrounds-gnome
-Requires:       gnome-backgrounds
+Recommends:     gnome-backgrounds
 Recommends:     paper-icon-theme
 Requires:       system-logos
 
@@ -141,7 +141,7 @@ Recommends:     metacity%{?_isa}
 Recommends:     mate-panel%{?_isa}
 
 # required for keyboard applet
-Requires:       gucharmap%{?_isa}
+Recommends:     gucharmap%{?_isa}
 Requires:       ibus-libs%{?_isa}
 Requires:       ibus-gtk3%{?_isa}
 Recommends:     ibus%{?_isa}
@@ -165,13 +165,13 @@ Requires:       python3-inotify
 Requires:       keybinder3%{?_isa}
 
 # required for sound applet
-Requires:       wget%{?_isa}
+Recommends:     wget%{?_isa}
 
 # required for power applet
 Recommends:     tuned-ppd
 
 # required for printer applet
-Requires:       cups-client%{?_isa}
+Recommends:     cups-client%{?_isa}
 
 # required for spice
 Requires:       gettext

                 reply	other threads:[~2026-07-25  8:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178496727339.1.6305489223480109206.rpms-cinnamon-913506b96397@fedoraproject.org \
    --to=mschorm@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox