Commit 499411e1 authored by Jonathan Perkin's avatar Jonathan Perkin

fix

parent aa992903
......@@ -164,13 +164,13 @@
%endif
%else
%define generic_kernel %(uname -r | cut -d. -f1-2)
%define distro_description Generic Linux %{generic_kernel}
%define distro_description Generic Linux (kernel %{generic_kernel})
%define distro_releasetag linux%{generic_kernel}
%define distro_buildreq gcc-c++ gperf ncurses-devel perl readline-devel time zlib-devel
%define distro_requires coreutils grep procps /sbin/chkconfig /usr/sbin/useradd /usr/sbin/groupadd
%endif
%{echo:Building for %{distro_description}
%{echo:Building for %{distro_description}}
# ----------------------------------------------------------------------------
# Support optional "tcmalloc" library (experimental)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment