diff --git a/0001-remove-ROC-sensitive.patch b/0001-remove-ROC-sensitive.patch new file mode 100644 index 0000000000000000000000000000000000000000..32f4b8ae382f62f00d684cf33f3e6923f0d8299b --- /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 8ba083241f06fd90c666444269a8dc2dbe452752..ada6e8f110654ea2d1adf2197d94e7f52c318b16 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