Update to 2.0.2 release
This commit is contained in:
parent
666cffc7da
commit
8f49718f79
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/tpm2-abrmd-2.0.1.tar.gz
|
||||
/tpm2-abrmd-2.0.2.tar.gz
|
||||
/Fix-gdbus-codegen-lookup-for-recent-versions-of-GLib.patch
|
||||
|
||||
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (tpm2-abrmd-2.0.1.tar.gz) = 559bd9b5f2b21796994e7854238e108f5118306581c3b9a1c121c04890592d7776d8a18954e651070e69637530a08e1b41379df0294c39df4aff869cebfd33ec
|
||||
SHA512 (tpm2-abrmd-2.0.2.tar.gz) = 11bf1b35f0870a4a30df4ae136e6351c1efea31498924df6ec84047732f6fb952839ce8db5a7bd7276efbfb36e83da4159c786ee31e182bd99614181460bb7d5
|
||||
SHA512 (Fix-gdbus-codegen-lookup-for-recent-versions-of-GLib.patch) = 3ddc3395a69f1fb50b9a1d666806366ec9cd6a876a63f9a0f514857a0eba7f543f7460c26393cf41035a6aabc2fdd86ff03c6cd6193520be1a4fb455e0485da6
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: tpm2-abrmd
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A system daemon implementing TPM2 Access Broker and Resource Manager
|
||||
|
||||
@ -7,6 +7,9 @@ License: BSD
|
||||
URL: https://github.com/tpm2-software/tpm2-abrmd
|
||||
Source0: https://github.com/tpm2-software/tpm2-abrmd/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# https://github.com/tpm2-software/tpm2-abrmd/pull/528
|
||||
Patch0: Fix-gdbus-codegen-lookup-for-recent-versions-of-GLib.patch
|
||||
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
BuildRequires: libtool
|
||||
@ -28,6 +31,9 @@ Resource Manager (RM) spec from the TCG.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
# Fix-gdbus-codegen patch changed configure.ac, run autoreconf to update
|
||||
# the configure file. TO BE REMOVED WHEN PATCH INCLUDED IN SOURCE TARBALL.
|
||||
autoreconf -vif
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-silent-rules \
|
||||
@ -88,6 +94,10 @@ required to build applications that use tpm2-abrmd.
|
||||
%systemd_postun tpm2-abrmd.service
|
||||
|
||||
%changelog
|
||||
* Tue Oct 16 2018 Sun Yunying <yunying.sun@intel.com> - 2.0.2-1
|
||||
- Update to 2.0.2 release
|
||||
- Add patch to fix configure error, also add autoreconf to update configure
|
||||
|
||||
* Tue Aug 14 2018 Sun Yunying <yunying.sun@intel.com> - 2.0.1-1
|
||||
- Update to 2.0.1 release
|
||||
- Remove the tcti SONAME patch since it's already included in 2.0.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user