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