[chrony] update to 1.30-pre1

Miroslav Lichvar mlichvar at fedoraproject.org
Mon Jun 9 13:43:14 UTC 2014


commit 29a27a56ba3be4e7d0dc71734c0f6702674d04f1
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Mon Jun 9 11:40:26 2014 +0200

    update to 1.30-pre1

 .gitignore      |    2 +-
 chrony.spec     |    6 +++++-
 chronyd.service |    2 +-
 sources         |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80a71e8..baf7e95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/chrony-1.29.1.tar.gz
+/chrony-1.30-pre1.tar.gz
diff --git a/chrony.spec b/chrony.spec
index b47f62d..2bc9e36 100644
--- a/chrony.spec
+++ b/chrony.spec
@@ -1,7 +1,9 @@
+%global prerelease -pre1
 %global _hardened_build 1
+%bcond_with debug
 
 Name:           chrony
-Version:        1.29.1
+Version:        1.30
 Release:        2%{?dist}
 Summary:        An NTP client/server
 
@@ -50,7 +52,9 @@ touch -r %{SOURCE1} chrony.conf
 
 %build
 %configure \
+%{?with_debug: --enable-debug} \
         --docdir=%{_docdir} \
+        --with-user=chrony \
         --with-sendmail=%{_sbindir}/sendmail
 make %{?_smp_mflags} getdate all docs
 
diff --git a/chronyd.service b/chronyd.service
index 5b78861..48ec1ee 100644
--- a/chronyd.service
+++ b/chronyd.service
@@ -7,7 +7,7 @@ Conflicts=ntpd.service
 Type=forking
 PIDFile=/var/run/chronyd.pid
 EnvironmentFile=-/etc/sysconfig/chronyd
-ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS
+ExecStart=/usr/sbin/chronyd $OPTIONS
 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers
 
 [Install]
diff --git a/sources b/sources
index 00148e5..f44f5ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d49eadac5eb49daec8cc3d92a869b0c  chrony-1.29.1.tar.gz
+3df633d4964d7e92f38fac68ef544d84  chrony-1.30-pre1.tar.gz


More information about the scm-commits mailing list