diff --git a/disable-address-of-packed-member-warning.patch b/disable-address-of-packed-member-warning.patch index f62c7ff..af37f39 100644 --- a/disable-address-of-packed-member-warning.patch +++ b/disable-address-of-packed-member-warning.patch @@ -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 diff --git a/tboot.spec b/tboot.spec index ad3cd11..f86fae3 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: 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 - 1:1.9.11-8 +- Add -Wno-error=deprecated-declarations to the Config.mk patch + Resolves: rhbz#1958031 + * Fri Apr 16 2021 Mohan Boddu - 1:1.9.11-7 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937