From 95b24c614f8c13195381713dfa4900866c20051b Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 07:37:02 +0100 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/tboot.git#63211cbd6aeccaaef497db35c45f2c538ec6b844 --- tboot.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tboot.spec b/tboot.spec index 4db2ab3..4f78349 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,7 +1,7 @@ Summary: Performs a verified launch using Intel TXT Name: tboot Version: 1.9.11 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 License: BSD @@ -11,6 +11,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar. Patch0: disable-address-of-packed-member-warning.patch Patch1: tboot-gcc11.patch +BuildRequires: make BuildRequires: gcc BuildRequires: trousers-devel BuildRequires: openssl-devel @@ -66,6 +67,9 @@ make debug=y DISTDIR=$RPM_BUILD_ROOT install /boot/tboot-syms %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1:1.9.11-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Oct 30 2020 Jeff Law - 1:1.9.11-5 - Re-enable -Wstringop-overflow and instead make the problematical pointer volatile to avoid the false positive diagnostic