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
This commit is contained in:
DistroBaker 2021-02-05 07:37:02 +01:00
parent 41a025ef5d
commit 95b24c614f

View File

@ -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 <releng@fedoraproject.org> - 1:1.9.11-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Oct 30 2020 Jeff Law <law@redhat.com> - 1:1.9.11-5
- Re-enable -Wstringop-overflow and instead make the problematical
pointer volatile to avoid the false positive diagnostic