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:
parent
fdbf41e3f1
commit
c0a958ea0d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: fido-device-onboard
|
Name: fido-device-onboard
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A rust implementation of the FIDO Device Onboard Specification
|
Summary: A rust implementation of the FIDO Device Onboard Specification
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ BuildRequires: libpq-devel
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-rs-%{version}
|
%setup -q -n %{name}-rs-%{version}
|
||||||
# general patches should go here
|
# general patches should go here
|
||||||
%patch -P1 -p1
|
%autopatch -p1
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%cargo_prep -V 1
|
%cargo_prep -V 1
|
||||||
@ -283,6 +283,9 @@ Requires: fdo-init = %{version}-%{release}
|
|||||||
%systemd_postun_with_restart fdo-aio.service
|
%systemd_postun_with_restart fdo-aio.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Backport https://github.com/fdo-rs/fido-device-onboard-rs/pull/676
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user