Browse Source

dracut.spec: don't BuildRequire bash-completion for rhel

master
Harald Hoyer 12 years ago
parent
commit
8e2bcb4b42
  1. 4
      dracut.spec

4
dracut.spec

@ -34,9 +34,13 @@ BuildRequires: dash bash git @@ -34,9 +34,13 @@ BuildRequires: dash bash git

%if 0%{?fedora} || 0%{?rhel}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
%endif
%if 0%{?fedora}
BuildRequires: bash-completion
BuildRequires: pkgconfig
%endif

%if 0%{?suse_version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif

Loading…
Cancel
Save