From 20470dfb9a81ec802afc1f504297241e1df26e5eae9ba224f95208aa2b84aa95 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Sep 2007 16:21:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=10 --- yast2-ntp-client-2.15.7.tar.bz2 | 3 --- yast2-ntp-client-2.15.8.tar.bz2 | 3 +++ yast2-ntp-client.changes | 15 +++++++++++++++ yast2-ntp-client.spec | 20 ++++++++++++++++---- 4 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 yast2-ntp-client-2.15.7.tar.bz2 create mode 100644 yast2-ntp-client-2.15.8.tar.bz2 diff --git a/yast2-ntp-client-2.15.7.tar.bz2 b/yast2-ntp-client-2.15.7.tar.bz2 deleted file mode 100644 index fd2e53f..0000000 --- a/yast2-ntp-client-2.15.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9885941388cc883fe8e0146dfeda7139e16da8b11679c88fa0b2205f56f9b3a5 -size 123158 diff --git a/yast2-ntp-client-2.15.8.tar.bz2 b/yast2-ntp-client-2.15.8.tar.bz2 new file mode 100644 index 0000000..f12404c --- /dev/null +++ b/yast2-ntp-client-2.15.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9575b6e8002de57157976ca86f184c42ed02be8f2fbfcfa113e44cea907f0b37 +size 123590 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index f8c7f17..633d304 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Sep 3 17:01:12 CEST 2007 - kmachalkova@suse.cz + +- Fixed adding new NTP servers when calling ntp-client from outside + (e.g. timezone) - do not re-read the configuration if it has been + already read +- Use error popup (Report::Error) if NTP test fails (#306018) +- Display 'ntpd started on boot' warning message only if we don't + use NM and/or no network device is started at boot time (#299666) +- Do not query status/stop/start NTP service during installation + (holds for NTP test and ntp proposal client) +- Replace 'Finish' button with 'Accept' button in installation + proposal +- 2.15.8 + ------------------------------------------------------------------- Fri Aug 31 17:04:37 CEST 2007 - kmachalkova@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 79edaea..59a6a91 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.7) +# spec file for package yast2-ntp-client (Version 2.15.8) # # 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.7 +Version: 2.15.8 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.15.7.tar.bz2 +Source0: yast2-ntp-client-2.15.8.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.7 +%setup -n yast2-ntp-client-2.15.8 %build %{prefix}/bin/y2tool y2autoconf @@ -74,6 +74,18 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Mon Sep 03 2007 - kmachalkova@suse.cz +- Fixed adding new NTP servers when calling ntp-client from outside + (e.g. timezone) - do not re-read the configuration if it has been + already read +- Use error popup (Report::Error) if NTP test fails (#306018) +- Display 'ntpd started on boot' warning message only if we don't + use NM and/or no network device is started at boot time (#299666) +- Do not query status/stop/start NTP service during installation + (holds for NTP test and ntp proposal client) +- Replace 'Finish' button with 'Accept' button in installation + proposal +- 2.15.8 * Fri Aug 31 2007 - kmachalkova@suse.cz - Move all installation-related functionality into separate inst. clients (_proposal and _finish) (FaTE #302192)