Browse Source

dracut.spec: add BuildRequires gcc

master
Harald Hoyer 7 years ago
parent
commit
5283544cc7
  1. 4
      dracut.spec

4
dracut.spec

@ -39,8 +39,10 @@ URL: https://dracut.wiki.kernel.org/ @@ -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)

Loading…
Cancel
Save