From c0a958ea0d156925a472e7504681f7fc661621b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Thu, 3 Oct 2024 10:58:41 +0200 Subject: [PATCH] fix(spec): apply all the patches in the spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apply all the patches in the spec, currently only the first one is applied. Resolves: RHEL-61407 Signed-off-by: Miguel Martín --- fido-device-onboard.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fido-device-onboard.spec b/fido-device-onboard.spec index 8374739..43472af 100644 --- a/fido-device-onboard.spec +++ b/fido-device-onboard.spec @@ -4,7 +4,7 @@ Name: fido-device-onboard Version: 0.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A rust implementation of the FIDO Device Onboard Specification License: BSD-3-Clause @@ -39,7 +39,7 @@ BuildRequires: libpq-devel %prep %setup -q -n %{name}-rs-%{version} # general patches should go here -%patch -P1 -p1 +%autopatch -p1 %if 0%{?rhel} %cargo_prep -V 1 @@ -283,6 +283,9 @@ Requires: fdo-init = %{version}-%{release} %systemd_postun_with_restart fdo-aio.service %changelog +* Thu Oct 03 2024 Miguel Martín - 0.5.0-4 +- Apply all the patches in the spec + * Wed Oct 02 2024 Miguel Martín - 0.5.0-3 - Backport https://github.com/fdo-rs/fido-device-onboard-rs/pull/676