update to 1.30-pre1
This commit is contained in:
parent
fbb52145a2
commit
29a27a56ba
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/chrony-1.29.1.tar.gz
|
||||
/chrony-1.30-pre1.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user