Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d8ef22cc75 !13 修复 OBS 构建错误
From: @blublue
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2021-11-04 03:24:49 +00:00
blublue
e2125b707f Add buildrequires package digest-list-tools-devel to fix build failures 2021-10-18 02:31:33 +00:00
openeuler-ci-bot
a8cb17e53d !3 添加YAML文件
From: @caffeaulait
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2020-09-24 17:12:35 +08:00
caffeaulait
44b08168bf add yaml file 2020-09-24 16:25:18 +08:00
openeuler-ci-bot
9d15a84024 !2 Change Source0 in attest-tools.spec
From: @robertosassu
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2020-09-14 16:10:30 +08:00
Roberto Sassu
9990b286a2 Rename tarball 2020-09-14 09:46:22 +02:00
Roberto Sassu
379674c719 Change Source0 in attest-tools.spec 2020-09-14 09:43:32 +02:00
openeuler-ci-bot
56edceaca7 !1 Update to version 0.2.90
Merge pull request !1 from roberto.sassu/master
2020-08-03 19:47:11 +08:00
Roberto Sassu
5109ba6dda Initialize and check attest_data_path in attest_ra_client.c 2020-07-25 15:13:00 +02:00
Roberto Sassu
801c4fa546 Fix attest-tools.spec 2020-07-25 12:22:15 +02:00
4 changed files with 17 additions and 9 deletions

Binary file not shown.

View File

@ -1,15 +1,15 @@
name: attest-tools
Version: 0.2.90
Release: 1%{?dist}
Release: 3
Summary: Attestation tools
Source0: %{name}-%{version}.tar.gz
Source0: https://gitee.com/openeuler/%{name}/repository/archive/v%{version}.tar.gz
Source1: 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
BuildRequires: autoconf automake libcurl-devel libtool
BuildRequires: digest-list-tools json-c-devel libcurl-devel tss2-devel
BuildRequires: digest-list-tools-devel json-c-devel libcurl-devel tss2-devel
Requires: json-c curl tss2
%if 0%{?suse_version}
@ -19,7 +19,8 @@ BuildRequires: openssl-devel
%endif
%description
This package includes the tools for configure the IMA Digest Lists extension.
This package includes the tools to perform remote attestation with a quote
or a TPM key.
%prep
%autosetup -n %{name}-%{version} -p1
@ -29,13 +30,10 @@ This package includes the tools for configure the IMA Digest Lists extension.
autoreconf -iv
%configure
make %{?_smp_mflags}
make check
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/ima/digest_lists
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
%make_install %{?_smp_mflags}
%post
ldconfig
@ -75,10 +73,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Oct 18 2021 guoqinglan <guoqinglan@uniontech.com> - 0.2.90-3
- Add buildrequires package digest-list-tools-devel to fix build failures
* Mon Sep 14 2020 Roberto Sassu <roberto.sassu@huawei.com> - 0.2.90-2
- Change Source0 in spec file
* Wed Jul 08 2020 Roberto Sassu <roberto.sassu@huawei.com> - 0.2.90
- Bug fixes
* Fri Dec 12 2019 Roberto Sassu <roberto.sassu@huawei.com> - 0.2.0
* Thu Dec 12 2019 Roberto Sassu <roberto.sassu@huawei.com> - 0.2.0
- Add quote protocol
- Add parser for TPM 2.0 event log
- Add evm_key and dummy verifiers

4
attest-tools.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: gitee
src_repo: openEuler/attest-tools
tag_prefix: ^v
seperator: .

BIN
v0.2.90.tar.gz Normal file

Binary file not shown.