From 6e614a6649ac0b26ac113961267526bf55838de5 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:20:33 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0-1mamba;Thu Apr 30 2015] --- chrony-1.28-run-dir.patch | 12 ------------ chrony-2.0-run-dir.patch | 11 +++++++++++ chrony.spec | 7 +++++-- 3 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 chrony-1.28-run-dir.patch create mode 100644 chrony-2.0-run-dir.patch diff --git a/chrony-1.28-run-dir.patch b/chrony-1.28-run-dir.patch deleted file mode 100644 index 548ac13..0000000 --- a/chrony-1.28-run-dir.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru chrony-1.27.orig/conf.c chrony-1.27/conf.c ---- chrony-1.27.orig/conf.c 2013-02-01 15:47:43.000000000 +0100 -+++ chrony-1.27/conf.c 2013-04-13 19:42:37.175845513 +0200 -@@ -205,7 +205,7 @@ - - /* Filename to use for storing pid of running chronyd, to prevent multiple - * chronyds being started. */ --static char *pidfile = "/var/run/chronyd.pid"; -+static char *pidfile = "/run/chronyd.pid"; - - /* Temperature sensor, update interval and compensation coefficients */ - static char *tempcomp_file = NULL; diff --git a/chrony-2.0-run-dir.patch b/chrony-2.0-run-dir.patch new file mode 100644 index 0000000..897ac2d --- /dev/null +++ b/chrony-2.0-run-dir.patch @@ -0,0 +1,11 @@ +--- chrony-2.0/conf.c.orig 2015-04-29 23:52:58.417633941 +0200 ++++ chrony-2.0/conf.c 2015-04-29 23:57:03.586335205 +0200 +@@ -319,7 +319,7 @@ + + dumpdir = Strdup("."); + logdir = Strdup("."); +- pidfile = Strdup("/var/run/chronyd.pid"); ++ pidfile = Strdup("/run/chronyd.pid"); + rtc_device = Strdup("/dev/rtc"); + user = Strdup(DEFAULT_USER); + } diff --git a/chrony.spec b/chrony.spec index 98b73b6..3c86147 100644 --- a/chrony.spec +++ b/chrony.spec @@ -2,7 +2,7 @@ %define chrony_userid 55 Name: chrony -Version: 1.31.1 +Version: 2.0 Release: 1mamba Summary: A pair of programs which are used to maintain the accuracy of the system clock on a computer Group: System/Servers @@ -17,7 +17,7 @@ Source3: chronyd-nm-dispatcher Source4: chrony-wait.service Source5: chronyd.service Source6: chrony.helper -Patch0: %{name}-1.28-run-dir.patch +Patch0: %{name}-2.0-run-dir.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -130,6 +130,9 @@ fi #NEWS README chrony.txt examples/chrony.conf.example examples/chrony.keys.example %changelog +* Thu Apr 30 2015 Automatic Build System 2.0-1mamba +- automatic version update by autodist + * Wed Apr 08 2015 Automatic Build System 1.31.1-1mamba - automatic version update by autodist