diff --git a/yast2-ntp-client-2.16.6.tar.bz2 b/yast2-ntp-client-2.16.6.tar.bz2 deleted file mode 100644 index 2cbc356..0000000 --- a/yast2-ntp-client-2.16.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cf500bf651d2b752419d8f3fec4725016a9687d7867b4a99ea176d234833b7d -size 119449 diff --git a/yast2-ntp-client-2.16.7.tar.bz2 b/yast2-ntp-client-2.16.7.tar.bz2 new file mode 100644 index 0000000..5f61eeb --- /dev/null +++ b/yast2-ntp-client-2.16.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c044ffe06b7522bda318bf073756a0e62c43bbf600b643601f0b614c153096 +size 122377 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 721ab26..f6949b0 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Apr 11 10:47:33 CEST 2008 - mvidner@suse.cz + +- Suggest ntp.$domain as the local server (fate#302863). +- 2.16.7 + +------------------------------------------------------------------- +Wed Apr 9 13:38:32 CEST 2008 - mvidner@suse.cz + +- Read the whole configuration of NTP (not only ntp.conf + but also e.g. firewall) on running system to initialize + everything correctly; do not re-read ntp.confif it has been read + already (bnc#375877) + ------------------------------------------------------------------- Fri Apr 4 16:17:14 CEST 2008 - jsuchome@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 895b174..96e268a 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-ntp-client (Version 2.16.6) +# spec file for package yast2-ntp-client (Version 2.16.7) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,18 +12,18 @@ Name: yast2-ntp-client -Version: 2.16.6 +Version: 2.16.7 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.16.6.tar.bz2 +Source0: yast2-ntp-client-2.16.7.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite BuildRequires: yast2-country-data #SLPAPI.pm -# yast2/NetworkDevices -> yast2/NetworkInterfaces -Requires: yast2 >= 2.16.23 +# Hostname::CurrentDomain +Requires: yast2 >= 2.16.48 Requires: yast2-country-data BuildArch: noarch Summary: YaST2 - NTP Client Configuration @@ -39,7 +39,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-ntp-client-2.16.6 +%setup -n yast2-ntp-client-2.16.7 %build %{prefix}/bin/y2tool y2autoconf @@ -76,6 +76,14 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-ntp-client /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Fri Apr 11 2008 mvidner@suse.cz +- Suggest ntp.$domain as the local server (fate#302863). +- 2.16.7 +* Wed Apr 09 2008 mvidner@suse.cz +- Read the whole configuration of NTP (not only ntp.conf + but also e.g. firewall) on running system to initialize + everything correctly; do not re-read ntp.confif it has been read + already (bnc#375877) * Fri Apr 04 2008 jsuchome@suse.cz - ntp-client_proposal: UI adapted for fate#302917 (distinguish between one-time synchronization and saving the client config)