update to 1.30-pre1

This commit is contained in:
Miroslav Lichvar 2014-06-09 11:40:26 +02:00
parent fbb52145a2
commit 29a27a56ba
4 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/chrony-1.29.1.tar.gz
/chrony-1.30-pre1.tar.gz

View File

@ -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

View File

@ -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]

View File

@ -1 +1 @@
9d49eadac5eb49daec8cc3d92a869b0c chrony-1.29.1.tar.gz
3df633d4964d7e92f38fac68ef544d84 chrony-1.30-pre1.tar.gz