From: Harald Hoyer Date: Tue, 26 Mar 2013 15:54:34 +0000 (+0100) Subject: dracut.spec: don't BuildRequire bash-completion for rhel X-Git-Tag: 027~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e2bcb4b4286f803444aa6bab3edbdf77c5abd23;p=thirdparty%2Fdracut.git dracut.spec: don't BuildRequire bash-completion for rhel --- diff --git a/dracut.spec b/dracut.spec index 1b0102c7b..af417a42b 100644 --- a/dracut.spec +++ b/dracut.spec @@ -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