AlmaLinux changes: Remove Subscription Manager's autostart patch

This commit is contained in:
Andrew Lukoshko 2025-05-28 00:29:03 +00:00 committed by root
parent 6a70ba8e87
commit c66ab6fbd6
2 changed files with 0 additions and 27 deletions

View File

@ -29,7 +29,6 @@ Patch: 0001-systemd-Drop-blocking-inhibitors-before-shutdown.patch
# https://issues.redhat.com/browse/RHEL-88009
Patch: 0001-main-only-log-check-accelerated-errors-when-debuggin.patch
Patch: subscription-manager.patch
BuildRequires: meson
BuildRequires: gcc

View File

@ -1,26 +0,0 @@
From 523602887f92b448b497e99bf56d0b9f1ef376f7 Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember@redhat.com>
Date: Mon, 6 Sep 2021 21:12:38 +0200
Subject: [PATCH] data: Require org.gnome.SettingsDaemon.Subscription
Make sure the gnome-settings-daemon subman plugin gets started on
session startup.
---
data/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/meson.build b/data/meson.build
index e02b80d3..1684a99e 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -24,6 +24,7 @@ required_components = {
'org.gnome.SettingsDaemon.Sharing',
'org.gnome.SettingsDaemon.Smartcard',
'org.gnome.SettingsDaemon.Sound',
+ 'org.gnome.SettingsDaemon.Subscription',
'org.gnome.SettingsDaemon.UsbProtection',
'org.gnome.SettingsDaemon.Wacom',
'org.gnome.SettingsDaemon.XSettings',
--
2.31.1