Update to latest svn snapshot
This commit is contained in:
parent
7fcf8fa1b5
commit
36df0fa194
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,14 @@
|
||||
%define alphatag svn1709
|
||||
%define alphatag svn1750
|
||||
|
||||
Name: corosync
|
||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||
Version: 0.92
|
||||
Release: 5%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Release: 6%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://www.openais.org
|
||||
Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/corosync-%{version}.tar.gz
|
||||
Patch0: corosync-trunk-1709.diff
|
||||
Patch0: corosync-trunk-1750.diff
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
@ -94,6 +94,7 @@ fi
|
||||
%{_libexecdir}/lcrso/service_evs.lcrso
|
||||
%{_libexecdir}/lcrso/service_confdb.lcrso
|
||||
%{_libexecdir}/lcrso/service_pload.lcrso
|
||||
%{_libexecdir}/lcrso/service_votequorum.lcrso
|
||||
%{_libexecdir}/lcrso/testquorum.lcrso
|
||||
%{_libexecdir}/lcrso/vsf_quorum.lcrso
|
||||
%{_libexecdir}/lcrso/vsf_ykd.lcrso
|
||||
@ -105,6 +106,8 @@ fi
|
||||
%{_libdir}/corosync/libtotem_pg.so.*
|
||||
%{_libdir}/corosync/liblogsys.so.*
|
||||
%{_libdir}/corosync/libcoroutil.so.*
|
||||
%{_libdir}/corosync/libquorum.so.*
|
||||
%{_libdir}/corosync/libvotequorum.so.*
|
||||
%{_mandir}/man8/corosync_overview.8*
|
||||
%{_mandir}/man8/corosync-objctl.8*
|
||||
%{_mandir}/man5/corosync.conf.5*
|
||||
@ -125,6 +128,8 @@ fi
|
||||
%{_includedir}/corosync/list.h
|
||||
%{_includedir}/corosync/mar_gen.h
|
||||
%{_includedir}/corosync/swab.h
|
||||
%{_includedir}/corosync/quorum.h
|
||||
%{_includedir}/corosync/votequorum.h
|
||||
%dir %{_includedir}/corosync/totem/
|
||||
%{_includedir}/corosync/totem/coropoll.h
|
||||
%{_includedir}/corosync/totem/totem.h
|
||||
@ -147,15 +152,23 @@ fi
|
||||
%{_libdir}/corosync/libtotem_pg.so
|
||||
%{_libdir}/corosync/liblogsys.so
|
||||
%{_libdir}/corosync/libcoroutil.so
|
||||
%{_libdir}/corosync/libquorum.so
|
||||
%{_libdir}/corosync/libvotequorum.so
|
||||
%{_mandir}/man3/cpg_*3*
|
||||
%{_mandir}/man3/evs_*3*
|
||||
%{_mandir}/man3/confdb_*3*
|
||||
%{_mandir}/man3/votequorum_*3*
|
||||
%{_mandir}/man8/cpg_overview.8*
|
||||
%{_mandir}/man8/evs_overview.8*
|
||||
%{_mandir}/man8/confdb_overview.8*
|
||||
%{_mandir}/man8/logsys_overview.8*
|
||||
%{_mandir}/man8/votequorum_overview.8*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.92-6.svn1750
|
||||
- Update to svn trunk at revision 1750 from upstream.
|
||||
- Include new quorum service in the packaging.
|
||||
|
||||
* Mon Dec 15 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.92-5.svn1709
|
||||
- Update to svn trunk at revision 1709 from upstream.
|
||||
- Update spec file to include new include files.
|
||||
|
Loading…
Reference in New Issue
Block a user