fix(spec): apply all the patches in the spec

Apply all the patches in the spec, currently only
the first one is applied.

Resolves: RHEL-61407

Signed-off-by: Miguel Martín <mmartinv@redhat.com>
This commit is contained in:
Miguel Martín 2024-10-03 10:58:41 +02:00
parent fdbf41e3f1
commit c0a958ea0d
No known key found for this signature in database
GPG Key ID: 399C0C41974AC700

View File

@ -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 <mmartinv@redhat.com> - 0.5.0-4
- Apply all the patches in the spec
* Wed Oct 02 2024 Miguel Martín <mmartinv@redhat.com> - 0.5.0-3
- Backport https://github.com/fdo-rs/fido-device-onboard-rs/pull/676