diff --git a/SPECS/gnome-settings-daemon.spec b/SPECS/gnome-settings-daemon.spec index 8ca3a97..f0d9307 100644 --- a/SPECS/gnome-settings-daemon.spec +++ b/SPECS/gnome-settings-daemon.spec @@ -11,7 +11,7 @@ Name: gnome-settings-daemon Version: 40.0.1 -Release: 13%{?dist}.inferit +Release: 13%{?dist}.inferit.1 Summary: The daemon sharing settings from GNOME to GTK+/KDE applications License: GPLv2+ @@ -100,6 +100,10 @@ developing applications that use %{name}. cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas +# MSVSphere: remove the 'System Not Registered' notification from GNOME (https://access.redhat.com/solutions/6976776) +sed -i '/Exec=/s/^/#/' $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Subscription.desktop +sed -i '/ExecStart=/s/^/#/' $RPM_BUILD_ROOT%{_prefix}/lib/systemd/user/org.gnome.SettingsDaemon.Subscription.service + %find_lang %{name} --with-gnome %files -f %{name}.lang @@ -200,10 +204,17 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas %{_libdir}/pkgconfig/gnome-settings-daemon.pc %changelog -* Tue Oct 10 2023 Sergey Cherevko - 40.0.1-13.inferit -- Updated Russian translation +* Fri Dec 22 2023 Sergey Cherevko - 40.0.1-13.inferit.1 +- Removing the 'System Not Registered' notification from GNOME (https://access.redhat.com/solutions/6976776) - Rebuilt for MSVSphere 9.3 +* Thu Aug 31 2023 Sergey Cherevko - 40.0.1-11.inferit +- Rebuilt for MSVSphere 9.2 + +* Thu Aug 31 2023 Sergey Cherevko - 40.0.1-10.inferit +- Updated Russian translation +- Rebuilt for MSVSphere 9.2 + * Fri Jun 16 2023 Ray Strode - 40.0.1-13 - Revert hard dependency on subscription-manager since we're going to put it in gnome-session instead Related: #2175675 @@ -212,13 +223,13 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas - Add hard dependency on subscription-manager Resolves: #2175675 -* Fri Apr 14 2023 MSVSphere Packaging Team - 40.0.1-11 -- Rebuilt for MSVSphere 9.2 beta - * Tue Mar 28 2023 Felipe Borges - 40.0.1-11 - Revert "power-button-action" always poweroff on Server chassis Resolves: #2182380 +* Wed Mar 15 2023 MSVSphere Packaging Team - 40.0.1-10 +- Rebuilt for MSVSphere 9.1. + * Wed Feb 22 2023 Felipe Borges - 40.0.1-10 - Default power-button-action to poweroff on servers (except when power-button-action=nothing)