From a8c07a22d7565b07ad48327c5b11f2922a31c758 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Thu, 26 Apr 2018 16:43:10 +0200 Subject: [PATCH] Added gcc as an explicit BuildRequires Signed-off-by: Tomas Hozza --- hyperv-daemons.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hyperv-daemons.spec b/hyperv-daemons.spec index 92ac0c3..d3456e4 100644 --- a/hyperv-daemons.spec +++ b/hyperv-daemons.spec @@ -13,7 +13,7 @@ Name: hyperv-daemons Version: 0 -Release: 0.23%{?snapver}%{?dist} +Release: 0.24%{?snapver}%{?dist} Summary: Hyper-V daemons suite Group: System Environment/Daemons @@ -53,6 +53,7 @@ ExclusiveArch: i686 x86_64 Requires: hypervkvpd = %{version}-%{release} Requires: hypervvssd = %{version}-%{release} Requires: hypervfcopyd = %{version}-%{release} +BuildRequires: gcc %description Suite of daemons that are needed when Linux guest @@ -248,6 +249,9 @@ fi %{_sbindir}/lsvmbus %changelog +* Thu Apr 26 2018 Tomas Hozza - 0-0.24.20180415git +- Added gcc as an explicit BuildRequires + * Thu Apr 19 2018 Vitaly Kuznetsov - 0-0.23.20180415git - Rebase to 4.17-rc1