]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- removed TODO for raw, raw is obsolete use open(..., O_DIRECT)
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 24 Mar 2007 22:12:52 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- utmp(x)/wtmp(x) access ok
- updated BRs

Changed files:
    util-linux.spec -> 1.292

util-linux.spec

index 2f4e4dd22fc4ec74a6b301eb2aff877a53326509..7f656f805affff2034eae29a8d505c403947097a 100644 (file)
@@ -1,11 +1,8 @@
 #
 # TODO:
-# - move raw to /sbin (potentially can be used before mount partitions)??
 # - move logger to separate package (to avoid conflicts with inetutils)
 # - what to do with scriptreplay? (req: perl)
 # 
-# - check utmp(x)/wtmp(x) access
-#
 # Conditional build:
 %bcond_with    uClibc  # don't build few utilities
 %bcond_without selinux # build without SELinux support
@@ -114,11 +111,13 @@ Patch75:  %{name}-swaponsymlink.patch
 Patch76:       %{name}-swap-page.patch
 Patch77:       %{name}-umount-sysfs.patch
 Patch78:       %{name}-ac-dirs.patch
+BuildRequires: audit-libs-devel >= 1.0.6
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: intltool
 BuildRequires: cryptsetup-devel
+BuildRequires: e2fsprogs-devel >= 1.36
 BuildRequires: gettext-devel
+BuildRequires: intltool
 %{?with_selinux:BuildRequires: libselinux-devel}
 %{!?with_uClibc:BuildRequires: ncurses-devel >= 5.0}
 %{!?with_uClibc:BuildRequires: pam-devel >= 0.99.7.1}
This page took 0.143564 seconds and 4 git commands to generate.