Reinstate Subscription Manager's autostart patch
Related: RHEL-26118
This commit is contained in:
parent
1247b42c06
commit
0436e2f58a
@ -25,6 +25,8 @@ Patch: 0001-check-accelerated-gles-Use-eglGetPlatformDisplay-EXT.patch
|
|||||||
# This should go upstream once systemd has a generic interface for this
|
# This should go upstream once systemd has a generic interface for this
|
||||||
Patch: 0001-Fedora-Set-grub-boot-flags-on-shutdown-reboot.patch
|
Patch: 0001-Fedora-Set-grub-boot-flags-on-shutdown-reboot.patch
|
||||||
|
|
||||||
|
Patch: subscription-manager.patch
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
|
26
subscription-manager.patch
Normal file
26
subscription-manager.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user