diff --git a/fido-device-onboard.spec b/fido-device-onboard.spec index 5790600..e801be5 100644 --- a/fido-device-onboard.spec +++ b/fido-device-onboard.spec @@ -4,7 +4,7 @@ Name: fido-device-onboard Version: 0.4.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A rust implementation of the FIDO Device Onboard Specification License: BSD-3-Clause @@ -270,6 +270,9 @@ Requires: fdo-init = %{version}-%{release} %systemd_postun_with_restart fdo-aio.service %changelog +* Fri Dec 01 2023 Fabio Valentini - 0.4.12-5 +- Rebuild for openssl crate >= v0.10.60 (RUSTSEC-2023-0044, RUSTSEC-2023-0072) + * Wed Aug 23 2023 Peter Robinson - 0.4.12-4 - Ensure client service fix is applied