update to 1.31

This commit is contained in:
Miroslav Lichvar 2014-09-11 10:27:06 +02:00
parent 2cc923c14c
commit cc84193b06
3 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/chrony-1.31-pre1.tar.gz
/chrony-1.31.tar.gz
/clknetsim-e63178.tar.gz

View File

@ -1,5 +1,4 @@
%global _hardened_build 1
%global prerelease -pre1
%global clknetsim_ver e63178
%bcond_without debug
@ -53,6 +52,9 @@ clocks, system real-time clock or manual input as time references.
sed -e 's|VENDORZONE\.|%{vendorzone}|' < %{SOURCE1} > chrony.conf
touch -r %{SOURCE1} chrony.conf
# regenerate the file from getdate.y
rm -f getdate.c
mv clknetsim test/simulation
%build
@ -61,7 +63,7 @@ mv clknetsim test/simulation
--docdir=%{_docdir} \
--with-user=chrony \
--with-sendmail=%{_sbindir}/sendmail
make %{?_smp_mflags} getdate all docs
make %{?_smp_mflags} all docs
%install
make install install-docs DESTDIR=$RPM_BUILD_ROOT

View File

@ -1,2 +1,2 @@
49ef0d5c318591e90e99b4c1e35e11f6 chrony-1.31-pre1.tar.gz
04ab702fc81150db06809562a9aaed92 chrony-1.31.tar.gz
810ec170d1accbd526d37ec159d5921b clknetsim-e63178.tar.gz