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