add symlinks to clevis-*crypt-tpm2plus
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
137e4ced8a
commit
ec6090db1f
@ -5,7 +5,7 @@
|
||||
|
||||
Name: clevis-pin-tpm2
|
||||
Version: 0.1.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Clevis PIN for unlocking with TPM2 supporting Authorized Policies
|
||||
|
||||
License: EUPL 1.2
|
||||
@ -34,6 +34,8 @@ Requires: clevis
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
ln -s /usr/bin/clevis-pin-tpm2 %{buildroot}/usr/bin/clevis-encrypt-tpm2plus
|
||||
ln -s /usr/bin/clevis-pin-tpm2 %{buildroot}/usr/bin/clevis-decrypt-tpm2plus
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
@ -43,8 +45,12 @@ Requires: clevis
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_bindir}/clevis-pin-tpm2
|
||||
%{_bindir}/clevis-*-tpm2plus
|
||||
|
||||
%changelog
|
||||
* Tue Aug 25 2020 Patrick Uiterwijk <patrick@puiterwijk.org> - 0.1.2-2
|
||||
- Add symlink to clevis-{en,de}crypt-tpm2plus
|
||||
|
||||
* Fri Aug 21 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.1.2-1
|
||||
- Update to 0.1.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user