]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux.spec
- removed all Group fields translations (oure rpm now can handle translating
[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)??
55b97da8 8
ad185413 9%define _kernel_ver %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
eebdeb03 10%define _kernel24 %(echo %{_kernel_ver} | grep -q '2\.[012]\.' ; echo $?)
ad185413 11%if %{_kernel24}
12%define _kernel_series 2.4
13%else
14%define _kernel_series 2.2
15%endif
40139c03 16%define _release 1
ad185413 17
47bc4ed8 18Summary: Collection of basic system utilities for Linux
19