Accepting request 442728 from network:time
1 OBS-URL: https://build.opensuse.org/request/show/442728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chrony?expand=0&rev=3
This commit is contained in:
commit
37d3458275
3
chrony-2.4.1.tar.gz
Normal file
3
chrony-2.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0fd59e0ef625b4459e3a9c7f221c52f56596582bce31abfae5f7369702edb6e0
|
||||||
|
size 390641
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d04e7cda2333289c2104b731d39c3c1db94816e43bae35d7ee4e7ae8af6391f
|
|
||||||
size 390077
|
|
@ -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
|
Wed Jun 8 10:02:51 UTC 2016 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -11,10 +11,11 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define vendorzone opensuse.
|
%define vendorzone opensuse.
|
||||||
%if 0%{?suse_version} > 1230
|
%if 0%{?suse_version} > 1230
|
||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
@ -26,10 +27,10 @@
|
|||||||
%global clknetsim_ver a5949fe
|
%global clknetsim_ver a5949fe
|
||||||
|
|
||||||
Name: chrony
|
Name: chrony
|
||||||
Version: 2.4
|
Version: 2.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
|
||||||
Summary: System Clock Synchronization Client and Server
|
Summary: System Clock Synchronization Client and Server
|
||||||
|
License: GPL-2.0
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Url: http://chrony.tuxfamily.org/
|
Url: http://chrony.tuxfamily.org/
|
||||||
Source: http://download.tuxfamily.org/chrony/chrony-%{version}.tar.gz
|
Source: http://download.tuxfamily.org/chrony/chrony-%{version}.tar.gz
|
||||||
@ -51,11 +52,11 @@ Patch5: chrony-fix-open.patch
|
|||||||
#
|
#
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
BuildRequires: mozilla-nss-devel
|
BuildRequires: mozilla-nss-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: gcc-c++
|
|
||||||
# The timezone package is needed for the "make check" tests. It can be
|
# The timezone package is needed for the "make check" tests. It can be
|
||||||
# removed if the call to make check is ever deleted.
|
# removed if the call to make check is ever deleted.
|
||||||
BuildRequires: timezone
|
BuildRequires: timezone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user