From a04e78a581628b32a43960eec8e4150c50d1ab89 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 2 May 2017 16:44:26 -0500 Subject: Add kvm_stat.1 to perf-man tarball to remove asciidoc from buildreqs --- kernel.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'kernel.spec') 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 -- cgit