Hello community, here is the log from the commit of package openais checked in at Fri Jul 25 16:08:57 CEST 2008. -------- --- openais/openais.changes 2008-07-15 23:18:47.000000000 +0200 +++ /mounts/work_src_done/STABLE/openais/openais.changes 2008-07-21 15:47:37.000000000 +0200 @@ -1,0 +2,16 @@ +Mon Jul 21 15:38:00 CEST 2008 - abeekhof@suse.de + +- Switch to the stable series of OpenAIS (Whitetank 0.80) which + behaves significantly better for clusters larger than 4 nodes +- Upstream version is 0.80.3 (SVN 1551) +- Tarball includes 8 patches backported from the development series + that are required to support Pacemaker. Patch summary: + - a generic init-script + - Fix DESTDIR, PREFIX and LCRSODIR + - Repair loading of external services + - Add some new calls into objdb + - Patch to remove segfault on the exiting of a service. + - Patch to allow controlled exit of a service. + - load and unload service engines at runtime + +------------------------------------------------------------------- Old: ---- install.patch keygen.patch ucred.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openais.spec ++++++ --- /var/tmp/diff_new_pack.o10426/_old 2008-07-25 16:08:27.000000000 +0200 +++ /var/tmp/diff_new_pack.o10426/_new 2008-07-25 16:08:27.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package openais (Version 0.82) +# spec file for package openais (Version 0.80) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,8 +18,8 @@ Name: openais Summary: The OpenAIS Standards-Based Cluster Framework executive and APIs -Version: 0.82 -Release: 18 +Version: 0.80 +Release: 1 License: BSD 3-Clause %if 0%{?fedora_version} Group: Productivity/Clustering/HA @@ -28,14 +28,12 @@ %endif Url: http://www.openais.org/ Source: openais.tar.gz -Patch1: install.patch -Patch2: keygen.patch -#Patch3: disable-crypto.patch -Patch4: ucred.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(pre): /usr/sbin/useradd Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig +Obsoletes: %{name} == 0.82 +Obsoletes: %{name} == 0.83 %description This package contains the openais executive, openais service handlers, @@ -64,6 +62,9 @@ Robert Peterson Abhijith Das +%if 0%{?suse_version} +%endif + %package devel License: BSD 3-Clause Summary: The openais Standards-Based Cluster Framework libraries @@ -102,11 +103,7 @@ Abhijith Das %prep -%setup -n openais -%patch1 -p1 -%patch2 -p2 -#%patch3 -p2 -%patch4 -p2 +%setup -n openais/branches/whitetank %build # -O3 required for performance reasons @@ -126,6 +123,9 @@ install -m 755 test/openais-cfgtool $RPM_BUILD_ROOT%{_sbindir} find $RPM_BUILD_ROOT -name '*.a' -type f -print0 | xargs -0 rm -f find $RPM_BUILD_ROOT -name '*.la' -type f -print0 | xargs -0 rm -f +%if 0%{?suse_version} +ln -sf ../../etc/init.d/openais $RPM_BUILD_ROOT/%{_sbindir}/rcopenais +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -159,9 +159,9 @@ %else if [ $1 -eq 0 ]; then %{_initrddir}/openais stop &>/dev/null || : + /sbin/chkconfig --del openais || : fi %endif -/sbin/chkconfig --del openais || : %postun /sbin/ldconfig @@ -186,39 +186,15 @@ %config(noreplace) /etc/ais/amf.conf %config /etc/ld.so.conf.d/openais-*.conf %{_initrddir}/openais -%exclude %{_sysconfdir}/init.d/ais +%if 0%{?suse_version} +%{_sbindir}/rcopenais +%endif %dir %{_libexecdir}/lcrso -%{_libexecdir}/lcrso/aisparser.lcrso -%{_libexecdir}/lcrso/objdb.lcrso -%{_libexecdir}/lcrso/service_amf.lcrso -%{_libexecdir}/lcrso/service_cfg.lcrso -%{_libexecdir}/lcrso/service_ckpt.lcrso -%{_libexecdir}/lcrso/service_clm.lcrso -%{_libexecdir}/lcrso/service_cpg.lcrso -%{_libexecdir}/lcrso/service_evs.lcrso -%{_libexecdir}/lcrso/service_evt.lcrso -%{_libexecdir}/lcrso/service_lck.lcrso -%{_libexecdir}/lcrso/service_msg.lcrso -%{_libexecdir}/lcrso/vsf_ykd.lcrso %dir %{_libdir}/openais -%{_libdir}/openais/libaisutil.so* -%{_libdir}/openais/libais.so* -%{_libdir}/openais/libcpg.so* -%{_libdir}/openais/libevs.so* -%{_libdir}/openais/libcfg.so* -%{_libdir}/openais/libSaAmf.so* -%{_libdir}/openais/libSaCkpt.so* -%{_libdir}/openais/libSaClm.so* -%{_libdir}/openais/libSaEvt.so* -%{_libdir}/openais/libSaLck.so* -%{_libdir}/openais/libSaMsg.so* -%{_libdir}/openais/libtotem_pg.so* -%{_mandir}/man8/openais_overview.8* -%{_mandir}/man8/cpg_overview.8* -%{_mandir}/man8/evs_overview.8* -%{_mandir}/man8/logsys_overview.8* +%{_libexecdir}/lcrso/*.lcrso +%{_libdir}/openais/lib*.so* +%{_mandir}/man8/*.8* %{_mandir}/man5/openais.conf.5* -%{_mandir}/man5/amf.conf.5* %files devel %defattr(-,root,root,-) @@ -226,61 +202,30 @@ %doc %{_docdir}/%{name}-%{version}/CHANGELOG %doc %{_docdir}/%{name}-%{version}/README.devmap %dir %{_includedir}/openais/ -%{_includedir}/openais/ais_util.h -%{_includedir}/openais/ipc_gen.h -%{_includedir}/openais/mar_gen.h -%{_includedir}/openais/swab.h -%{_includedir}/openais/cpg.h -%{_includedir}/openais/cfg.h -%{_includedir}/openais/evs.h -%{_includedir}/openais/saAis.h -%{_includedir}/openais/saAmf.h -%{_includedir}/openais/saCkpt.h -%{_includedir}/openais/saClm.h -%{_includedir}/openais/saEvt.h -%{_includedir}/openais/saLck.h -%{_includedir}/openais/saMsg.h -%dir %{_includedir}/openais/totem/ -%{_includedir}/openais/totem/aispoll.h -%{_includedir}/openais/totem/totem.h -%{_includedir}/openais/totem/totemip.h -%{_includedir}/openais/totem/totempg.h %dir %{_includedir}/openais/lcr/ -%{_includedir}/openais/lcr/lcr_ckpt.h -%{_includedir}/openais/lcr/lcr_comp.h -%{_includedir}/openais/lcr/lcr_ifact.h -%dir %{_includedir}/openais/service -%{_includedir}/openais/service/config.h -%{_includedir}/openais/service/objdb.h -%{_includedir}/openais/service/logsys.h -%{_includedir}/openais/service/swab.h -%{_includedir}/openais/service/service.h -%{_includedir}/openais/service/timer.h -%{_includedir}/openais/service/flow.h -%{_includedir}/openais/service/ipc.h -%{_mandir}/man3/cpg_dispatch.3* -%{_mandir}/man3/cpg_fd_get.3* -%{_mandir}/man3/cpg_finalize.3* -%{_mandir}/man3/cpg_initialize.3* -%{_mandir}/man3/cpg_join.3* -%{_mandir}/man3/cpg_leave.3* -%{_mandir}/man3/cpg_mcast_joined.3* -%{_mandir}/man3/cpg_membership_get.3* -%{_mandir}/man3/cpg_local_get.3* -%{_mandir}/man3/cpg_context_get.3* -%{_mandir}/man3/cpg_context_set.3* -%{_mandir}/man3/evs_dispatch.3* -%{_mandir}/man3/evs_fd_get.3* -%{_mandir}/man3/evs_finalize.3* -%{_mandir}/man3/evs_initialize.3* -%{_mandir}/man3/evs_join.3* -%{_mandir}/man3/evs_leave.3* -%{_mandir}/man3/evs_mcast_groups.3* -%{_mandir}/man3/evs_mcast_joined.3* -%{_mandir}/man3/evs_membership_get.3* -%{_sysconfdir}/init.d/ais +%dir %{_includedir}/openais/totem/ +%dir %{_includedir}/openais/service/ +%{_includedir}/openais/*.h +%{_includedir}/openais/lcr/*.h +%{_includedir}/openais/totem/*.h +%{_includedir}/openais/service/*.h +%{_mandir}/man3/cpg_*.3* +%{_mandir}/man3/evs_*.3* %changelog +* Mon Jul 21 2008 abeekhof@suse.de +- Switch to the stable series of OpenAIS (Whitetank 0.80) which + behaves significantly better for clusters larger than 4 nodes +- Upstream version is 0.80.3 (SVN 1551) +- Tarball includes 8 patches backported from the development series + that are required to support Pacemaker. Patch summary: + - a generic init-script + - Fix DESTDIR, PREFIX and LCRSODIR + - Repair loading of external services + - Add some new calls into objdb + - Patch to remove segfault on the exiting of a service. + - Patch to allow controlled exit of a service. + - load and unload service engines at runtime * Sun Jun 29 2008 abeekhof@suse.de - Enable encryption * Sat May 03 2008 abeekhof@suse.de ++++++ openais.tar.gz ++++++ openais/openais.tar.gz /mounts/work_src_done/STABLE/openais/openais.tar.gz differ: byte 5, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de