summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@fedoraproject.org>2007-01-31 18:24:57 +0000
committerAlasdair Kergon <agk@fedoraproject.org>2007-01-31 18:24:57 +0000
commit4646c3938d1ab1acff810fdb62a6cc31b8613ba6 (patch)
treeddae0019c7172a3714456efee77dfa4705165c76
parentc715e56d2bccf8ac0497d24e3733f8efe36c4986 (diff)
downloaddevice-mapper-multipath-4646c3938d1ab1acff810fdb62a6cc31b8613ba6.tar.gz
device-mapper-multipath-4646c3938d1ab1acff810fdb62a6cc31b8613ba6.tar.xz
device-mapper-multipath-4646c3938d1ab1acff810fdb62a6cc31b8613ba6.zip
update BuildRoot & PreReq lines
-rw-r--r--device-mapper-multipath.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 862ec04..d5aacc6 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -1,14 +1,15 @@
Summary: Tools to manage multipath devices using device-mapper.
Name: device-mapper-multipath
Version: 0.4.7
-Release: 9.fc7
+Release: 10.fc7
License: GPL
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
Source0: multipath-tools-0.4.7.head2.tgz
Requires: kpartx = %{version}-%{release}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-Prereq: chkconfig
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires(post): chkconfig
+Requires(preun): chkconfig
BuildRequires: libsysfs-devel, device-mapper >= 1.02.02-2
BuildRequires: libselinux-devel, libsepol-devel
BuildRequires: readline-devel, ncurses-devel
@@ -77,6 +78,9 @@ fi
%{_mandir}/man8/kpartx.8.gz
%changelog
+* Wed Jan 31 2007 Benjamin Marzinksi <bmarzins@redhat.com> - 0.4.7-10.fc7
+- Update BuildRoot and PreReq lines.
+
* Mon Jan 15 2007 Benjamin Marzinksi <bmarzins@redhat.com> - 0.4.7-9.fc7
- Fixed spec file.