Add upstream source location (bz 226111) and summarise corosync comment.

This commit is contained in:
Alasdair Kergon 2009-03-30 22:07:37 +00:00
parent 57f4706f6c
commit c70071cb4f

View File

@ -8,11 +8,11 @@
Summary: Userland logical volume management tools
Name: lvm2
Version: 2.02.45
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://sources.redhat.com/lvm2
Source0: LVM2.%{version}.tgz
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
# Customise lvmconf.sh for built-in clustered locking in Fedora
Patch0: cluster-locking-built-in.patch
@ -50,6 +50,8 @@ or more physical volumes and creating one or more logical volumes
%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=corosync --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version} --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig
make DESTDIR=$RPM_BUILD_ROOT
#make %{?_smp_mflags} - Needs fixing to use this - AGK ref. bz 226111.
%install
rm -rf $RPM_BUILD_ROOT
@ -264,14 +266,11 @@ This package contains the device-mapper shared library, libdevmapper.
%changelog
* Mon Mar 30 2009 Jussi Lehtola <jussi.lehtola@iki.fi> 2.02.45-3
- Add FTP server location to Source0.
* Mon Mar 30 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.02.45-2
- BuildRequires on a newer version of corosync (0.95-2).
All corosync versions prior 0.95 were not linking correctly 2 libraries
(VOTEQUORUM and QUORUM) exporting the wrong version tables.
By fixing the linking upstream, we broke the automatically generated
Requires: at least on PPC.
There were no API or ABI changes in the libraries so a clean rebuild
will fix the issue.
- BuildRequires a newer version of corosync (0.95-2) to fix linking.
* Tue Mar 3 2009 Alasdair Kergon <agk@redhat.com> - 2.02.45-1
- Update clusterlib and corosync dependencies.