diff --git a/tboot.spec b/tboot.spec index f86fae3..b388cc4 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: 8%{?dist} +Release: 9%{?dist} Epoch: 1 License: BSD @@ -67,6 +67,10 @@ make debug=y DISTDIR=$RPM_BUILD_ROOT install /boot/tboot-syms %changelog +* Wed Jun 16 2021 Mohan Boddu - 1:1.9.11-9 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Thu May 27 2021 Tony Camuso - 1:1.9.11-8 - Add -Wno-error=deprecated-declarations to the Config.mk patch Resolves: rhbz#1958031