diff --git a/yast2-ntp-client-2.17.6.tar.bz2 b/yast2-ntp-client-2.17.6.tar.bz2 deleted file mode 100644 index 7201471..0000000 --- a/yast2-ntp-client-2.17.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2286066eecfcbddc2fbc47dc0aa928908a4c76a2fc89eba4ac5106a505d2b42 -size 122708 diff --git a/yast2-ntp-client-2.17.7.tar.bz2 b/yast2-ntp-client-2.17.7.tar.bz2 new file mode 100644 index 0000000..2838eec --- /dev/null +++ b/yast2-ntp-client-2.17.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eee57e7a0acd618c8d07a5dcbb3b4da0d770b0da2b6108bd5c1c40db21612e9 +size 122699 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 3fffdc4..cda9827 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 7 13:54:27 CET 2008 - mvidner@suse.cz + +- Set a 15s timeout on one-time synchronization (bnc#442287). +- 2.17.7 + ------------------------------------------------------------------- Thu Nov 6 18:31:20 CET 2008 - mvidner@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 89cb33e..70052f5 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-ntp-client (Version 2.17.6) +# spec file for package yast2-ntp-client (Version 2.17.7) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-ntp-client -Version: 2.17.6 +Version: 2.17.7 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.17.6.tar.bz2 +Source0: yast2-ntp-client-2.17.7.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite BuildRequires: yast2-country-data @@ -46,7 +46,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-ntp-client-2.17.6 +%setup -n yast2-ntp-client-2.17.7 %build %{prefix}/bin/y2tool y2autoconf @@ -83,6 +83,9 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-ntp-client /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Fri Nov 07 2008 mvidner@suse.cz +- Set a 15s timeout on one-time synchronization (bnc#442287). +- 2.17.7 * Thu Nov 06 2008 mvidner@suse.cz - Adjusted dialog buttons according to YaST Style Guide (bnc#440532).