From ea3ad5701411ddc4e0d11a393c8f78aa1e2b0510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 23 Dec 2024 11:46:06 +0100 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 chrony revision 59a44bfa70aeb291c20b5636af8eec5b --- chrony-124-tai.patch | 30 ++++++++++++++++++++++++++++++ chrony.changes | 5 +++++ chrony.spec | 2 ++ 3 files changed, 37 insertions(+) create mode 100644 chrony-124-tai.patch diff --git a/chrony-124-tai.patch b/chrony-124-tai.patch new file mode 100644 index 0000000..0856c5c --- /dev/null +++ b/chrony-124-tai.patch @@ -0,0 +1,30 @@ +From 8f5b3084144967b313cfb51285bf6517e06e1b9e Mon Sep 17 00:00:00 2001 +From: Miroslav Lichvar +Date: Tue, 4 Jun 2024 16:23:41 +0200 +Subject: [PATCH] test: make 124-tai more reliable + +Reported-by: Reinhard Max +--- + test/simulation/124-tai | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- test/simulation/124-tai.orig ++++ test/simulation/124-tai +@@ -20,7 +20,7 @@ client_conf=" + refclock SHM 0 dpoll 0 poll 0 tai + leapsectz right/UTC + leapsecmode ignore +-maxchange 1e-3 1 0" ++maxchange 1e-3 10 0" + + run_test || test_fail + check_chronyd_exit || test_fail +@@ -35,7 +35,7 @@ client_conf=" + refclock SHM 0 dpoll 0 poll 0 tai + leapsectz right/UTC + makestep 1 1 +-maxchange 1e-3 1 0" ++maxchange 1e-3 10 0" + + run_test || test_fail + check_chronyd_exit || test_fail diff --git a/chrony.changes b/chrony.changes index a07823c..081712a 100644 --- a/chrony.changes +++ b/chrony.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 4 14:57:09 UTC 2024 - Reinhard Max + +- bsc#1225362, chrony-124-tai.patch: make 124-tai more reliable + ------------------------------------------------------------------- Fri Sep 1 14:05:34 UTC 2023 - Fabian Vogt diff --git a/chrony.spec b/chrony.spec index 60204ba..100a159 100644 --- a/chrony.spec +++ b/chrony.spec @@ -70,6 +70,7 @@ Patch2: chrony-logrotate.patch Patch3: chrony-service-ordering.patch Patch7: chrony-htonl.patch Patch8: chrony.nm-dispatcher.dhcp.patch +Patch9: chrony-124-tai.patch BuildRequires: NetworkManager-devel BuildRequires: bison BuildRequires: findutils @@ -181,6 +182,7 @@ e.g. because the servers will be set via DHCP. %patch3 %patch7 %patch8 +%patch9 # Remove pool statements from the default /etc/chrony.conf. They will # be provided by branding packages in /etc/chrony.d/pool.conf .