[util-linux] 2.21.2-2: replace udev dependenceis with systemd

kzak kzak at fedoraproject.org
Wed Jun 13 08:38:14 UTC 2012


commit 77dc49ad7c31a4862d9568add3f3c0fe720a8ae9
Author: Karel Zak <kzak at redhat.com>
Date:   Wed Jun 13 10:38:00 2012 +0200

    2.21.2-2: replace udev dependenceis with systemd
    
    Signed-off-by: Karel Zak <kzak at redhat.com>

 util-linux.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/util-linux.spec b/util-linux.spec
index c197e6c..74fb7ca 100644
--- a/util-linux.spec
+++ b/util-linux.spec
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux
 Version: 2.21.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: http://kernel.org/~kzak/util-linux/
@@ -22,7 +22,7 @@ BuildRequires: pam-devel
 BuildRequires: zlib-devel
 BuildRequires: popt-devel
 BuildRequires: libutempter-devel
-BuildRequires: libudev-devel
+Buildrequires: systemd-devel
 
 ### Sources
 Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.21/util-linux-%{upstream_version}.tar.xz
@@ -59,7 +59,7 @@ Requires: audit-libs >= 1.0.6
 Requires: libuuid = %{version}-%{release}
 Requires: libblkid = %{version}-%{release}
 Requires: libmount = %{version}-%{release}
-Requires: udev >= 176
+Requires: systemd >= 185
 
 ### Floppy patches (Fedora/RHEL specific)
 ###
@@ -707,6 +707,9 @@ fi
 
 
 %changelog
+* Wed Jun 13 2012 Karel Zak <kzak at redhat.com> 2.21.2-2
+- replace udev dependenceis with systemd
+
 * Fri May 25 2012 Karel Zak <kzak at redhat.com> 2.21.2-1
 - upgrade to bugfix release 2.21.2
 - fix #814699 - namei(1) incorrectly resolves relative symlinks


More information about the scm-commits mailing list