forked from pool/yast2-ntp-client
This commit is contained in:
parent
ea1649fafd
commit
b768222bde
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0cf500bf651d2b752419d8f3fec4725016a9687d7867b4a99ea176d234833b7d
|
|
||||||
size 119449
|
|
3
yast2-ntp-client-2.16.7.tar.bz2
Normal file
3
yast2-ntp-client-2.16.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76c044ffe06b7522bda318bf073756a0e62c43bbf600b643601f0b614c153096
|
||||||
|
size 122377
|
@ -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
|
Fri Apr 4 16:17:14 CEST 2008 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,18 +12,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-ntp-client
|
Name: yast2-ntp-client
|
||||||
Version: 2.16.6
|
Version: 2.16.7
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
Prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
|
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
|
||||||
BuildRequires: yast2-country-data
|
BuildRequires: yast2-country-data
|
||||||
#SLPAPI.pm
|
#SLPAPI.pm
|
||||||
# yast2/NetworkDevices -> yast2/NetworkInterfaces
|
# Hostname::CurrentDomain
|
||||||
Requires: yast2 >= 2.16.23
|
Requires: yast2 >= 2.16.48
|
||||||
Requires: yast2-country-data
|
Requires: yast2-country-data
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: YaST2 - NTP Client Configuration
|
Summary: YaST2 - NTP Client Configuration
|
||||||
@ -39,7 +39,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-ntp-client-2.16.6
|
%setup -n yast2-ntp-client-2.16.7
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -76,6 +76,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-ntp-client
|
%doc %{prefix}/share/doc/packages/yast2-ntp-client
|
||||||
/usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc
|
||||||
%changelog
|
%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
|
* Fri Apr 04 2008 jsuchome@suse.cz
|
||||||
- ntp-client_proposal: UI adapted for fate#302917 (distinguish
|
- ntp-client_proposal: UI adapted for fate#302917 (distinguish
|
||||||
between one-time synchronization and saving the client config)
|
between one-time synchronization and saving the client config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user