-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0002.patch
More file actions
32 lines (27 loc) · 820 Bytes
/
0002.patch
File metadata and controls
32 lines (27 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 0a68b6a5181cf147b5706b52fd032901b347d5cb Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Mon, 19 Feb 2018 10:17:36 +0100
Subject: [PATCH] dracut.spec: remove BuildRoot
---
dracut.spec | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dracut.spec b/dracut.spec
index f16e69f7..445d6adb 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -45,17 +45,12 @@ BuildRequires: kmod-devel >= 23
BuildRequires: gcc
%if 0%{?fedora} || 0%{?rhel}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
%endif
%if 0%{?fedora}
BuildRequires: bash-completion
%endif
-%if 0%{?suse_version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%endif
-
%if %{with doc}
%if 0%{?fedora} || 0%{?rhel}
BuildRequires: docbook-style-xsl docbook-dtds libxslt