From 2ea167feab220faac11517c83f01538125434689e179e9d51e99f2109fe19f18 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 13 Apr 2007 23:02:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=5 --- yast2-ntp-client-2.15.2.tar.bz2 | 3 --- yast2-ntp-client-2.15.3.tar.bz2 | 3 +++ yast2-ntp-client.changes | 8 ++++++++ yast2-ntp-client.spec | 13 +++++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 yast2-ntp-client-2.15.2.tar.bz2 create mode 100644 yast2-ntp-client-2.15.3.tar.bz2 diff --git a/yast2-ntp-client-2.15.2.tar.bz2 b/yast2-ntp-client-2.15.2.tar.bz2 deleted file mode 100644 index be5d103..0000000 --- a/yast2-ntp-client-2.15.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ace5d68ef9b9638d7fa8e97f47a56e903f56f69a3573b45315c258866840584 -size 118962 diff --git a/yast2-ntp-client-2.15.3.tar.bz2 b/yast2-ntp-client-2.15.3.tar.bz2 new file mode 100644 index 0000000..535be01 --- /dev/null +++ b/yast2-ntp-client-2.15.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b03dac09acba3022eacb9e70f24b43ac6f5522e2ee3f0aca16bd926962f025 +size 119053 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index f33bd41..ab67bb7 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 13 16:42:50 CEST 2007 - kmachalkova@suse.cz + +- Use 'ntpdate -q' (query only) when testing if ntp server is accesible, + do not hard-set the time +- Updated list of public ntp servers +- 2.15.3 + ------------------------------------------------------------------- Mon Mar 12 12:01:39 CET 2007 - kmachalkova@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index f30e423..af3e4a8 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-ntp-client (Version 2.15.2) +# spec file for package yast2-ntp-client (Version 2.15.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-ntp-client -Version: 2.15.2 +Version: 2.15.3 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.15.2.tar.bz2 +Source0: yast2-ntp-client-2.15.3.tar.bz2 prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite #SLPAPI.pm @@ -36,7 +36,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-ntp-client-2.15.2 +%setup -n yast2-ntp-client-2.15.3 %build %{prefix}/bin/y2tool y2autoconf @@ -74,6 +74,11 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Fri Apr 13 2007 - kmachalkova@suse.cz +- Use 'ntpdate -q' (query only) when testing if ntp server is accesible, + do not hard-set the time +- Updated list of public ntp servers +- 2.15.3 * Mon Mar 12 2007 - kmachalkova@suse.cz - Removed dependency on yast2-slp - install yast2-slp package only when needed (scan for local NTP servers)