|
Yunying Sun |
c51662 |
Name: tpm2-tss
|
|
Peter Robinson |
78f1b2 |
Version: 3.0.0
|
|
Peter Robinson |
075c52 |
Release: 1%{?dist}
|
|
Yunying Sun |
c51662 |
Summary: TPM2.0 Software Stack
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
# The entire source code is under BSD except implementation.h and tpmb.h which
|
|
Yunying Sun |
c51662 |
# is under TCGL(Trusted Computing Group License).
|
|
Yunying Sun |
c51662 |
License: BSD and TCGL
|
|
Javier Martinez Canillas |
acc3bc |
URL: https://github.com/tpm2-software/tpm2-tss
|
|
Javier Martinez Canillas |
acc3bc |
Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
a4c7fc |
%global udevrules_prefix 60-
|
|
Javier Martinez Canillas |
075fc2 |
|
|
Peter Robinson |
53b65f |
BuildRequires: autoconf-archive
|
|
Peter Robinson |
53b65f |
BuildRequires: doxygen
|
|
Yunying Sun |
c51662 |
BuildRequires: gcc
|
|
Yunying Sun |
c51662 |
BuildRequires: gcc-c++
|
|
Peter Robinson |
53b65f |
BuildRequires: json-c-devel
|
|
Peter Robinson |
53b65f |
BuildRequires: libcurl-devel
|
|
Peter Robinson |
53b65f |
BuildRequires: libgcrypt-devel
|
|
Yunying Sun |
c51662 |
BuildRequires: libtool
|
|
Peter Robinson |
53b65f |
BuildRequires: openssl-devel
|
|
Yunying Sun |
c51662 |
BuildRequires: pkgconfig
|
|
Javier Martinez Canillas |
075fc2 |
BuildRequires: systemd
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
%description
|
|
Yunying Sun |
c51662 |
tpm2-tss is a software stack supporting Trusted Platform Module(TPM) 2.0 system
|
|
Yunying Sun |
c51662 |
APIs. It sits between TPM driver and applications, providing TPM2.0 specified
|
|
Yunying Sun |
c51662 |
APIs for applications to access TPM module through kernel TPM drivers.
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
%prep
|
|
Javier Martinez Canillas |
4eb5a0 |
%autosetup -n %{name}-%{version}
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
%build
|
|
Yunying Sun |
7473be |
# Use built-in tpm-udev.rules, with specified installation path and prefix.
|
|
Peter Robinson |
6f3898 |
%configure --disable-static --disable-silent-rules \
|
|
Peter Robinson |
6f3898 |
--with-udevrulesdir=%{_udevrulesdir} --with-udevrulesprefix=%{udevrules_prefix} \
|
|
Peter Robinson |
6f3898 |
--with-runstatedir=%{_rundir} --with-tmpfilesdir=%{_tmpfilesdir}
|
|
Yunying Sun |
a4c7fc |
|
|
Yunying Sun |
a4c7fc |
# This is to fix Rpath errors. Taken from https://fedoraproject.org/wiki/Packaging:Guidelines#Removing_Rpath
|
|
Yunying Sun |
a4c7fc |
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
Yunying Sun |
a4c7fc |
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
Yunying Sun |
a4c7fc |
|
|
Yunying Sun |
c51662 |
%make_build
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
%install
|
|
Yunying Sun |
c51662 |
%make_install
|
|
Yunying Sun |
c51662 |
find %{buildroot}%{_libdir} -type f -name \*.la -delete
|
|
Yunying Sun |
c51662 |
|
|
Peter Robinson |
55599a |
%ldconfig_scriptlets
|
|
Peter Robinson |
55599a |
|
|
Yunying Sun |
c51662 |
%files
|
|
Javier Martinez Canillas |
acc3bc |
%doc README.md CHANGELOG.md
|
|
Yunying Sun |
c51662 |
%license LICENSE
|
|
Peter Robinson |
55599a |
%{_sysconfdir}/sysusers.d/tpm2-tss.conf
|
|
Paul Wouters |
05b6ee |
%{_tmpfilesdir}/tpm2-tss-fapi.conf
|
|
Peter Robinson |
55599a |
%{_sysconfdir}/tpm2-tss/
|
|
Peter Robinson |
6ec380 |
%{_libdir}/libtss2-mu.so.0*
|
|
Peter Robinson |
6ec380 |
%{_libdir}/libtss2-sys.so.0*
|
|
Peter Robinson |
6ec380 |
%{_libdir}/libtss2-esys.so.0*
|
|
Peter Robinson |
55599a |
%{_libdir}/libtss2-fapi.so.0*
|
|
Peter Robinson |
6ec380 |
%{_libdir}/libtss2-rc.so.0*
|
|
Peter Robinson |
6ec380 |
%{_libdir}/libtss2-tctildr.so.0*
|
|
Peter Robinson |
6ec380 |
%{_libdir}/libtss2-tcti-device.so.0*
|
|
Peter Robinson |
6ec380 |
%{_libdir}/libtss2-tcti-mssim.so.0*
|
|
Yunying Sun |
a4c7fc |
%{_udevrulesdir}/%{udevrules_prefix}tpm-udev.rules
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
%package devel
|
|
Yunying Sun |
c51662 |
Summary: Headers and libraries for building apps that use tpm2-tss
|
|
Yunying Sun |
c51662 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
%description devel
|
|
Yunying Sun |
c51662 |
This package contains headers and libraries required to build applications that
|
|
Yunying Sun |
c51662 |
use tpm2-tss.
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
%files devel
|
|
Yunying Sun |
a4c7fc |
%{_includedir}/tss2/
|
|
Yunying Sun |
a4c7fc |
%{_libdir}/libtss2-mu.so
|
|
Yunying Sun |
a4c7fc |
%{_libdir}/libtss2-sys.so
|
|
Yunying Sun |
7473be |
%{_libdir}/libtss2-esys.so
|
|
Peter Robinson |
55599a |
%{_libdir}/libtss2-fapi.so
|
|
Yunying Sun |
cc6718 |
%{_libdir}/libtss2-rc.so
|
|
Yunying Sun |
cc6718 |
%{_libdir}/libtss2-tctildr.so
|
|
Yunying Sun |
a4c7fc |
%{_libdir}/libtss2-tcti-device.so
|
|
Yunying Sun |
a4c7fc |
%{_libdir}/libtss2-tcti-mssim.so
|
|
Yunying Sun |
a4c7fc |
%{_libdir}/pkgconfig/tss2-mu.pc
|
|
Yunying Sun |
a4c7fc |
%{_libdir}/pkgconfig/tss2-sys.pc
|
|
Yunying Sun |
7473be |
%{_libdir}/pkgconfig/tss2-esys.pc
|
|
Peter Robinson |
55599a |
%{_libdir}/pkgconfig/tss2-fapi.pc
|
|
Yunying Sun |
cc6718 |
%{_libdir}/pkgconfig/tss2-rc.pc
|
|
Yunying Sun |
cc6718 |
%{_libdir}/pkgconfig/tss2-tctildr.pc
|
|
Yunying Sun |
a4c7fc |
%{_libdir}/pkgconfig/tss2-tcti-device.pc
|
|
Yunying Sun |
a4c7fc |
%{_libdir}/pkgconfig/tss2-tcti-mssim.pc
|
|
Javier Martinez Canillas |
6754bb |
%{_mandir}/man3/*.3.gz
|
|
Peter Robinson |
b0656d |
%{_mandir}/man5/*.5.gz
|
|
Yunying Sun |
a4c7fc |
%{_mandir}/man7/tss2*.7.gz
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
%changelog
|
|
Peter Robinson |
78f1b2 |
* Wed Aug 05 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.0-1
|
|
Peter Robinson |
78f1b2 |
- Update to 3.0.0
|
|
Peter Robinson |
78f1b2 |
|
|
Peter Robinson |
075c52 |
* Wed Aug 05 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 2.4.2-1
|
|
Peter Robinson |
075c52 |
- Update to 2.4.2
|
|
Peter Robinson |
075c52 |
|
|
Fedora Release Engineering |
124d9d |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-2
|
|
Fedora Release Engineering |
124d9d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
Fedora Release Engineering |
124d9d |
|
|
Peter Robinson |
6f3898 |
* Thu May 14 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 2.4.1-1
|
|
Peter Robinson |
6f3898 |
- Update to 2.4.1
|
|
Peter Robinson |
6f3898 |
|
|
Paul Wouters |
05b6ee |
* Fri May 08 2020 Paul Wouters <pwouters@redhat.com> - 2.4.0-3
|
|
Paul Wouters |
05b6ee |
- Use proper rundir and tmpfiles macros so proper directories are used
|
|
Paul Wouters |
05b6ee |
|
|
Björn Esser |
0f54b2 |
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 2.4.0-2
|
|
Björn Esser |
0f54b2 |
- Rebuild (json-c)
|
|
Björn Esser |
0f54b2 |
|
|
Peter Robinson |
55599a |
* Thu Mar 12 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 2.4.0-1
|
|
Peter Robinson |
55599a |
- Update to 2.4.0 release
|
|
Peter Robinson |
55599a |
|
|
Peter Robinson |
6ec380 |
* Mon Feb 24 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 2.3.3-1
|
|
Peter Robinson |
6ec380 |
- Update to 2.3.3 release
|
|
Peter Robinson |
6ec380 |
|
|
Fedora Release Engineering |
977ff4 |
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-2
|
|
Fedora Release Engineering |
977ff4 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
Fedora Release Engineering |
977ff4 |
|
|
Yunying Sun |
ca7300 |
* Fri Dec 13 2019 Yunying Sun <yunying.sun@intel.com> - 2.3.2-1
|
|
Yunying Sun |
ca7300 |
- Update to 2.3.2 release
|
|
Yunying Sun |
ca7300 |
|
|
Yunying Sun |
f65620 |
* Fri Sep 6 2019 Yunying Sun <yunying.sun@intel.com> - 2.3.1-1
|
|
Yunying Sun |
f65620 |
- Update to 2.3.1 release
|
|
Yunying Sun |
f65620 |
|
|
Yunying Sun |
cc6718 |
* Thu Aug 15 2019 Yunying Sun <yunying.sun@intel.com> - 2.3.0-1
|
|
Yunying Sun |
cc6718 |
- Update to 2.3.0 release
|
|
Yunying Sun |
cc6718 |
|
|
Fedora Release Engineering |
25afc3 |
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-2
|
|
Fedora Release Engineering |
25afc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
Fedora Release Engineering |
25afc3 |
|
|
Yunying Sun |
e170c2 |
* Wed May 29 2019 Yunying Sun <yunying.sun@intel.com> - 2.2.3-1
|
|
Yunying Sun |
e170c2 |
- Update to 2.2.3 release
|
|
Yunying Sun |
e170c2 |
|
|
Yunying Sun |
196f62 |
* Fri Mar 29 2019 Yunying Sun <yunying.sun@intel.com> - 2.2.2-1
|
|
Yunying Sun |
196f62 |
- Update to 2.2.2 release
|
|
Yunying Sun |
196f62 |
|
|
Peter Robinson |
e78a6c |
* Mon Mar 4 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.1-1
|
|
Peter Robinson |
e78a6c |
- Update to 2.2.1 release
|
|
Peter Robinson |
e78a6c |
|
|
Javier Martinez Canillas |
6754bb |
* Wed Feb 06 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.2.0-1
|
|
Javier Martinez Canillas |
6754bb |
- Update to 2.2.0 release
|
|
Javier Martinez Canillas |
6754bb |
|
|
Fedora Release Engineering |
004544 |
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
|
Fedora Release Engineering |
004544 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
Fedora Release Engineering |
004544 |
|
|
Yunying Sun |
e539f1 |
* Wed Oct 10 2018 Yunying Sun <yunying.sun@intel.com> - 2.1.0-1
|
|
Yunying Sun |
e539f1 |
- Update to 2.1.0 release
|
|
Yunying Sun |
e539f1 |
|
|
Yunying Sun |
44521d |
* Thu Aug 30 2018 Yunying Sun <yunying.sun@intel.com> - 2.0.1-1
|
|
Yunying Sun |
44521d |
- Update to 2.0.1 release
|
|
Yunying Sun |
44521d |
|
|
Fedora Release Engineering |
5a9370 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
|
|
Fedora Release Engineering |
5a9370 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
Fedora Release Engineering |
5a9370 |
|
|
Yunying Sun |
7473be |
* Wed Jul 4 2018 Yunying Sun <yunying.sun@intel.com> - 2.0.0-2
|
|
Yunying Sun |
7473be |
- Re-enable ESAPI since gcrypt dependency is not an issue for Fedora
|
|
Yunying Sun |
7473be |
- Bump release version to 2.0.0-2
|
|
Yunying Sun |
7473be |
|
|
Yunying Sun |
a4c7fc |
* Mon Jul 2 2018 Yunying Sun <yunying.sun@intel.com> - 2.0.0-1
|
|
Yunying Sun |
a4c7fc |
- Update to 2.0.0 release (RHBZ#1508870)
|
|
Yunying Sun |
a4c7fc |
- Remove patch file 60-tpm-udev.rules, use upstream tpm-udev.rules instead
|
|
Yunying Sun |
a4c7fc |
- Disable ESAPI to fix build errors caused by dependency to libgcrypt 1.6.0
|
|
Yunying Sun |
a4c7fc |
- Add scriptlet to fix Rpath errors
|
|
Yunying Sun |
a4c7fc |
- Update file installation paths and names accordingly
|
|
Yunying Sun |
a4c7fc |
|
|
Javier Martinez Canillas |
acc3bc |
* Sun Mar 04 2018 Javier Martinez Canillas <javierm@redhat.com> - 1.4.0-1
|
|
Javier Martinez Canillas |
acc3bc |
- Update URLs to point to the new project location
|
|
Javier Martinez Canillas |
acc3bc |
- Add README.md CHANGELOG.md to %%files directive
|
|
Javier Martinez Canillas |
acc3bc |
- Update to 1.4.0 release (RHBZ#1508870)
|
|
Javier Martinez Canillas |
acc3bc |
|
|
Javier Martinez Canillas |
075fc2 |
* Fri Feb 23 2018 Javier Martinez Canillas <javierm@redhat.com> - 1.3.0-4
|
|
Javier Martinez Canillas |
075fc2 |
- Install udev rule for TPM character devices
|
|
Javier Martinez Canillas |
075fc2 |
|
|
Javier Martinez Canillas |
0c0c82 |
* Wed Feb 21 2018 Javier Martinez Canillas <javierm@redhat.com> - 1.3.0-3
|
|
Javier Martinez Canillas |
f61696 |
- Remove ExclusiveArch: %%{ix86} x86_64 directive
|
|
Javier Martinez Canillas |
0c0c82 |
|
|
Igor Gnatenko |
f770b5 |
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-2
|
|
Igor Gnatenko |
f770b5 |
- Escape macros in %%changelog
|
|
Igor Gnatenko |
f770b5 |
|
|
Javier Martinez Canillas |
4eb5a0 |
* Fri Dec 08 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.3.0-1
|
|
Javier Martinez Canillas |
4eb5a0 |
- Update to 1.3.0 release
|
|
Javier Martinez Canillas |
4eb5a0 |
|
|
Javier Martinez Canillas |
f27ddf |
* Wed Nov 29 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.3.0-0.1.rc2
|
|
Javier Martinez Canillas |
f27ddf |
- Update to 1.3.0 release candidate 2 (RHBZ#1508870)
|
|
Javier Martinez Canillas |
f27ddf |
- Remove global pkg_prefix since now the upstream repo and package names match
|
|
Javier Martinez Canillas |
f27ddf |
- Update URLs to point to the new project location
|
|
Javier Martinez Canillas |
f27ddf |
- Remove -Wno-int-in-bool-context compiler flag since now upstream takes care
|
|
Igor Gnatenko |
f770b5 |
- Remove %%doc directive since README.md and CHANGELOG.md are not in the tarball
|
|
Javier Martinez Canillas |
f27ddf |
- Add patch to include a LICENSE since the generated tarball does not have it
|
|
Javier Martinez Canillas |
f27ddf |
|
|
Javier Martinez Canillas |
9eff27 |
* Mon Aug 28 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.2.0-1
|
|
Javier Martinez Canillas |
9eff27 |
- Update to 1.2.0 release
|
|
Javier Martinez Canillas |
9eff27 |
- Use tpm2-tss instead of TPM2.0-TSS as prefix since project name changed
|
|
Javier Martinez Canillas |
9eff27 |
- Fix SPEC file access mode
|
|
Igor Gnatenko |
f770b5 |
- Include new man pages in %%files directive
|
|
Javier Martinez Canillas |
9eff27 |
|
|
Javier Martinez Canillas |
763ff1 |
* Fri Aug 18 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.1.0-3
|
|
Javier Martinez Canillas |
763ff1 |
- Remove unneeded source tarballs (RHBZ#1482828)
|
|
Javier Martinez Canillas |
763ff1 |
|
|
Fedora Release Engineering |
fe63e0 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
|
Fedora Release Engineering |
fe63e0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
Fedora Release Engineering |
fe63e0 |
|
|
Yunying Sun |
e60c57 |
* Wed Jul 26 2017 Sun Yunying <yunying.sun@intel.com> - 1.1.0-1
|
|
Yunying Sun |
e60c57 |
- Update to 1.1.0 release
|
|
Yunying Sun |
e60c57 |
|
|
Fedora Release Engineering |
ba9e00 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
|
|
Fedora Release Engineering |
ba9e00 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
Fedora Release Engineering |
ba9e00 |
|
|
Yunying Sun |
c51662 |
* Mon Dec 12 2016 Sun Yunying <yunying.sun@intel.com> - 1.0-2
|
|
Yunying Sun |
c51662 |
- Remove global macro pkg_version to avoid duplicate of version
|
|
Yunying Sun |
c51662 |
- Use ExclusiveArch instead of ExcludeArch
|
|
Igor Gnatenko |
f770b5 |
- Use less wildcard in %%files section to be more specific
|
|
Igor Gnatenko |
f770b5 |
- Add trailing slash at end of added directory in %%file section
|
|
Yunying Sun |
c51662 |
- Remove autoconf/automake/pkgconfig(cmocka) from BuildRequires
|
|
Yunying Sun |
c51662 |
- Increase release version to 2
|
|
Yunying Sun |
c51662 |
|
|
Yunying Sun |
c51662 |
* Fri Dec 2 2016 Sun Yunying <yunying.sun@intel.com> - 1.0-1
|
|
Yunying Sun |
c51662 |
- Initial version of the package
|