Took out the localversion-pnfs file.

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2010-08-24 14:53:51 -04:00
parent bed19a5610
commit a17e76f845
2 changed files with 166 additions and 171 deletions

View File

@ -103,21 +103,21 @@ Summary: The Linux kernel
# kernel-PAE (only valid for i686)
%define with_pae %{?_without_pae: 0} %{?!_without_pae: 1}
# kernel-debug
%define with_debug %{?_without_debug: 0} %{?!_without_debug: 1}
%define with_debug %{?_without_debug: 0} %{?!_without_debug: 0}
# kernel-doc
%define with_doc %{?_without_doc: 0} %{?!_without_doc: 1}
# kernel-headers
%define with_headers %{?_without_headers: 0} %{?!_without_headers: 1}
%define with_headers %{?_without_headers: 0} %{?!_without_headers: 0}
# kernel-firmware
%define with_firmware %{?_with_firmware: 1} %{?!_with_firmware: 1}
# tools/perf
%define with_perf %{?_without_perf: 0} %{?!_without_perf: 1}
# kernel-debuginfo
%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1}
%define with_debuginfo %{?_without_debuginfo: 1} %{?!_without_debuginfo: 1}
# kernel-bootwrapper (for creating zImages from kernel + initrd)
%define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
# Want to build a the vsdo directories installed
%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1}
%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 0}
# Build the kernel-doc package, but don't fail the build if it botches.
# Here "true" means "continue" and "false" means "fail the build".

File diff suppressed because it is too large Load Diff