Update to version 0.2.91
(cherry picked from commit 2df6d99365d0dc0828563c1f16ace19d3d81fcd7)
This commit is contained in:
parent
4e5e2b63f6
commit
cfbaa32c37
@ -1,6 +1,6 @@
|
||||
name: attest-tools
|
||||
Version: 0.2.90
|
||||
Release: 2
|
||||
Version: 0.2.91
|
||||
Release: 1
|
||||
Summary: Attestation tools
|
||||
|
||||
Source0: https://gitee.com/openeuler/%{name}/repository/archive/v%{version}.tar.gz
|
||||
@ -22,6 +22,13 @@ BuildRequires: openssl-devel
|
||||
This package includes the tools to perform remote attestation with a quote
|
||||
or a TPM key.
|
||||
|
||||
%package devel
|
||||
Summary: Development headers and libraries for %{name}
|
||||
Requires:%{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package includes the headers of the libraries.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%setup -a 1 -n %{name}-%{version}
|
||||
@ -71,8 +78,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/ekcert_read.sh
|
||||
%{_bindir}/attest_parse_json
|
||||
|
||||
%files devel
|
||||
%{_prefix}/include/attest-tools
|
||||
|
||||
%changelog
|
||||
* Fri Nov 13 2020 Roberto Sassu <roberto.sassu@huawei.com> - 0.2.91-1
|
||||
- Update algorithm for boot_aggregate calculation
|
||||
- Install includes
|
||||
- Bug fixes
|
||||
|
||||
* Mon Sep 14 2020 Roberto Sassu <roberto.sassu@huawei.com> - 0.2.90-2
|
||||
- Change Source0 in spec file
|
||||
|
||||
|
||||
BIN
v0.2.90.tar.gz
BIN
v0.2.90.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user