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: Remove stale 'Recommends: bluez-deprecated'
Date: Tue, 28 Jul 2026 07:59:06 GMT [thread overview]
Message-ID: <178522554691.1.13769685303619990131.rpms-cinnamon-e7c887856f52@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cinnamon
Branch : rawhide
Commit : e7c887856f52c8b2b2969c29f86ba9937cd6b265
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-26T19:23:24+02:00
Stats : +0/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon/c/e7c887856f52c8b2b2969c29f86ba9937cd6b265?branch=rawhide
Log:
Remove stale 'Recommends: bluez-deprecated'
The 'bluez-deprecated' package provides retired BlueZ CLI tools:
'hciconfig', 'hcitool', 'rfcomm', 'sdptool', 'ciptool', 'gatttool'.
Added in commit 6dc85f4 (2025-12-11, "Update to 6.6.0") with the
comment "required to fix system-info".
Evidence chain:
1. The system-info module ('cs_info.py') runs 'inxi -FJxxxrzc0'.
The '-F' flag enables all data sections, including '-E' (bluetooth).
This is the ONLY path to bluetooth tool usage in cinnamon.
2. inxi gathers bluetooth data via a fallback chain:
'hciconfig' (bluez-deprecated) -> 'btmgmt' (bluez) ->
'bt-adapter' (bluez-tools) -> 'rfkill' / sysfs.
When the first tool is missing, inxi displays "This feature
requires one of these tools: hciconfig/bt-adapter" — but continues
without error.
3. The regular 'bluez' package (always present on bluetooth-capable
systems) provides 'btmgmt', which is inxi's second fallback.
Bluetooth data gathering works without 'bluez-deprecated'.
4. The cinnamon source has zero direct references to any deprecated
BlueZ tool. Searched all .py and .js files across both the 6.4.12
(pre-Recommends) and 6.6.0 (post-Recommends) trees — identical
results.
5. Blueberry (Cinnamon's bluetooth manager) also has zero references
to deprecated tools.
The Recommends was likely added to suppress inxi's missing-tool
message, but btmgmt from the standard 'bluez' package already
satisfies inxi's bluetooth data gathering.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon.spec b/cinnamon.spec
index a200c17..d814d2b 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -167,9 +167,6 @@ Requires: gettext
# required for gesture support
Recommends: touchegg
-# required to fix system-info
-Recommends: bluez-deprecated
-
# required for flatpak support
Recommends: xdg-desktop-portal-xapp
reply other threads:[~2026-07-28 7:59 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=178522554691.1.13769685303619990131.rpms-cinnamon-e7c887856f52@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