]> git.pld-linux.org Git - packages/drbd.git/blame - drbd.spec
- rel 55 (kernel 2.6.16.55)
[packages/drbd.git] / drbd.spec
CommitLineData
865899a0
JB
1#
2# Conditional build:
8a621363 3%bcond_without dist_kernel # allow non-distribution kernel
4%bcond_without kernel # don't build kernel modules
2646ba28 5%bcond_without up # don't build UP module
8a621363 6%bcond_without smp # don't build SMP module
7%bcond_without userspace # don't build userspace module
8%bcond_with verbose # verbose build (V=1)
d5b2fc9b 9%bcond_with grsec_kernel # build for kernel-grsecurity
10#
11%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
12%define alt_kernel grsecurity
13%endif
865899a0 14#
9bc98bf1
AM
15%ifarch sparc
16%undefine with_smp
17%endif
18
fa30d804 19%define _rel 55
adfef6a4
JB
20Summary: drbd is a block device designed to build high availibility clusters
21