Update to svn trunk at revision 1707
This commit is contained in:
parent
a94c922b83
commit
853ccfe16c
16570
corosync-trunk-1707.diff
Normal file
16570
corosync-trunk-1707.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,14 @@
|
||||
%define alphatag svn1707
|
||||
|
||||
Name: corosync
|
||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||
Version: 0.92
|
||||
Release: 3%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Release: 4%{?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-1707.diff
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
@ -30,6 +33,7 @@ The Corosync Cluster Engine APIs.
|
||||
|
||||
%prep
|
||||
%setup -q -n corosync-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -89,6 +93,9 @@ fi
|
||||
%{_libexecdir}/lcrso/service_cpg.lcrso
|
||||
%{_libexecdir}/lcrso/service_evs.lcrso
|
||||
%{_libexecdir}/lcrso/service_confdb.lcrso
|
||||
%{_libexecdir}/lcrso/service_pload.lcrso
|
||||
%{_libexecdir}/lcrso/testquorum.lcrso
|
||||
%{_libexecdir}/lcrso/vsf_quorum.lcrso
|
||||
%{_libexecdir}/lcrso/vsf_ykd.lcrso
|
||||
%dir %{_libdir}/corosync
|
||||
%{_libdir}/corosync/libcfg.so.*
|
||||
@ -107,10 +114,10 @@ fi
|
||||
%dir %{_docdir}/%{name}-%{version}
|
||||
%doc %{_docdir}/%{name}-%{version}/README.devmap
|
||||
%dir %{_includedir}/corosync/
|
||||
%{_includedir}/corosync/saAis.h
|
||||
%{_includedir}/corosync/ais_util.h
|
||||
%{_includedir}/corosync/cfg.h
|
||||
%{_includedir}/corosync/confdb.h
|
||||
%{_includedir}/corosync/corotypes.h
|
||||
%{_includedir}/corosync/cpg.h
|
||||
%{_includedir}/corosync/evs.h
|
||||
%{_includedir}/corosync/hdb.h
|
||||
@ -148,6 +155,10 @@ fi
|
||||
%{_mandir}/man8/logsys_overview.8*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 10 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.92-4.svn1707
|
||||
- Update to svn trunk at revision 1707 from upstream.
|
||||
- Update spec file to include new lcrso services and include file.
|
||||
|
||||
* Mon Oct 13 2008 Dennis Gilmore <dennis@ausil.us> - 0.92-3
|
||||
- remove ExclusiveArch line
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user