update to 1.26-pre1

This commit is contained in:
Miroslav Lichvar 2011-06-24 14:29:09 +02:00
parent d3ff70c319
commit 561c9824f7
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/timepps.h /timepps.h
/chrony-1.25.tar.gz /chrony-1.26-pre1.tar.gz

View File

@ -1,6 +1,7 @@
%define prerelease -pre1
Name: chrony Name: chrony
Version: 1.25 Version: 1.26
Release: 2%{?gitpatch}%{?dist} Release: 0.1.pre1%{?gitpatch}%{?dist}
Summary: An NTP client/server Summary: An NTP client/server
Group: System Environment/Daemons Group: System Environment/Daemons
@ -51,7 +52,10 @@ export CFLAGS
export CPPFLAGS="-Ipps" export CPPFLAGS="-Ipps"
export LDFLAGS="-Wl,-z,relro,-z,now" export LDFLAGS="-Wl,-z,relro,-z,now"
%configure --docdir=%{_docdir} --enable-forcednsretry %configure \
--docdir=%{_docdir} \
--enable-forcednsretry \
--with-sendmail=%{_sbindir}/sendmail
make %{?_smp_mflags} getdate all docs make %{?_smp_mflags} getdate all docs
%install %install

View File

@ -1,2 +1,2 @@
b494eddf72f3455c333eed80642dc20d timepps.h b494eddf72f3455c333eed80642dc20d timepps.h
9de3605616228ee010790da09df27500 chrony-1.25.tar.gz 232594d5f2065cbb905f484258a854fd chrony-1.26-pre1.tar.gz