summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@fedoraproject.org>2006-07-10 22:33:48 +0000
committerBenjamin Marzinski <bmarzins@fedoraproject.org>2006-07-10 22:33:48 +0000
commit9b969d9b38e46fd3865d6b76b8f92864a4dbd49f (patch)
tree022b4d3ad2edf2b3197459de1bbf1dec622aefec
parent98dbc788854f02141ca5691b00a676df735c7c51 (diff)
downloaddevice-mapper-multipath-9b969d9b38e46fd3865d6b76b8f92864a4dbd49f.tar.gz
device-mapper-multipath-9b969d9b38e46fd3865d6b76b8f92864a4dbd49f.tar.xz
device-mapper-multipath-9b969d9b38e46fd3865d6b76b8f92864a4dbd49f.zip
updated the spec file to use libsysfs-devel. not sysfsutils-devel
-rw-r--r--device-mapper-multipath.spec7
1 files changed, 5 insertions, 2 deletions
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 <bmarzins@redhat.com> 0.4.7-2.1
+- changed BuildRequires from sysfsutils-devel to libsysfs-devel
+
* Wed Jun 28 2006 Benjamin Marzinski <bmarzins@redhat.com> 0.4.7-2.0
- Updated to latest upstream source, fixes kpartx udev rule issue