Related: RHEL-39976
This commit is contained in:
Miroslav Lichvar 2024-06-05 15:04:10 +02:00
parent d42124a3dc
commit 68ec08e709

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
@ -71,6 +71,9 @@ echo '.so man8/synce4l.8' > $RPM_BUILD_ROOT%{_mandir}/man5/synce4l.conf.5
%{_mandir}/man8/*.8*
%changelog
* Wed Jun 05 2024 Miroslav Lichvar <mlichvar@redhat.com> 1.1.0-2
- move smc_socket_path in default config to /run
* Tue Jun 04 2024 Miroslav Lichvar <mlichvar@redhat.com> 1.1.0-1
- update to 1.1.0 (RHEL-39976, RHEL-39467, RHEL-39465, RHEL-39463, RHEL-39454)