From 98c617a706f6f812bf5c112ed1c8c7491352b636 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 23 Aug 2023 15:38:57 +0100 Subject: [PATCH] Ensure client service fix is applied --- fido-device-onboard.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fido-device-onboard.spec b/fido-device-onboard.spec index 2594131..5790600 100644 --- a/fido-device-onboard.spec +++ b/fido-device-onboard.spec @@ -4,7 +4,7 @@ Name: fido-device-onboard Version: 0.4.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A rust implementation of the FIDO Device Onboard Specification License: BSD-3-Clause @@ -40,6 +40,7 @@ BuildRequires: tpm2-tss-devel %setup -q -n %{name}-rs-%{version} %patch0 -p1 %patch1 -p1 +%patch3 -p1 %if 0%{?rhel} %patch2 -p1 @@ -269,6 +270,9 @@ Requires: fdo-init = %{version}-%{release} %systemd_postun_with_restart fdo-aio.service %changelog +* Wed Aug 23 2023 Peter Robinson - 0.4.12-4 +- Ensure client service fix is applied + * Tue Aug 22 2023 Peter Robinson - 0.4.12-3 - Own var/lib/fdo, SELinux fixes