From c6888702637401341b910b1d1af69ab73957cd32e9b2d8ebb59530c911dea293 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 31 Oct 2007 15:41:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=15 --- yast2-ntp-client-2.16.0.tar.bz2 | 3 --- yast2-ntp-client-2.16.1.tar.bz2 | 3 +++ yast2-ntp-client.changes | 8 ++++++++ yast2-ntp-client.spec | 13 +++++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 yast2-ntp-client-2.16.0.tar.bz2 create mode 100644 yast2-ntp-client-2.16.1.tar.bz2 diff --git a/yast2-ntp-client-2.16.0.tar.bz2 b/yast2-ntp-client-2.16.0.tar.bz2 deleted file mode 100644 index 5a82398..0000000 --- a/yast2-ntp-client-2.16.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c39459f2ebafcaa1fc2a7d734fbbca4419dc6a4148d0741ed1e009920c20eb18 -size 123968 diff --git a/yast2-ntp-client-2.16.1.tar.bz2 b/yast2-ntp-client-2.16.1.tar.bz2 new file mode 100644 index 0000000..fa7fe40 --- /dev/null +++ b/yast2-ntp-client-2.16.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88055d2f560107ba2f6f988944d0ccaabca2d27ba190690e556befe9b6fb5143 +size 124003 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 148f236..c8a855c 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 31 13:53:04 CET 2007 - kmachalkova@suse.cz + +- Prompt for installing xntp package (CheckAndInstallPackages) on + running system, do not scan repositories (Package::Available()) + (#327336) +- 2.16.1 + ------------------------------------------------------------------- Wed Oct 3 18:44:06 CEST 2007 - kmachalkova@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 51650c0..7eb50d2 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-ntp-client (Version 2.16.0) +# spec file for package yast2-ntp-client (Version 2.16.1) # # 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.16.0 +Version: 2.16.1 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.16.0.tar.bz2 +Source0: yast2-ntp-client-2.16.1.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.16.0 +%setup -n yast2-ntp-client-2.16.1 %build %{prefix}/bin/y2tool y2autoconf @@ -73,6 +73,11 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-ntp-client /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog +* Wed Oct 31 2007 - kmachalkova@suse.cz +- Prompt for installing xntp package (CheckAndInstallPackages) on + running system, do not scan repositories (Package::Available()) + (#327336) +- 2.16.1 * Wed Oct 03 2007 - kmachalkova@suse.cz - Added visual progress feedback for running ntpdate in installation proposal (#328469)