diff --git a/distro-logo.patch b/distro-logo.patch index 57e9ad38af55254ee5005b13a838b113d39831e4..3c38c302a82303d32d750ecd6363051848f4375b 100644 --- a/distro-logo.patch +++ b/distro-logo.patch @@ -56,7 +56,7 @@ index 219a83c4c..aa87fbec2 100644 False - /org/gnome/control-center/info/GnomeLogoVerticalMedium.svg + 128 -+ fedora-logo-icon ++ system-logo-icon False diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 2f3b6eed1b3ce840de27a14a792197c75adbcbc9..ffd1995b25214affcb490121322934098a2f8ec0 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %define gnome_online_accounts_version 3.25.3 %define glib2_version 2.53.0 %define gnome_desktop_version 3.27.90 @@ -11,7 +12,7 @@ Name: gnome-control-center Version: 3.28.2 -Release: 33%{?dist} +Release: 33%{anolis_release}%{?dist} Summary: Utilities to configure the GNOME desktop License: GPLv2+ and CC-BY-SA @@ -35,10 +36,10 @@ Patch6: 0001-wacom-Update-Test-your-settings-button-sensitivity-o.patch Patch7: 0001-wacom-Update-to-newer-output-setting.patch # Subscription management -Patch80001: 0001-info-Add-subscription-manager-integration.patch -Patch80002: 0002-info-Move-helper-for-getting-subscription-status-to-.patch -Patch80003: 0003-info-Update-registration-state-in-panel-when-it-happ.patch -Patch80004: 0004-info-Better-support-registered-but-no-subscriptions-.patch +#Patch80001: 0001-info-Add-subscription-manager-integration.patch +#Patch80002: 0002-info-Move-helper-for-getting-subscription-status-to-.patch +#Patch80003: 0003-info-Update-registration-state-in-panel-when-it-happ.patch +#Patch80004: 0004-info-Better-support-registered-but-no-subscriptions-.patch Patch9: 0001-sharing-Fix-warning-when-disabling-sharing.patch Patch10: 0001-network-Use-g_signal_connect_object-when-dealing-wit.patch @@ -256,6 +257,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center %dir %{_datadir}/gnome/wm-properties %changelog +* Tue Apr 26 2022 Mahailiang - 3.28.2-33.0.1 +- Remove the subscription feature from this app.(delete patch8)(Li linjie) +- Modify distro-logo.patch logo name(Ma hailiang) + * Thu Feb 24 2022 Benjamin Berg - 3.28.2-33 - Work around libnma not handling OWE Related: #2023156