2019-09-30 11:18:39 -04:00
|
|
|
Name: tpm2-tools
|
|
|
|
|
Version: 3.1.1
|
2020-01-22 12:33:57 +08:00
|
|
|
Release: 6
|
2019-09-30 11:18:39 -04:00
|
|
|
Summary: A TPM2.0 testing tool based on TPM2.0-TSS
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/tpm2-software/tpm2-tools
|
|
|
|
|
Source0: https://github.com/tpm2-software/tpm2-tools/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
Patch1: Revert-objectattrs-clear-before-or-ing-in-values.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++ libtool autoconf-archive pkgconfig(cmocka) pkgconfig(libcurl) pkgconfig(openssl)
|
2020-01-22 12:33:57 +08:00
|
|
|
BuildRequires: pkgconfig(tss2-mu) pkgconfig(tss2-sys) pkgconfig(tss2-esys) git libgcrypt
|
2019-09-30 11:18:39 -04:00
|
|
|
Requires: tpm2-tss >= 2.0.0-2
|
|
|
|
|
Obsoletes: tpm2-tools <= 2.1.1-2
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The package contains the code for the TPM (Trusted Platform Module) 2.0
|
|
|
|
|
tools based on tpm2-tss.
|
|
|
|
|
|
|
|
|
|
The tpm2-tools projects aims to deliver both low-level and aggregate
|
|
|
|
|
command line tools that provide access to a tpm2.0 compatible device.
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1 -Sgit
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --prefix=/usr --disable-static --disable-silent-rules
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-01-22 12:33:57 +08:00
|
|
|
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.1.1-6
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add BuildRequires
|
|
|
|
|
|
2019-09-30 11:18:39 -04:00
|
|
|
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.1.1-5
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: revise spec file with new rules
|
|
|
|
|
|
|
|
|
|
* Wed Aug 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.1.1-4
|
|
|
|
|
- Package init
|