]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.spec: add BuildRequires gcc
authorHarald Hoyer <harald@redhat.com>
Mon, 19 Feb 2018 08:10:12 +0000 (09:10 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 19 Feb 2018 08:10:12 +0000 (09:10 +0100)
dracut.spec

index d547e84785e14aadb6bc58672f9beac218ca7467..4b5f0146d303f91e3c8945841bddd64f1cc6f3f0 100644 (file)
@@ -39,8 +39,10 @@ URL: https://dracut.wiki.kernel.org/
 Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.xz
 Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
 
-BuildRequires: bash git
+BuildRequires: bash
+BuildRequires: git
 BuildRequires: kmod-devel >= 23
+BuildRequires: gcc
 
 %if 0%{?fedora} || 0%{?rhel}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)