Compare commits
10 Commits
55e551cee1
...
d8ef22cc75
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8ef22cc75 | ||
|
|
e2125b707f | ||
|
|
a8cb17e53d | ||
|
|
44b08168bf | ||
|
|
9d15a84024 | ||
|
|
9990b286a2 | ||
|
|
379674c719 | ||
|
|
56edceaca7 | ||
|
|
5109ba6dda | ||
|
|
801c4fa546 |
Binary file not shown.
@ -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
4
attest-tools.yaml
Normal 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
BIN
v0.2.90.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user