]> git.pld-linux.org Git - packages/drbd.git/blame - drbd.spec
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[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
5%bcond_without smp # don't build SMP module
6%bcond_without userspace # don't build userspace module
7%bcond_with verbose # verbose build (V=1)
d5b2fc9b 8%bcond_with grsec_kernel # build for kernel-grsecurity
9#
10%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
11%define alt_kernel grsecurity
12%endif
865899a0 13#
9bc98bf1
AM
14%ifarch sparc
15%undefine with_smp
16%endif
17
17bdc5f2 18%define _rel 5
adfef6a4
JB
19Summary: drbd is a block device designed to build high availibility clusters
20