]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux.spec
- renamed rawdevices-{init,sysconfig} to standard rawdevices.{init,sysconfig}
[packages/util-linux.git] / util-linux.spec
CommitLineData
58818f3f 1#
679c47c6 2# Conditional build:
2df4e7a0 3# _without_crypto - without kerneli cryptography
2df4e7a0 4# _with_pivot_root
1e5b8cc6 5# _without_dist_kernel
58818f3f 6#
52449440 7# TODO:
11815f0a 8# - move raw to /sbin (potentially can be used before mount partitions)??
55b97da8 9
ad185413 10%define _kernel_ver %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
eebdeb03 11%define _kernel24 %(echo %{_kernel_ver} | grep -q '2\.[012]\.' ; echo $?)
ad185413 12%if %{_kernel24}
13%define _kernel_series 2.4
14%else
15%define _kernel_series 2.2
16%endif
1e5b8cc6 17%define _release 2
ad185413 18
47bc4ed8 19Summary: Collection of basic system utilities for Linux
20