From 8f49718f798e83402dfc8f9edcfcdc4b76bbab1a Mon Sep 17 00:00:00 2001 From: Yunying Sun Date: Tue, 16 Oct 2018 14:08:24 +0800 Subject: [PATCH] Update to 2.0.2 release --- .gitignore | 3 ++- sources | 3 ++- tpm2-abrmd.spec | 12 +++++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a66d108..dd66a26 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 6cdac67..f5bbee5 100644 --- a/sources +++ b/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 diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index 867af26..a0151a2 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -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 - 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 - 2.0.1-1 - Update to 2.0.1 release - Remove the tcti SONAME patch since it's already included in 2.0.1