From 5363169266940dd227425a43cd5f6c06cde4fe60 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 12:31:21 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libtpms.git#30a3b63146e93fef59054dec2b9668bdfbd206ac --- libtpms.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtpms.spec b/libtpms.spec index ba06bd9..e72d57f 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -3,7 +3,7 @@ Name: libtpms Version: 0.7.4 -Release: 0.%{gitdate}git%{gitversion}%{?dist} +Release: 0.%{gitdate}git%{gitversion}%{?dist}.1 Summary: Library providing Trusted Platform Module (TPM) functionality License: BSD @@ -13,6 +13,7 @@ Source0: libtpms-%{gitdate}.tar.xz BuildRequires: openssl-devel BuildRequires: pkgconfig gawk sed BuildRequires: automake autoconf libtool bash coreutils gcc-c++ +BuildRequires: make %description A library providing TPM functionality for VMs. Targeted for integration @@ -54,6 +55,9 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || : %{_mandir}/man3/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.7.4-0.20201031git2452a24dab.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Oct 31 2020 Stefan Berger - 0.7.4-0.20201031git2452a24dab - Follow stable-0.7.0 branch to v0.7.4 with security-related fixes