From 9d162cab66e7d399659343eb866426bccc61837c Mon Sep 17 00:00:00 2001 From: markeryang Date: Tue, 29 Jun 2021 10:47:22 +0800 Subject: [PATCH] add buildrequire gcc --- cryptsetup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index c736028..c412f5d 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Name: cryptsetup Version: 2.3.3 -Release: 3 +Release: 4 Summary: Utility used to conveniently set up disk encryption License: GPLv2+ and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup @@ -12,7 +12,7 @@ Patch3: 0003-Check-segment-gaps-regardless-of-heap-space.patch Patch4: 0004-Fix-posible-buffer-overflows-in-LUKS-conversion.patch Patch5: 0005-Fix-a-memleak-in-blockwise-test.patch -BuildRequires: openssl-devel, popt-devel, device-mapper-devel, git +BuildRequires: openssl-devel, popt-devel, device-mapper-devel, git, gcc BuildRequires: libuuid-devel, json-c-devel, libargon2-devel, libpwquality-devel, libblkid-devel Requires: libpwquality >= 1.2.0 @@ -113,6 +113,9 @@ make check %{_mandir}/man8/* %changelog +* Tue Jun 29 2021 yanglongkang - 2.3.3-4 +- add buildrequire gcc + * Wed Nov 4 2020 lixiaokeng - 2.3.3-3 - add make check -- Gitee