diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec index 4c36f05..7a77904 100644 --- a/device-mapper-multipath.spec +++ b/device-mapper-multipath.spec @@ -1,7 +1,7 @@ Summary: Tools to manage multipath devices using device-mapper. Name: device-mapper-multipath Version: 0.4.7 -Release: 2.0 +Release: 2.1 License: GPL Group: System Environment/Base URL: http://christophe.varoqui.free.fr/ @@ -9,7 +9,7 @@ Source0: multipath-tools-0.4.7.2.tgz Obsoletes: kpartx = 0.4.4-2.4 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prereq: chkconfig -BuildRequires: sysfsutils-devel, device-mapper >= 1.02.02-2 +BuildRequires: libsysfs-devel, device-mapper >= 1.02.02-2 BuildRequires: libselinux-devel, libsepol-devel BuildRequires: readline-devel @@ -66,6 +66,9 @@ fi %doc AUTHOR COPYING README* FAQ Multipath-usage.txt multipath.conf.annotated multipath.conf.defaults multipath.conf.synthetic %changelog +* Mon Jul 10 2006 Benjamin Marzinski 0.4.7-2.1 +- changed BuildRequires from sysfsutils-devel to libsysfs-devel + * Wed Jun 28 2006 Benjamin Marzinski 0.4.7-2.0 - Updated to latest upstream source, fixes kpartx udev rule issue