Update to 2.2.0 release
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
004544b69c
commit
6754bb688d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/tpm2-tss-2.1.0.tar.gz
|
/tpm2-tss-2.2.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (tpm2-tss-2.1.0.tar.gz) = 2aea80a4cb2be59a87de6eda74a2907a2832aa76c3c208f610172f4c5bd29133b24b0876286c40855a742d6068b8f843e32f6d995b0e51c2d1e0a752b92fff7c
|
SHA512 (tpm2-tss-2.2.0.tar.gz) = cdf65cdce4d0a6a0d4df93279ce1c7d6989288c8e867998eefb8f7b5c382647984a8f018c25c386ad48bb90056dee9abf4ffb6e0799533752724904b177f7fa4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: tpm2-tss
|
Name: tpm2-tss
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: TPM2.0 Software Stack
|
Summary: TPM2.0 Software Stack
|
||||||
|
|
||||||
# The entire source code is under BSD except implementation.h and tpmb.h which
|
# The entire source code is under BSD except implementation.h and tpmb.h which
|
||||||
@ -13,11 +13,13 @@ Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/%{ve
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: doxygen
|
||||||
BuildRequires: autoconf-archive
|
BuildRequires: autoconf-archive
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
tpm2-tss is a software stack supporting Trusted Platform Module(TPM) 2.0 system
|
tpm2-tss is a software stack supporting Trusted Platform Module(TPM) 2.0 system
|
||||||
@ -72,12 +74,15 @@ use tpm2-tss.
|
|||||||
%{_libdir}/pkgconfig/tss2-esys.pc
|
%{_libdir}/pkgconfig/tss2-esys.pc
|
||||||
%{_libdir}/pkgconfig/tss2-tcti-device.pc
|
%{_libdir}/pkgconfig/tss2-tcti-device.pc
|
||||||
%{_libdir}/pkgconfig/tss2-tcti-mssim.pc
|
%{_libdir}/pkgconfig/tss2-tcti-mssim.pc
|
||||||
%{_mandir}/man3/Tss2*.3.gz
|
%{_mandir}/man3/*.3.gz
|
||||||
%{_mandir}/man7/tss2*.7.gz
|
%{_mandir}/man7/tss2*.7.gz
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.2.0-1
|
||||||
|
- Update to 2.2.0 release
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user