Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1700488 Details for
Bug 1827030
gnome-settings-daemon: subscription notification on CentOS Stream
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to disable subman plugin on CentOS
0001-Disable-subman-plugin-on-CentOS.patch (text/plain), 2.14 KB, created by
Carl George ðŸ¤
on 2020-07-09 21:00:08 UTC
(
hide
)
Description:
patch to disable subman plugin on CentOS
Filename:
MIME Type:
Creator:
Carl George ðŸ¤
Created:
2020-07-09 21:00:08 UTC
Size:
2.14 KB
patch
obsolete
>From 6ec0bbaeeab7822a1fc94a3332e10772665bb189 Mon Sep 17 00:00:00 2001 >From: Carl George <carl@redhat.com> >Date: Thu, 9 Jul 2020 15:47:26 -0500 >Subject: [PATCH] Disable subman plugin on CentOS > >--- > gnome-settings-daemon.spec | 25 ++++++++++++++++++++++++- > 1 file changed, 24 insertions(+), 1 deletion(-) > >diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec >index 8eaa46f..10691fd 100644 >--- a/gnome-settings-daemon.spec >+++ b/gnome-settings-daemon.spec >@@ -6,6 +6,10 @@ > %global libgweather_version 3.9.5 > %global geoclue_version 2.3.1 > >+%if %{undefined centos} >+%bcond_without subman >+%endif >+ > Name: gnome-settings-daemon > Version: 3.32.0 > Release: 9%{?dist} >@@ -32,7 +36,9 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_sche > BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} > BuildRequires: pkgconfig(gudev-1.0) > BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version} >+%if %{with subman} > BuildRequires: pkgconfig(json-glib-1.0) >+%endif > BuildRequires: pkgconfig(lcms2) >= 2.2 > BuildRequires: pkgconfig(libcanberra-gtk3) > BuildRequires: pkgconfig(libgeoclue-2.0) >@@ -103,7 +109,22 @@ The %{name}-devel package contains libraries and header files for > developing applications that use %{name}. > > %prep >-%autosetup -p1 >+%setup -q >+ >+%patch00001 -p 1 >+%patch00002 -p 1 >+%patch00003 -p 1 >+%patch00004 -p 1 >+%patch00005 -p 1 >+%patch00006 -p 1 >+ >+%patch10001 -p 1 >+ >+%if %{with subman} >+%patch10002 -p 1 >+%patch10003 -p 1 >+%patch10004 -p 1 >+%endif > > %build > %meson >@@ -200,11 +221,13 @@ mkdir $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules > %{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop > %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.sharing.gschema.xml > >+%if %{with subman} > %{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Subscription.desktop > %{_libexecdir}/gsd-subman > %{_libexecdir}/gsd-subman-helper > %{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.subman.policy > %{_datadir}/polkit-1/rules.d/org.gnome.settings-daemon.plugins.subman.rules >+%endif > > %{_libdir}/gnome-settings-daemon-3.0/libgsd.so > >-- >2.26.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1827030
: 1700488