Accepting request 60401 from network:ha-clustering:Factory
Accepted submit request 60401 from user tserong OBS-URL: https://build.opensuse.org/request/show/60401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/corosync?expand=0&rev=6
This commit is contained in:
commit
5b63166bd1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f774cee5d9f5d3e20b146c8719115c029815015952b48de1b99b61b462367d1
|
||||
size 687322
|
3
corosync-1.3.0.tar.gz
Normal file
3
corosync-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f9e399befcb595a1671f7ddb54dbf53e1faad6416da1415e2d787e6d2eb94a5
|
||||
size 683458
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 8 13:03:11 UTC 2011 - tserong@novell.com
|
||||
|
||||
- Update to corosync 1.3.0
|
||||
- Set the max buffer size for sockets to reduce message dropping
|
||||
- diags: add a mechanism to trigger the writing the flight data
|
||||
- Add the UDPU transport (UDP transport for corosync)
|
||||
- Remove delay in library on corosync shutdown
|
||||
- Check for a properly configured multicast address.
|
||||
- cpg: fix sync'ing the downlist.
|
||||
- POLL: gracefully handle running out of file descriptors.
|
||||
- Return CS_ERR_NO_RESOURCES when the server is low on available file
|
||||
descriptors.
|
||||
- Remove checking of subparameters in service.d files.
|
||||
- Only allow corosync to run one copy via a lock file.
|
||||
- When used with the openais ckpt service, don't disconnect an ipc
|
||||
connection during configuration change that takes longer then 2
|
||||
seconds.
|
||||
- Remove the token cancel retransmit timeout on receipt of a multicast
|
||||
message.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 04:55:08 UTC 2010 - tserong@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package corosync (Version 1.2.7)
|
||||
# spec file for package corosync (Version 1.3.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -25,10 +25,9 @@
|
||||
%if 0%{?suse_version}
|
||||
%define _libexecdir %{_libdir}
|
||||
%endif
|
||||
|
||||
Name: corosync
|
||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||
Version: 1.2.7
|
||||
Version: 1.3.0
|
||||
Release: 1
|
||||
License: BSD3c
|
||||
Group: System Environment/Base
|
||||
@ -118,10 +117,12 @@ script.
|
||||
%{_sbindir}/corosync-pload
|
||||
%{_sbindir}/corosync-cpgtool
|
||||
%{_sbindir}/corosync-quorumtool
|
||||
%{_bindir}/corosync-blackbox
|
||||
%dir %{_sysconfdir}/corosync
|
||||
%dir %{_sysconfdir}/corosync/uidgid.d
|
||||
%dir %{_sysconfdir}/corosync/service.d
|
||||
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
|
||||
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
|
||||
%dir %{_libexecdir}/lcrso
|
||||
%{_libexecdir}/lcrso/coroparse.lcrso
|
||||
%{_libexecdir}/lcrso/objdb.lcrso
|
||||
|
Loading…
Reference in New Issue
Block a user