Fix libdevmapper-event pkgconfig version string to match libdevmapper.

This commit is contained in:
Alasdair Kergon 2010-03-19 18:45:22 +00:00
parent 489e9cccfd
commit 01848d3e47

View File

@ -16,12 +16,13 @@
Summary: Userland logical volume management tools Summary: Userland logical volume management tools
Name: lvm2 Name: lvm2
Version: 2.02.62 Version: 2.02.62
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2 License: GPLv2
Group: System Environment/Base Group: System Environment/Base
URL: http://sources.redhat.com/lvm2 URL: http://sources.redhat.com/lvm2
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
Patch0: lvm2-set-default-preferred_names.patch Patch0: lvm2-set-default-preferred_names.patch
Patch1: lvm2-2_02_63-fix-pkgconfig-libdevmapper-event-version-string.patch
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
@ -54,6 +55,7 @@ or more physical volumes and creating one or more logical volumes
%prep %prep
%setup -q -n LVM2.%{version} %setup -q -n LVM2.%{version}
%patch0 -p1 -b preferred_names %patch0 -p1 -b preferred_names
%patch1 -p1 -b pkgconfig
%build %build
%define _exec_prefix / %define _exec_prefix /
@ -443,6 +445,9 @@ the device-mapper event library.
%changelog %changelog
* Fri Mar 19 2010 Alasdair Kergon <agk@redhat.com> - 2.02.62-2
- Fix libdevmapper-event pkgconfig version string to match libdevmapper.
* Mon Mar 15 2010 Alasdair Kergon <agk@redhat.com> - 2.02.62-1 * Mon Mar 15 2010 Alasdair Kergon <agk@redhat.com> - 2.02.62-1
- Rewrite clvmd init script. - Rewrite clvmd init script.
- Add default alternative to mlockall using mlock to reduce pinned memory size. - Add default alternative to mlockall using mlock to reduce pinned memory size.