update to 2.3.2

This commit is contained in:
Hugel 2020-08-27 16:05:47 +08:00
parent d0849e949d
commit 2a3f205ee4
3 changed files with 12 additions and 1 deletions

Binary file not shown.

BIN
tpm2-abrmd-2.3.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,7 @@
%global selinuxtype targeted
Name: tpm2-abrmd
Version: 2.2.0
Version: 2.3.2
Release: 1
Summary: A system daemon implementing the TPM2 access broker (TAB) & Resource Manager (RM) spec from the TCG
License: BSD
@ -10,6 +12,9 @@ BuildRequires: systemd pkgconfig(cmocka) pkgconfig(dbus-1) pkgconfig(gio-unix-
BuildRequires: tpm2-tss-devel libtool autoconf-archive libgcrypt libgcrypt-devel
BuildRequires: chrpath
# tpm2-abrmd depends on the package that contains itsSELinux policy module
Requires: (%{name}-selinux >= 2.0.0-1 if selinux-policy-%{selinuxtype})
%description
This is a system daemon implementing the TPM2 access broker (TAB) & Resource Manager (RM) spec from the TCG.
The daemon (tpm2-abrmd) is implemented using Glib and the GObject system.
@ -91,6 +96,12 @@ exit 0
%{_mandir}/man8/*.8.gz
%changelog
* Thu Aug 27 2020 Hugel<gengqihu1@huawei.com> - 2.3.2-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: update to 2.3.2
* Fri Apr 24 2020 wanghongzhe<wanghongzhe@huawei.com> - 2.2.0-1
- Type:enhancement
- ID:NA