Accepting request 442726 from home:markkp:branches:network:time

Upgraded to version 2.4.1 which is a relatively small bugfix release.

OBS-URL: https://build.opensuse.org/request/show/442726
OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=22
This commit is contained in:
Martin Pluskal 2016-11-29 17:27:19 +00:00 committed by Git OBS Bridge
parent c32c19f1ec
commit eb111ceeb0
4 changed files with 18 additions and 7 deletions

3
chrony-2.4.1.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 29 16:54:52 UTC 2016 - mpost@suse.com
- Upgraded to version 2.4.1:
- Bug fixes
- Fix processing of kernel timestamps on non-Linux systems
- Fix crash with smoothtime directive
- Fix validation of refclock sample times
- Fix parsing of refclock directive
-------------------------------------------------------------------
Wed Jun 8 10:02:51 UTC 2016 - mrueckert@suse.de

View File

@ -11,10 +11,11 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define vendorzone opensuse.
%if 0%{?suse_version} > 1230
%bcond_without systemd
@ -26,10 +27,10 @@
%global clknetsim_ver a5949fe
Name: chrony
Version: 2.4
Version: 2.4.1
Release: 0
License: GPL-2.0
Summary: System Clock Synchronization Client and Server
License: GPL-2.0
Group: Productivity/Networking/Other
Url: http://chrony.tuxfamily.org/
Source: http://download.tuxfamily.org/chrony/chrony-%{version}.tar.gz
@ -51,11 +52,11 @@ Patch5: chrony-fix-open.patch
#
BuildRequires: NetworkManager-devel
BuildRequires: bison
BuildRequires: gcc-c++
BuildRequires: libcap-devel
BuildRequires: libedit-devel
BuildRequires: mozilla-nss-devel
BuildRequires: pkg-config
BuildRequires: gcc-c++
# 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