summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@fedoraproject.org>2006-07-12 22:08:47 +0000
committerBenjamin Marzinski <bmarzins@fedoraproject.org>2006-07-12 22:08:47 +0000
commitd63eb94c1fe20efa356ce7c7c1ecc77a839fbc3c (patch)
tree94193b504e2e253c75453e374f7868ad4ad617d9
parentd4ffcac30c2ec3f66e41c961bb698d65a37a2374 (diff)
downloaddevice-mapper-multipath-d63eb94c1fe20efa356ce7c7c1ecc77a839fbc3c.tar.gz
device-mapper-multipath-d63eb94c1fe20efa356ce7c7c1ecc77a839fbc3c.tar.xz
device-mapper-multipath-d63eb94c1fe20efa356ce7c7c1ecc77a839fbc3c.zip
added ncurses-devel to BuildRequiresdevice-mapper-multipath-0_4_7-3_1
-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 763aa70..26d075c 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: 3.0
+Release: 3.1
License: GPL
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prereq: chkconfig
BuildRequires: libsysfs-devel, device-mapper >= 1.02.02-2
BuildRequires: libselinux-devel, libsepol-devel
-BuildRequires: readline-devel
+BuildRequires: readline-devel, ncurses-devel
%description
%{name} provides tools to manage multipath devices by instructing the
@@ -66,6 +66,9 @@ fi
%doc AUTHOR COPYING README* FAQ Multipath-usage.txt multipath.conf.annotated multipath.conf.defaults multipath.conf.synthetic
%changelog
+* Wed Jul 12 2006 Benjamin Marzinski <bmarzins@redhat.com> 0.4.7-3.1
+- Added ncurses-devel to BuildRequires
+
* Wed Jul 12 2006 Benjamin Marzinski <bmarzins@redhat.com> 0.4.7-3.0
- Updated to latest source. deals with change in libsysfs API