- Update to version 2.4.5:
* man: replace votequorum_poll for actually used fn * qnetd: sort by node_id when add new client * man: adjust description about interface section * qnetd: Simplify KAP Tie-breaker logic * qnetd: Fix NULL dereference of client * man: votequorum.5: use proper single quotes * tests: Use CS_DISPATCH_BLOCKING instead of cycle * totemsrp: Move token received callback * common_lib: Remove trailing spaces in cs_strerror * totemsrp: More informative messages - Remove patches: bug-1166899-quorumtool-Fix-exit-status-codes.patch bug-1163460-totemip-Add-support-for-sin6_scope_id.patch OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=179
This commit is contained in:
parent
580462a303
commit
864db64eae
21
_service
Normal file
21
_service
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="url">git://github.com/corosync/corosync.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="exclude">.git</param>
|
||||||
|
<param name="filename">corosync</param>
|
||||||
|
<param name="versionformat">2.4.5+git@TAG_OFFSET@.%h</param>
|
||||||
|
<param name="revision">needle</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">corosync*.tar</param>
|
||||||
|
<param name="compression">bz2</param>
|
||||||
|
</service>
|
||||||
|
<!--
|
||||||
|
<service name="set_version" mode="disabled">
|
||||||
|
<param name="basename">corosync</param>
|
||||||
|
</service>
|
||||||
|
-->
|
||||||
|
</services>
|
||||||
|
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">git://github.com/corosync/corosync.git</param>
|
||||||
|
<param name="changesrevision">6236728a6136e3e2ceef2709cda51196b89bc689</param></service></servicedata>
|
3
corosync-2.4.5.tar.bz2
Normal file
3
corosync-2.4.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b67dfc8de715e1366abdb73dbdfb5676b9551f9e2f61c2b2a3271e605cf8583c
|
||||||
|
size 453945
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1637b9fcc90ecb719f0c24bdb5bf98bbe7b7f8dbaf19fbe1e5ca5640512565e1
|
|
||||||
size 587023
|
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 01 14:00:15 UTC 2021 - varkoly@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.4.5:
|
||||||
|
* man: replace votequorum_poll for actually used fn
|
||||||
|
* qnetd: sort by node_id when add new client
|
||||||
|
* man: adjust description about interface section
|
||||||
|
* qnetd: Simplify KAP Tie-breaker logic
|
||||||
|
* qnetd: Fix NULL dereference of client
|
||||||
|
* man: votequorum.5: use proper single quotes
|
||||||
|
* tests: Use CS_DISPATCH_BLOCKING instead of cycle
|
||||||
|
* totemsrp: Move token received callback
|
||||||
|
* common_lib: Remove trailing spaces in cs_strerror
|
||||||
|
* totemsrp: More informative messages
|
||||||
|
- Remove patches:
|
||||||
|
bug-1166899-quorumtool-Fix-exit-status-codes.patch
|
||||||
|
bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 9 13:47:45 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Mar 9 13:47:45 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -47,11 +47,10 @@ Name: corosync
|
|||||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 2.4.5
|
Version: 2.4.5+git69.6236728a
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: http://corosync.github.io/corosync/
|
URL: http://corosync.github.io/corosync/
|
||||||
# source should be Souce code.tar.gz, https://github.com/corosync/corosync/archive/vX.X.X.tar.gz
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source0: %{name}-%{version}.tar.gz
|
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch1: upstream-afd97d7884940_coroapi-Use-size_t-for-private_data_size.patch
|
Patch1: upstream-afd97d7884940_coroapi-Use-size_t-for-private_data_size.patch
|
||||||
Patch2: Fix-compile-warnings-with-GCC-7.2.1.patch
|
Patch2: Fix-compile-warnings-with-GCC-7.2.1.patch
|
||||||
@ -62,8 +61,6 @@ Patch6: bug-1001164_corosync.conf-example.patch
|
|||||||
Patch7: corosync-2.3.4-fix-bashisms.patch
|
Patch7: corosync-2.3.4-fix-bashisms.patch
|
||||||
Patch8: corosync-init-lockfile-path-error.patch
|
Patch8: corosync-init-lockfile-path-error.patch
|
||||||
Patch9: corosync-start-stop-level.patch
|
Patch9: corosync-start-stop-level.patch
|
||||||
Patch10: bug-1166899-quorumtool-Fix-exit-status-codes.patch
|
|
||||||
Patch11: bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# openais is indeed gone and should be uninstalled. Yes, we do not
|
# openais is indeed gone and should be uninstalled. Yes, we do not
|
||||||
@ -133,8 +130,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1
|
|
||||||
%patch11 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with runautogen}
|
%if %{with runautogen}
|
||||||
|
Loading…
Reference in New Issue
Block a user