From 2e5b36bbc4e4e85360e57556ee36b39df7a5e3b8 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Tue, 29 Jun 2021 16:27:50 +0800 Subject: [PATCH] add buildrequire gcc --- dmraid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmraid.spec b/dmraid.spec index 1da275d..333c1a7 100644 --- a/dmraid.spec +++ b/dmraid.spec @@ -9,7 +9,7 @@ Summary: dmraid (Device-mapper RAID tool and library) Name: dmraid Version: 1.0.0.rc16 -Release: 53 +Release: 54 License: GPLv2+ Group: System Environment/Base URL: http://people.redhat.com/heinzm/sw/dmraid @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: device-mapper-devel >= 1.02.02-2 BuildRequires: device-mapper-event-devel BuildRequires: libselinux-devel -BuildRequires: libsepol-devel git +BuildRequires: libsepol-devel git gcc Requires: device-mapper >= 1.02.02-2 Requires: dmraid-events Requires: kpartx @@ -151,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT %ghost /var/cache/logwatch/dmeventd/syslogpattern.txt %changelog +* Tue Jun 29 2021 zhouwenpei - 1.0.0.rc16-54 +- add buildrequire gcc. + * Sun Jul 5 2020 Zhiqiang Liu - 1.0.0.rc16-53 - remove useless readme files.