From b784df822d72e0c72f1e38292f4a98c7356dc464f7872f5b78c00a3b91a0de9e Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 16 Apr 2010 00:01:45 +0000 Subject: [PATCH] Accepting request 37596 from YaST:Head Copy from YaST:Head/yast2-ntp-client based on submit request 37596 from user varkoly OBS-URL: https://build.opensuse.org/request/show/37596 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=41 --- yast2-ntp-client-2.18.0.tar.bz2 | 3 --- yast2-ntp-client-2.18.1.tar.bz2 | 3 +++ yast2-ntp-client.changes | 27 +++++++++++++++++++++++++++ yast2-ntp-client.spec | 27 ++++++++++++++++++--------- 4 files changed, 48 insertions(+), 12 deletions(-) delete mode 100644 yast2-ntp-client-2.18.0.tar.bz2 create mode 100644 yast2-ntp-client-2.18.1.tar.bz2 diff --git a/yast2-ntp-client-2.18.0.tar.bz2 b/yast2-ntp-client-2.18.0.tar.bz2 deleted file mode 100644 index 5bf35fe..0000000 --- a/yast2-ntp-client-2.18.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:891c19663a102a1dd07555ab9c0c1b88d35c1bec76776b0f3063286bf2d33d9d -size 126011 diff --git a/yast2-ntp-client-2.18.1.tar.bz2 b/yast2-ntp-client-2.18.1.tar.bz2 new file mode 100644 index 0000000..c3c72fe --- /dev/null +++ b/yast2-ntp-client-2.18.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6c16171359efda03d435cd914d8b7faccee59f0523870f44c981f03dfa228a +size 129471 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index aa74249..52c6cce 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Apr 9 15:24:42 UTC 2010 - varkoly@novell.com + +- Initial version of time synchronization without running ntp as deamon +- NTP configuration is possible in first stage even no network is + configured. +- In the NTP proposal now it is possible to select if the NTP service + will be started as deamon or not + +------------------------------------------------------------------- +Thu Apr 8 15:48:00 CEST 2010 - mvidner@suse.cz + +- Added a write_only parameter to ntp-client_proposal:Write, + to fix disabling NTP without trying to sync with it (bnc#589296) + +------------------------------------------------------------------ +Wed Jan 13 18:56:03 CET 2010 - kmachalkova@suse.cz + +- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su + where root privileges are needed, removed X-KDE-SubstituteUID key + (bnc#540627) + +------------------------------------------------------------------- +Wed Jul 8 13:30:06 CEST 2009 - ug@suse.de + +- RNC file less strict + ------------------------------------------------------------------- Tue Jun 16 14:27:45 CEST 2009 - mvidner@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index edbdd1f..69a0328 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,7 +1,7 @@ # -# spec file for package yast2-ntp-client (Version 2.18.0) +# spec file for package yast2-ntp-client (Version 2.18.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,37 +19,46 @@ Name: yast2-ntp-client -Version: 2.18.0 -Release: 2 -License: GPL -Group: System/YaST +Version: 2.18.1 +Release: 1 + BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.18.0.tar.bz2 +Source0: yast2-ntp-client-2.18.1.tar.bz2 + Prefix: /usr + +Group: System/YaST +License: GPLv2+ BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite BuildRequires: yast2-country-data #SLPAPI.pm # Hostname::CurrentDomain Requires: yast2 >= 2.16.48 Requires: yast2-country-data + BuildArch: noarch + Summary: YaST2 - NTP Client Configuration %description This package contains the YaST2 component for NTP client configuration. %prep -%setup -n yast2-ntp-client-2.18.0 +%setup -n yast2-ntp-client-2.18.1 %build %{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2automake autoreconf --force --install + export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" + %{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +# V=1: verbose build in case we used AM_SILENT_RULES(yes) +# so that RPM_OPT_FLAGS check works +make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT"