diff --git a/_service b/_service new file mode 100644 index 0000000..8bc2175 --- /dev/null +++ b/_service @@ -0,0 +1,21 @@ + + + git://github.com/corosync/corosync.git + git + .git + corosync + 2.4.5+git@TAG_OFFSET@.%h + needle + enable + + + corosync*.tar + bz2 + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..5ce04a2 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + git://github.com/corosync/corosync.git + 6236728a6136e3e2ceef2709cda51196b89bc689 \ No newline at end of file diff --git a/corosync-2.4.5.tar.bz2 b/corosync-2.4.5.tar.bz2 new file mode 100644 index 0000000..4f2ed8e --- /dev/null +++ b/corosync-2.4.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67dfc8de715e1366abdb73dbdfb5676b9551f9e2f61c2b2a3271e605cf8583c +size 453945 diff --git a/corosync-2.4.5.tar.gz b/corosync-2.4.5.tar.gz deleted file mode 100644 index 2904b1f..0000000 --- a/corosync-2.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1637b9fcc90ecb719f0c24bdb5bf98bbe7b7f8dbaf19fbe1e5ca5640512565e1 -size 587023 diff --git a/corosync.changes b/corosync.changes index b803f8f..e13739e 100644 --- a/corosync.changes +++ b/corosync.changes @@ -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 diff --git a/corosync.spec b/corosync.spec index af7e46a..abccbbe 100644 --- a/corosync.spec +++ b/corosync.spec @@ -47,11 +47,10 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces License: BSD-3-Clause Group: Productivity/Clustering/HA -Version: 2.4.5 +Version: 2.4.5+git69.6236728a Release: 0 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.gz +Source0: %{name}-%{version}.tar.bz2 Source2: baselibs.conf Patch1: upstream-afd97d7884940_coroapi-Use-size_t-for-private_data_size.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 Patch8: corosync-init-lockfile-path-error.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 # openais is indeed gone and should be uninstalled. Yes, we do not @@ -133,8 +130,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %patch7 -p1 %patch8 -p1 %patch9 -p1 -%patch10 -p1 -%patch11 -p1 %build %if %{with runautogen}