summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2017-05-02 16:44:26 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2017-05-02 16:44:26 -0500
commita04e78a581628b32a43960eec8e4150c50d1ab89 (patch)
tree0c679a389ee13bf1cbcc530bff5161c68f8b1a61 /kernel.spec
parenta086bf0627085f28485d7b03c45914c68729c5cf (diff)
downloadkernel-a04e78a581628b32a43960eec8e4150c50d1ab89.tar.gz
kernel-a04e78a581628b32a43960eec8e4150c50d1ab89.tar.xz
kernel-a04e78a581628b32a43960eec8e4150c50d1ab89.zip
Add kvm_stat.1 to perf-man tarball to remove asciidoc from buildreqs
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index c89ecde17..b33b48cd5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -390,7 +390,7 @@ BuildRequires: numactl-devel
%endif
%endif
%if %{with_tools}
-BuildRequires: pciutils-devel gettext ncurses-devel asciidoc
+BuildRequires: pciutils-devel gettext ncurses-devel
%endif
BuildConflicts: rhbuildsys(DiskFree) < 500Mb
%if %{with_debuginfo}
@@ -1724,9 +1724,6 @@ popd
pushd tools/gpio/
%{make}
popd
-pushd tools/kvm/kvm_stat
-%{make}
-popd
%endif
# In the modsign case, we do 3 things. 1) We check the "flavour" and hard
@@ -1901,7 +1898,7 @@ pushd tools/gpio
make DESTDIR=%{buildroot} install
popd
pushd tools/kvm/kvm_stat
-make INSTALL_ROOT=%{buildroot} install
+make INSTALL_ROOT=%{buildroot} install-tools
popd
%endif