Add -Wno-error=deprecated-declarations to the Config.mk patch
tboot.spec bumped to 1.9.11-8 Resolves: rhbz#1958031 Signed-off-by: Tony Camuso <tcamuso@redhat.com>
This commit is contained in:
parent
e013bfad08
commit
68d1003c14
@ -16,7 +16,7 @@ index 6a64d1a..27bce1b 100644
|
||||
-Wwrite-strings \
|
||||
$(call cc-option,$(CC),-Wlogical-op,) \
|
||||
- -Wno-missing-field-initializers
|
||||
+ -Wno-missing-field-initializers -Wno-address-of-packed-member
|
||||
+ -Wno-missing-field-initializers -Wno-address-of-packed-member -Wno-error=deprecated-declarations
|
||||
|
||||
AS = as
|
||||
LD = ld
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Performs a verified launch using Intel TXT
|
||||
Name: tboot
|
||||
Version: 1.9.11
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
License: BSD
|
||||
@ -67,6 +67,10 @@ make debug=y DISTDIR=$RPM_BUILD_ROOT install
|
||||
/boot/tboot-syms
|
||||
|
||||
%changelog
|
||||
* Thu May 27 2021 Tony Camuso <tcamuso@redhat.com> - 1:1.9.11-8
|
||||
- Add -Wno-error=deprecated-declarations to the Config.mk patch
|
||||
Resolves: rhbz#1958031
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.9.11-7
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user