diff --git a/attest-tools-0.2.90.tar.gz b/attest-tools-0.2.90.tar.gz index 7239dee..f2e0852 100644 Binary files a/attest-tools-0.2.90.tar.gz and b/attest-tools-0.2.90.tar.gz differ diff --git a/attest-tools.spec b/attest-tools.spec index 65b048a..8d7dede 100644 --- a/attest-tools.spec +++ b/attest-tools.spec @@ -1,6 +1,6 @@ name: attest-tools Version: 0.2.90 -Release: 1%{?dist} +Release: 1 Summary: Attestation tools Source0: %{name}-%{version}.tar.gz @@ -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