add buildrequire gcc

This commit is contained in:
markeryang 2021-06-29 10:47:22 +08:00
parent dfb2c23a0a
commit 9d162cab66

View File

@ -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 <yanglongkang@huawei.com> - 2.3.3-4
- add buildrequire gcc
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 2.3.3-3
- add make check