update to 1.31
This commit is contained in:
parent
2cc923c14c
commit
cc84193b06
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/chrony-1.31-pre1.tar.gz
|
/chrony-1.31.tar.gz
|
||||||
/clknetsim-e63178.tar.gz
|
/clknetsim-e63178.tar.gz
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global prerelease -pre1
|
|
||||||
%global clknetsim_ver e63178
|
%global clknetsim_ver e63178
|
||||||
%bcond_without debug
|
%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
|
sed -e 's|VENDORZONE\.|%{vendorzone}|' < %{SOURCE1} > chrony.conf
|
||||||
touch -r %{SOURCE1} chrony.conf
|
touch -r %{SOURCE1} chrony.conf
|
||||||
|
|
||||||
|
# regenerate the file from getdate.y
|
||||||
|
rm -f getdate.c
|
||||||
|
|
||||||
mv clknetsim test/simulation
|
mv clknetsim test/simulation
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -61,7 +63,7 @@ mv clknetsim test/simulation
|
|||||||
--docdir=%{_docdir} \
|
--docdir=%{_docdir} \
|
||||||
--with-user=chrony \
|
--with-user=chrony \
|
||||||
--with-sendmail=%{_sbindir}/sendmail
|
--with-sendmail=%{_sbindir}/sendmail
|
||||||
make %{?_smp_mflags} getdate all docs
|
make %{?_smp_mflags} all docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install install-docs DESTDIR=$RPM_BUILD_ROOT
|
make install install-docs DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user