diff --git a/chrony-2.0-run-dir.patch b/chrony-2.0-run-dir.patch deleted file mode 100644 index 897ac2d..0000000 --- a/chrony-2.0-run-dir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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-2.2-run-dir.patch b/chrony-2.2-run-dir.patch new file mode 100644 index 0000000..615205a --- /dev/null +++ b/chrony-2.2-run-dir.patch @@ -0,0 +1,11 @@ +--- chrony-2.2/conf.c.orig 2015-11-21 14:23:47.219442178 +0100 ++++ chrony-2.2/conf.c 2015-11-21 14:23:54.745391572 +0100 +@@ -322,7 +322,7 @@ + dumpdir = Strdup("."); + logdir = Strdup("."); + bind_cmd_path = Strdup(DEFAULT_COMMAND_SOCKET); +- pidfile = Strdup("/var/run/chronyd.pid"); ++ pidfile = Strdup("/run/chronyd.pid"); + rtc_device = Strdup("/dev/rtc"); + hwclock_file = Strdup(DEFAULT_HWCLOCK_FILE); + user = Strdup(DEFAULT_USER); diff --git a/chrony.spec b/chrony.spec index 518e0d6..f1528d2 100644 --- a/chrony.spec +++ b/chrony.spec @@ -2,7 +2,7 @@ %define chrony_userid 55 Name: chrony -Version: 2.1.1 +Version: 2.2 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}-2.0-run-dir.patch +Patch0: %{name}-2.2-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 +* Sat Nov 21 2015 Automatic Build System 2.2-1mamba +- automatic version update by autodist + * Wed Jul 01 2015 Automatic Build System 2.1.1-1mamba - automatic version update by autodist