diff --git a/chrony.changes b/chrony.changes index 4cd6e65..b710818 100644 --- a/chrony.changes +++ b/chrony.changes @@ -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 diff --git a/chrony.spec b/chrony.spec index 15aad46..4d351aa 100644 --- a/chrony.spec +++ b/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