]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- added BuildRequires: {grep,textutils} (_kernel{_ver,24} defining).
authorTomasz Pala <gotar@pld-linux.org>
Thu, 3 Jan 2002 23:10:30 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux.spec -> 1.156

util-linux.spec

index 7cf31d996213a1b4a2e59b4ca0fbf425f39f6b64..8093a136d3dfcf579cb3b88af6d77d1e08bc98f6 100644 (file)
@@ -5,6 +5,7 @@
 #
 # TODO:
 # - move raw to /sbin (potentially can be used before mount partitions)??
+
 %define                _kernel_ver     %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
 %define                _kernel24       %(echo %{_kernel_ver} | grep -q '2\.[012]\.' ; echo $?)
 %if %{_kernel24}
@@ -50,9 +51,11 @@ Patch13:     %{name}-kerneli-2.4.patch
 Patch14:       %{name}-losetup-getpass.patch
 Patch15:       %{name}-login-problems.patch
 BuildRequires: gettext-devel
+BuildRequires: grep
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: pam-devel >= 0.66
 BuildRequires: texinfo
+BuildRequires: textutils
 %if %{?BOOT:1}%{!?BOOT:0}
 BuildRequires: glibc-static
 %endif
@@ -297,7 +300,7 @@ Summary(pl):        Obs
 Group:         Applications/System
 Group(de):     Applikationen/System
 Group(pl):     Aplikacje/System
-Prereq:                /sbin/chkconfig
+PreReq:                /sbin/chkconfig
 
 %description -n rawdevices
 Support for raw-devices.
This page took 0.642649 seconds and 4 git commands to generate.