From e0d3648f78d5f9733cdef22aa1c58c5013e30a0f Mon Sep 17 00:00:00 2001 From: jinlun Date: Thu, 2 Feb 2023 03:39:55 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=96=E8=AF=91=E4=BE=9D?= =?UTF-8?q?=E8=B5=96zlib-devel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jinlun --- tboot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tboot.spec b/tboot.spec index 5a40125..3792e29 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,14 +1,14 @@ Name: tboot Summary: A module to perform a measured and verified launch Version: 1.10.5 -Release: 1 +Release: 2 Epoch: 1 License: BSD-3-Clause URL: http://sourceforge.net/projects/tboot/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -BuildRequires: gcc trousers-devel openssl-devel perl +BuildRequires: gcc trousers-devel openssl-devel perl zlib-devel ExclusiveArch: %{ix86} x86_64 @@ -42,6 +42,9 @@ CFLAGS="$RPM_OPT_FLAGS -Wl,-z,relro,-z,now -fPIE -pie"; export CFLAGS %{_mandir}/man8/*.gz %changelog +* Thu Feb 2 2023 jinlun - 1:1.10.5-2 +- add BuildRequires + * Fri Nov 11 2022 dam - 1:1.10.5-1 - update to 1.10.5 -- Gitee