Related: #1990589
This commit is contained in:
Miroslav Lichvar 2021-08-10 17:26:07 +02:00
parent 9cfd3c16e0
commit 04f554ad00
1 changed files with 5 additions and 1 deletions

View File

@ -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 <mlichvar@redhat.com> 4.1-3
- update seccomp filter for new glibc (#1990589)
- remove unnecessary build requirement
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688