diff options
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
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 |