Add build dependency on new device-mapper-devel package.
This commit is contained in:
parent
344740a257
commit
1919ae3eac
@ -1,16 +1,16 @@
|
|||||||
%define device_mapper_version 1.02.17-1
|
%define device_mapper_version 1.02.17-3
|
||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.21
|
Version: 2.02.21
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
Source0: LVM2.%{version}.tgz
|
Source0: LVM2.%{version}.tgz
|
||||||
Patch0: cluster-locking-built-in.patch
|
Patch0: cluster-locking-built-in.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: device-mapper >= %{device_mapper_version}
|
BuildRequires: device-mapper-devel >= %{device_mapper_version}
|
||||||
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
@ -112,6 +112,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 2.02.21-3
|
||||||
|
- Add build dependency on new device-mapper-devel package.
|
||||||
|
|
||||||
* Wed Jan 31 2007 Alasdair Kergon <agk@redhat.com> - 2.02.21-2
|
* Wed Jan 31 2007 Alasdair Kergon <agk@redhat.com> - 2.02.21-2
|
||||||
- Remove superfluous execute perm from .cache data file.
|
- Remove superfluous execute perm from .cache data file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user