OBS User unknown 2007-09-06 19:23:37 +00:00 committed by Git OBS Bridge
parent 20470dfb9a
commit d35cd6bbe1
4 changed files with 24 additions and 7 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d6c2cca434956d1b4fa33312a658f914fe2d73eb4857e04508c5ee5d7e76b73
size 123620

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 6 18:51:37 CEST 2007 - kmachalkova@suse.cz
- Accept IP as a valid NTP server address (#308265)
- Use Packages::addAdditionalPackage() for marking xntp package for
installation so that it is not discarded later on (#307363)
- Correct fix for not re-reading NTP configuration when calling
ntp-client from outside (no exception for the 1st stage)
- 2.15.9
-------------------------------------------------------------------
Mon Sep 3 17:01:12 CEST 2007 - kmachalkova@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-ntp-client (Version 2.15.8)
# spec file for package yast2-ntp-client (Version 2.15.9)
#
# 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.8
Version: 2.15.9
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-ntp-client-2.15.8.tar.bz2
Source0: yast2-ntp-client-2.15.9.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.8
%setup -n yast2-ntp-client-2.15.9
%build
%{prefix}/bin/y2tool y2autoconf
@ -74,6 +74,13 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc
%changelog
* Thu Sep 06 2007 - kmachalkova@suse.cz
- Accept IP as a valid NTP server address (#308265)
- Use Packages::addAdditionalPackage() for marking xntp package for
installation so that it is not discarded later on (#307363)
- Correct fix for not re-reading NTP configuration when calling
ntp-client from outside (no exception for the 1st stage)
- 2.15.9
* 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