forked from pool/chrony
Accepting request 574551 from network:time
- Enable pps support OBS-URL: https://build.opensuse.org/request/show/574551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chrony?expand=0&rev=10
This commit is contained in:
commit
b1e2e0c493
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 10:21:09 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Enable pps support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:47:05 UTC 2017 - rbrown@suse.com
|
||||
|
||||
|
14
chrony.spec
14
chrony.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package chrony
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,20 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||
%if ! %{defined _fillupdir}
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
%define vendorzone opensuse.
|
||||
%global clknetsim_ver 71dbbc5
|
||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||
%if ! %{defined _fillupdir}
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: chrony
|
||||
Version: 3.2
|
||||
Release: 0
|
||||
Summary: System Clock Synchronization Client and Server
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Networking/Other
|
||||
Url: http://chrony.tuxfamily.org/
|
||||
URL: http://chrony.tuxfamily.org/
|
||||
Source: http://download.tuxfamily.org/chrony/chrony-%{version}.tar.gz
|
||||
Source2: chrony.sysconfig
|
||||
Source3: chrony.dhclient
|
||||
@ -51,6 +50,7 @@ BuildRequires: libcap-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: mozilla-nss-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pps-tools-devel
|
||||
# The timezone package is needed for the "make check" tests. It can be
|
||||
# removed if the call to make check is ever deleted.
|
||||
BuildRequires: timezone
|
||||
|
Loading…
x
Reference in New Issue
Block a user