diff --git a/attest-tools.spec b/attest-tools.spec index 40017e931868d4f5273742e690f6d1b8d39945a8..82ae68d1cc73b06d0104089c60c935c0cb0a35df 100644 --- a/attest-tools.spec +++ b/attest-tools.spec @@ -1,10 +1,10 @@ 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 -Source1: openssl_tpm2_engine-2.4.2.tar.gz +Source1: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/openssl_tpm2_engine.git/snapshot/openssl_tpm2_engine-2.4.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPL-2.0 Url: https://gitee.com/openeuler/attest-tools @@ -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 - 0.2.91-1 +- Update algorithm for boot_aggregate calculation +- Install includes +- Bug fixes + * Mon Sep 14 2020 Roberto Sassu - 0.2.90-2 - Change Source0 in spec file diff --git a/v0.2.90.tar.gz b/v0.2.90.tar.gz deleted file mode 100644 index 28dc4fb3be04add80bcfff8b30c8e080afcdbc84..0000000000000000000000000000000000000000 Binary files a/v0.2.90.tar.gz and /dev/null differ diff --git a/v0.2.91.tar.gz b/v0.2.91.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..148b734b10dc7dd7e0e0ee38b1b9d88a04c1154b Binary files /dev/null and b/v0.2.91.tar.gz differ