Add search keywords for subscription manager settings

Resolves: RHEL-5074
This commit is contained in:
Felipe Borges 2025-11-03 14:19:30 +01:00 committed by Felipe Borges
parent 402b1b078f
commit b836618a14
2 changed files with 31 additions and 2 deletions

View File

@ -11,7 +11,7 @@
Name: gnome-control-center
Version: 3.28.2
Release: 37%{?dist}
Release: 38%{?dist}
Summary: Utilities to configure the GNOME desktop
License: GPLv2+ and CC-BY-SA
@ -93,6 +93,9 @@ Patch43: 0001-wifi-Move-airplane-mode-widget-above-the-main-stack.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1926995
Patch44: 0001-shell-Avoid-handling-map-events-from-other-windows.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1937113#c13
Patch45: subman-add-desktop-file-keywords.patch
BuildRequires: chrpath
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
@ -266,7 +269,11 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
%dir %{_datadir}/gnome/wm-properties
%changelog
* Mon Jan 02 2023 Felipe Borges <feborges@redhat.com> - 4.28.2-37
* Mon Nov 3 2025 Felipe Borges <feborges@redhat.com> - 3.28.2-38
- Add subscription manager keywords to find Subscription settings
Resolves #1937113
* Mon Jan 02 2023 Felipe Borges <feborges@redhat.com> - 3.28.2-37
- Fix keyboard accessibility of screen resolution list
Resolves: #1926995

View File

@ -0,0 +1,22 @@
From b3b249d541bf4f715535637688ea928dd1a18713 Mon Sep 17 00:00:00 2001
From: Felipe Borges <felipeborges@gnome.org>
Date: Mon, 3 Nov 2025 14:16:16 +0100
Subject: [PATCH] info, subman: Add search keywords for subscription manager
---
panels/info/gnome-info-overview-panel.desktop.in.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panels/info/gnome-info-overview-panel.desktop.in.in b/panels/info/gnome-info-overview-panel.desktop.in.in
index 8b939b6e3..c32d4c36e 100644
--- a/panels/info/gnome-info-overview-panel.desktop.in.in
+++ b/panels/info/gnome-info-overview-panel.desktop.in.in
@@ -19,4 +19,4 @@ X-GNOME-Bugzilla-Version=@VERSION@
# The list MUST also end with a semicolon!
# "Preferred Applications" is the old name for the preference, so make
# sure that you use the same "translation" for those keywords
-Keywords=device;system;information;memory;processor;version;default;application;preferred;cd;dvd;usb;audio;video;disc;removable;media;autorun;
+Keywords=device;system;information;memory;processor;version;default;application;preferred;cd;dvd;usb;audio;video;disc;removable;media;autorun;register;registration;subscribe;subscription;
--
2.51.0