Related: RHEL-54121
This commit is contained in:
Miroslav Lichvar 2024-08-13 12:39:53 +02:00
parent 8f6c3dc239
commit 8e4ddd1d5a

View File

@ -1,6 +1,6 @@
Name: synce4l
Version: 1.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: SyncE implementation for Linux
License: GPL-2.0-or-later
@ -78,6 +78,9 @@ echo '.so man8/synce4l.8' > $RPM_BUILD_ROOT%{_mandir}/man5/synce4l.conf.5
%{_mandir}/man8/*.8*
%changelog
* Tue Aug 13 2024 Miroslav Lichvar <mlichvar@redhat.com> 1.1.0-2
- fix requested thread stack size on aarch64 (RHEL-54121)
* Wed Aug 07 2024 Miroslav Lichvar <mlichvar@redhat.com> 1.1.0-1
- update to 1.1.0 (RHEL-52089 RHEL-52090 RHEL-52091 RHEL-52197)