diff --git a/chrony.spec b/chrony.spec index 837c447..4c9f83b 100644 --- a/chrony.spec +++ b/chrony.spec @@ -9,7 +9,7 @@ Name: chrony Version: 4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An NTP client/server License: GPLv2 @@ -202,6 +202,10 @@ fi %dir %attr(750,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Tue Aug 10 2021 Miroslav Lichvar 4.1-3 +- update seccomp filter for new glibc (#1990589) +- remove unnecessary build requirement + * Mon Aug 09 2021 Mohan Boddu - 4.1-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688