]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux.spec
- added da,de,id,nl man pages
[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
58818f3f 5#
52449440 6# TODO:
11815f0a 7# - move raw to /sbin (potentially can be used before mount partitions)??
ad185413 8%define _kernel_ver %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
eebdeb03 9%define _kernel24 %(echo %{_kernel_ver} | grep -q '2\.[012]\.' ; echo $?)
ad185413 10%if %{_kernel24}
11%define _kernel_series 2.4
12%else
13%define _kernel_series 2.2
14%endif
ec7a6431 15%define _release 4
ad185413 16
47bc4ed8 17Summary: Collection of basic system utilities for Linux
18