From fbc5b3b90b7461740162cf3d4bcc3e64703e9312 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 23 Jul 2025 10:20:04 +0800 Subject: [PATCH] remove ROC sensitive (cherry picked from commit c0e3986681c9db1b357dc9149f3a29efd8c212f7) --- 0001-remove-ROC-sensitive.patch | 24 ++++++++++++++++++++++++ gnome-settings-daemon.spec | 6 +++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 0001-remove-ROC-sensitive.patch diff --git a/0001-remove-ROC-sensitive.patch b/0001-remove-ROC-sensitive.patch new file mode 100644 index 0000000..32f4b8a --- /dev/null +++ b/0001-remove-ROC-sensitive.patch @@ -0,0 +1,24 @@ +From 2a807ceacb55882b10c35804f2af7b0767aa62c8 Mon Sep 17 00:00:00 2001 +From: peijiankang +Date: Wed, 23 Jul 2025 10:17:48 +0800 +Subject: [PATCH] remove ROC sensitive + +--- + plugins/datetime/backward | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/plugins/datetime/backward b/plugins/datetime/backward +index f1f95a8..7d79b95 100644 +--- a/plugins/datetime/backward ++++ b/plugins/datetime/backward +@@ -95,7 +95,6 @@ Link Pacific/Chuuk Pacific/Truk + Link Pacific/Pohnpei Pacific/Ponape + Link Europe/Warsaw Poland + Link Europe/Lisbon Portugal +-Link Asia/Taipei ROC + Link Asia/Seoul ROK + Link Asia/Singapore Singapore + Link Europe/Istanbul Turkey +-- +2.25.1 + diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 8ba0832..ada6e8f 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -13,13 +13,14 @@ Name: gnome-settings-daemon Version: 44.1 -Release: 2 +Release: 3 Summary: The daemon sharing settings from GNOME to GTK+/KDE applications License: GPLv2+ URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz Source1: org.gnome.settings-daemon.plugins.power.gschema.override +Patch01: 0001-remove-ROC-sensitive.patch BuildRequires: cups-devel gcc gettext meson >= 0.49.0 perl-interpreter pkgconfig(alsa) BuildRequires: pkgconfig(colord) >= %{colord_version} pkgconfig(fontconfig) pkgconfig(geoclue-2.0) >= %{geoclue_version} @@ -98,6 +99,9 @@ echo "%{_libdir}/gnome-settings-daemon-%{major_version}" > %{buildroot}%{_syscon %{_libdir}/pkgconfig/gnome-settings-daemon.pc %changelog +* Wed Jul 23 2025 peijiankang - 44.1-3 +- remove ROC sensitive info + * Tue Sep 10 2024 beta - 44.1-2 - Fix ldconfig search path -- Gitee