OBS User unknown 2007-09-03 16:21:13 +00:00 committed by Git OBS Bridge
parent a3802920ae
commit 20470dfb9a
4 changed files with 34 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9885941388cc883fe8e0146dfeda7139e16da8b11679c88fa0b2205f56f9b3a5
size 123158

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9575b6e8002de57157976ca86f184c42ed02be8f2fbfcfa113e44cea907f0b37
size 123590

View File

@ -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

View File

@ -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 <locilka@suse.cz>
%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)