diff --git a/yast2-ntp-client-2.17.10.tar.bz2 b/yast2-ntp-client-2.17.10.tar.bz2 new file mode 100644 index 0000000..0a73526 --- /dev/null +++ b/yast2-ntp-client-2.17.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf95c81244225829d9b81a180322477b2b8474ebb3c20b9faea2e5669cf4c4ab +size 123198 diff --git a/yast2-ntp-client-2.17.8.tar.bz2 b/yast2-ntp-client-2.17.8.tar.bz2 deleted file mode 100644 index 0068ee1..0000000 --- a/yast2-ntp-client-2.17.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:825470b9356dd28064eaa8e902bc1d3fc4792268e3fa32e9790ea99a6db00a67 -size 123710 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 514dcc4..895c940 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Dec 12 16:00:50 CET 2008 - mvidner@suse.cz + +- Due to yesterday's change, the Configure button at install time + would access settings that would be ignored. Removed it. + (bnc#449615 c15) +- Reduced spacing in new server dialog to make it fit 80x24 + (bnc#458459). +- 2.17.10 + +------------------------------------------------------------------- +Thu Dec 11 14:41:45 CET 2008 - mvidner@suse.cz + +- At install time, do not overwrite the original ntp.conf but add our + changes instead. Specifically netconfig needs the key config + preserved (bnc#449615). +- 2.17.9 + +------------------------------------------------------------------- +Mon Dec 8 13:42:09 CET 2008 - kmachalkova@suse.cz + +- Missing strings marked for translation (bnc#446967, bnc#446969) + ------------------------------------------------------------------- Thu Dec 4 14:49:50 CET 2008 - kmachalkova@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index c2e2382..127dd0b 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-ntp-client (Version 2.17.8) +# spec file for package yast2-ntp-client (Version 2.17.10) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-ntp-client -Version: 2.17.8 +Version: 2.17.10 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.17.8.tar.bz2 +Source0: yast2-ntp-client-2.17.10.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite BuildRequires: yast2-country-data @@ -46,7 +46,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-ntp-client-2.17.8 +%setup -n yast2-ntp-client-2.17.10 %build %{prefix}/bin/y2tool y2autoconf @@ -83,6 +83,20 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-ntp-client /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Fri Dec 12 2008 mvidner@suse.cz +- Due to yesterday's change, the Configure button at install time + would access settings that would be ignored. Removed it. + (bnc#449615 c15) +- Reduced spacing in new server dialog to make it fit 80x24 + (bnc#458459). +- 2.17.10 +* Thu Dec 11 2008 mvidner@suse.cz +- At install time, do not overwrite the original ntp.conf but add our + changes instead. Specifically netconfig needs the key config + preserved (bnc#449615). +- 2.17.9 +* Mon Dec 08 2008 kmachalkova@suse.cz +- Missing strings marked for translation (bnc#446967, bnc#446969) * Thu Dec 04 2008 kmachalkova@suse.cz - If NETCONFIG_NTP_POLICY value can't be read (e.g. in inst-sys), set it to 'auto' as safe default (bnc#449362)