Accepting request 94288 from home:a_jaeger:branches:network:time
Update to 1.26 OBS-URL: https://build.opensuse.org/request/show/94288 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=2
This commit is contained in:
parent
4b371e4ed1
commit
738db637bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7171c4ebd88d4b8c1d2e3c0a05db93a86623f7ae8bae49cc6d7441c6468228c
|
||||
size 279081
|
3
chrony-1.26.tar.gz
Normal file
3
chrony-1.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb191ca4ba59e192c96d022618ca3eaee49f3c11f9af8dd7297020b27bf3e05b
|
||||
size 381475
|
@ -1,4 +1,4 @@
|
||||
--- examples/chrony.conf.example.orig 2010-03-07 17:42:07.000000000 +0100
|
||||
--- examples/chrony.conf.example 2010-03-07 17:42:07.000000000 +0100
|
||||
+++ examples/chrony.conf.example 2010-03-07 23:59:35.000000000 +0100
|
||||
@@ -43,9 +43,45 @@
|
||||
# you can access at
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
# If you have real time clock support enabled (see below), you might want
|
||||
# this line instead:
|
||||
--- examples/chrony.keys.example.orig 2010-03-07 17:41:49.000000000 +0100
|
||||
--- examples/chrony.keys.example 2010-03-07 17:41:49.000000000 +0100
|
||||
+++ examples/chrony.keys.example 2010-03-07 17:42:01.000000000 +0100
|
||||
@@ -12,7 +12,7 @@
|
||||
#######################################################################
|
||||
|
10
chrony.changes
Normal file
10
chrony.changes
Normal file
@ -0,0 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 13:55:16 UTC 2011 - aj@suse.de
|
||||
|
||||
- Update to version 1.26:
|
||||
* Added compatibility with Linux 3.0 and later
|
||||
* Fixed replying on multihomed IPv6 hosts
|
||||
* Other minor bug fixes and improvements
|
||||
- Cleanup package a bit.
|
||||
|
||||
|
12
chrony.spec
12
chrony.spec
@ -1,11 +1,11 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: chrony
|
||||
Version: 1.24
|
||||
Version: 1.26
|
||||
Release: 0
|
||||
Summary: System Clock Synchronization Client and Server
|
||||
# http://download.tuxfamily.org/chrony/chrony-%{version}.tar.gz
|
||||
Source: chrony-%{version}.tar.bz2
|
||||
#
|
||||
Source: http://download.tuxfamily.org/chrony/chrony-%{version}.tar.gz
|
||||
Source1: chrony.init
|
||||
Source2: chrony.sysconfig
|
||||
Patch1: chrony-config.patch
|
||||
@ -18,7 +18,7 @@ BuildRequires: readline-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: gcc make glibc-devel
|
||||
%if 0%{?suse_version} >= 1030
|
||||
%if 0%{?suse_version} >= 1030 && 0%{?suse_version} <= 1140
|
||||
BuildRequires: licenses
|
||||
Requires: licenses
|
||||
%endif
|
||||
@ -85,12 +85,16 @@ as the Chronyd instance it is controlling or a different computer.
|
||||
%__install -d "%{buildroot}%{_var}/lib/chrony"
|
||||
%__install -d "%{buildroot}%{_var}/log/chrony"
|
||||
|
||||
|
||||
%if 0%{?suse_version} >= 1030 && 0%{?suse_version} <= 1140
|
||||
h=/usr/share/doc/licenses/md5/$(md5sum COPYING|cut -f1 -d" ")
|
||||
test -e "$h" && %__ln_s -f "$h" .
|
||||
%endif
|
||||
|
||||
%__install -d "%{buildroot}%{_sysconfdir}"
|
||||
%__install -m0644 examples/chrony.conf.example "%{buildroot}%{_sysconfdir}/chrony.conf"
|
||||
%__install -m0600 examples/chrony.keys.example "%{buildroot}%{_sysconfdir}/chrony.keys"
|
||||
rm examples/chrony.keys.example.orig
|
||||
|
||||
%pre
|
||||
/usr/sbin/groupadd -r chrony || :
|
||||
|
Loading…
Reference in New Issue
Block a user