Accepting request 1227017 from network:ha-clustering:Factory
OBS-URL: https://build.opensuse.org/request/show/1227017 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/corosync?expand=0&rev=80
This commit is contained in:
commit
bd4986b509
10
_service
10
_service
@ -1,19 +1,19 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/corosync/corosync.git</param>
|
<param name="url">https://github.com/corosync/corosync.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">corosync</param>
|
<param name="filename">corosync</param>
|
||||||
<param name="versionformat">3.1.8+%cd.%h</param>
|
<param name="versionformat">3.1.9</param>
|
||||||
<param name="revision">40e08b21</param>
|
<param name="revision">v3.1.9</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">corosync*.tar</param>
|
<param name="file">corosync*.tar</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="manual">
|
||||||
<param name="basename">corosync</param>
|
<param name="basename">corosync</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/corosync/corosync.git</param>
|
<param name="url">https://github.com/corosync/corosync.git</param>
|
||||||
<param name="changesrevision">40e08b219de94f3850f8f39291d89a5713e32f06</param></service></servicedata>
|
<param name="changesrevision">4e683699b97740562db11f60c744b0f7f61916dd</param></service></servicedata>
|
BIN
corosync-3.1.8.tar.gz
(Stored with Git LFS)
BIN
corosync-3.1.8.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
corosync-3.1.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
corosync-3.1.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 18 03:51:09 UTC 2024 - nicholas.yang@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.1.9:
|
||||||
|
* rust: Update to latest standards
|
||||||
|
* totemsrp: Fix orf_token stats
|
||||||
|
* totem: Use uint64_t type and QB_TIME_NS_IN_MSEC
|
||||||
|
* totem: Use proper timestamp type for token warning
|
||||||
|
* stats: Store token rx and tx timestamps as 64-bit
|
||||||
|
* rust: fix clippy warning in rust 1.81
|
||||||
|
* coroparse: Free kv_item key and value on failure
|
||||||
|
* icmap: Free memory if qb_map_notify_add fails
|
||||||
|
* cfg: Free new_config interfaces on failure
|
||||||
|
* main: support lock pid file arg
|
||||||
|
* man: fix a typo in cpg_model_initialize
|
||||||
|
* man: Improve quorum provider formatting
|
||||||
|
* rust: tests return errors and don't hang
|
||||||
|
* rust: Improve Rust bindings
|
||||||
|
* Move corosync-notifyd policy file into $(datadir)/dbus-1/system.d
|
||||||
|
* man: corosync.conf: Multi improvements
|
||||||
|
* totem: Fix reference links
|
||||||
|
* Report crypto errors back to cfg reload
|
||||||
|
* Fix up the library .versions files
|
||||||
|
* configure: Fix building of rust for release
|
||||||
|
* License: Fix year (mainly to fix rust building)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 06:48:08 UTC 2024 - Nicholas Yang <nicholas.yang@suse.com>
|
Wed Nov 13 06:48:08 UTC 2024 - Nicholas Yang <nicholas.yang@suse.com>
|
||||||
|
|
||||||
|
@ -51,10 +51,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: 3.1.8
|
Version: 3.1.9
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: http://corosync.github.io/corosync/
|
URL: http://corosync.github.io/corosync/
|
||||||
Source0: https://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch0: 0001-harden-services-with-systemd-sandboxing.patch
|
Patch0: 0001-harden-services-with-systemd-sandboxing.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user