rpms/lvm2/devel lvm2.spec,1.183,1.184

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Oct 19 13:02:45 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/lvm2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22704

Modified Files:
	lvm2.spec 
Log Message:
Enable openais support in clvmd



Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -p -r1.183 -r1.184
--- lvm2.spec	26 Sep 2009 00:39:03 -0000	1.183
+++ lvm2.spec	19 Oct 2009 13:02:45 -0000	1.184
@@ -1,5 +1,6 @@
 %define device_mapper_version 1.02.38
 %define corosync_version 1.0.0-1
+%define openais_version 1.1.0-1
 %define clusterlib_version 3.0.0-20
 
 # Do not reset Release to 1 unless both lvm2 and device-mapper 
@@ -8,7 +9,7 @@
 Summary: Userland logical volume management tools 
 Name: lvm2
 Version: 2.02.53
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/lvm2
@@ -21,6 +22,7 @@ BuildRequires: libselinux-devel >= 1.30.
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
 BuildRequires: corosynclib-devel >= %{corosync_version}
+BuildRequires: openaislib-devel >= %{openais_version}
 BuildRequires: clusterlib-devel >= %{clusterlib_version}
 BuildRequires: module-init-tools
 BuildRequires: pkgconfig
@@ -51,7 +53,7 @@ or more physical volumes and creating on
 %define _sbindir /sbin
 %define _libdir /%{_lib}
 
-%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman,corosync --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd
+%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman,openais,corosync --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd
 
 make %{?_smp_mflags}
 
@@ -241,6 +243,7 @@ Requires(preun): chkconfig
 Requires(preun): device-mapper >= %{device_mapper_version}
 Requires(preun): lvm2 >= 2.02
 Requires: corosync >= %{corosync_version}
+Requires: openais >= %{openais_version}
 Requires: clusterlib >= %{clusterlib_version}
 
 %description cluster
@@ -379,6 +382,9 @@ the device-mapper event library.
 
 
 %changelog
+* Mon Oct 19 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 2.02.53-3
+- Enable openais support in clvmd.
+
 * Fri Sep 25 2009 Alasdair Kergon <agk at redhat.com> - 2.02.53-2
 - Reissued tarball to fix compilation warning from lvm2_log_fn prototype.
 




More information about the fedora-extras-commits mailing list