From aacb6613662c463c35c943454da966fa09e2639e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 15 Mar 2018 09:28:24 +0100 Subject: [PATCH 1/3] update to 3.3-pre1 --- .gitignore | 4 ++-- chrony.spec | 7 ++++--- sources | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 99d3c37..1e1be7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/chrony-3.2.tar.gz -/clknetsim-71dbbc.tar.gz +/chrony-3.3-pre1.tar.gz +/clknetsim-5b4d14.tar.gz diff --git a/chrony.spec b/chrony.spec index b39878e..cb6618e 100644 --- a/chrony.spec +++ b/chrony.spec @@ -1,9 +1,10 @@ %global _hardened_build 1 -%global clknetsim_ver 71dbbc +%global prerelease -pre1 +%global clknetsim_ver 5b4d14 %bcond_without debug Name: chrony -Version: 3.2 +Version: 3.3 Release: 1%{?dist} Summary: An NTP client/server @@ -66,7 +67,7 @@ md5sum -c <<-EOF | (! grep -v 'OK$') e473a9fab7fe200cacce3dca8b66290b examples/chrony.conf.example2 ba6bb05c50e03f6b5ab54a2b7914800d examples/chrony.keys.example 6a3178c4670de7de393d9365e2793740 examples/chrony.logrotate - 27cbc940c94575de320dbd251cbb4514 examples/chrony.nm-dispatcher + 63e0781f84e89ba6029d93ef0722c4ce examples/chrony.nm-dispatcher a85246982a89910b1e2d3356b7d131d7 examples/chronyd.service EOF diff --git a/sources b/sources index 18748af..e53ed6d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (chrony-3.2.tar.gz) = 496af5bed91600f268c1a0fa577bb8c7785e485f78598b666829c674e94770c16548cec4289a2ae9d0a51191d2705eda00886cb6cccae3828aa201a49d4783a4 -SHA512 (clknetsim-71dbbc.tar.gz) = 626175a3e97b33eaa462cd8416d5da18f44750d74a73dc824b591573a30613e956275951fd9d5bc52e1092284b0d7a67a85179e89532fa41d4a74c97aa0c78ba +SHA512 (chrony-3.3-pre1.tar.gz) = 39bb4788d362d9aaf30b84c59eaf3421110c3776d57eb955f12d8fdd6013f8ffa91a6ff1e8b0018113f63d660570b1aa70d96f7c31faca29d5b720c2f3f1d625 +SHA512 (clknetsim-5b4d14.tar.gz) = 6fc12fec423af00bb7329ee903e49021d38285e891cdb855e2c48ebf335d4142cc742acce85f37a51f97ed33643ff54d9da9a1adf6365b8e5a719a409334020c From 5aaf196ed7c7acacc4e33fa9e55caa83728d3678 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 4 Apr 2018 12:31:01 +0200 Subject: [PATCH 2/3] update to 3.3 --- .gitignore | 2 +- chrony.spec | 1 - sources | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1e1be7a..4ff9ed3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/chrony-3.3-pre1.tar.gz +/chrony-3.3.tar.gz /clknetsim-5b4d14.tar.gz diff --git a/chrony.spec b/chrony.spec index cb6618e..c5642e5 100644 --- a/chrony.spec +++ b/chrony.spec @@ -1,5 +1,4 @@ %global _hardened_build 1 -%global prerelease -pre1 %global clknetsim_ver 5b4d14 %bcond_without debug diff --git a/sources b/sources index e53ed6d..ac6ced9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (chrony-3.3-pre1.tar.gz) = 39bb4788d362d9aaf30b84c59eaf3421110c3776d57eb955f12d8fdd6013f8ffa91a6ff1e8b0018113f63d660570b1aa70d96f7c31faca29d5b720c2f3f1d625 +SHA512 (chrony-3.3.tar.gz) = 36975d863599141e8e5b071d35cf67326b27f5b0da7ec942dbb4530377d10472b0729eea632e0702718b515cb2d5fd41a7eba158e6dade7f05adfb1bdffa5df0 SHA512 (clknetsim-5b4d14.tar.gz) = 6fc12fec423af00bb7329ee903e49021d38285e891cdb855e2c48ebf335d4142cc742acce85f37a51f97ed33643ff54d9da9a1adf6365b8e5a719a409334020c From 3875e9209ffae1007abf63e63c02bdccab92ef90 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 4 Apr 2018 13:14:17 +0200 Subject: [PATCH 3/3] 3.3-1 --- chrony.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrony.spec b/chrony.spec index c5642e5..b676262 100644 --- a/chrony.spec +++ b/chrony.spec @@ -181,6 +181,9 @@ getent passwd chrony > /dev/null || /usr/sbin/useradd -r -g chrony \ %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Wed Apr 04 2018 Miroslav Lichvar 3.3-1 +- update to 3.3 + * Fri Sep 15 2017 Miroslav Lichvar 3.2-1 - update to 3.2 - get TAI-UTC offset and leap seconds from tzdata by default