Browse Source

dracut.spec: remove BuildRoot

master
Harald Hoyer 7 years ago
parent
commit
0a68b6a518
  1. 5
      dracut.spec

5
dracut.spec

@ -45,17 +45,12 @@ BuildRequires: kmod-devel >= 23
BuildRequires: gcc BuildRequires: gcc


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


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

%if %{with doc} %if %{with doc}
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
BuildRequires: docbook-style-xsl docbook-dtds libxslt BuildRequires: docbook-style-xsl docbook-dtds libxslt

Loading…
Cancel
Save