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
This commit is contained in:
OBS User autobuild 2010-04-16 00:01:45 +00:00 committed by Git OBS Bridge
parent e994862bc3
commit b784df822d
4 changed files with 48 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:891c19663a102a1dd07555ab9c0c1b88d35c1bec76776b0f3063286bf2d33d9d
size 126011

View File

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

View File

@ -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

View File

@ -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"