import CS corosync-3.1.10-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 10:21:34 -04:00
parent 9eb65e4754
commit 35f42527e6
3 changed files with 21 additions and 11 deletions

View File

@ -1 +1 @@
2ceb27fe91b45d64eabbfec59ae1937e71697296 SOURCES/corosync-3.1.9.tar.gz
42c2e9d62f30c933768b5430e0a8165f07889301 SOURCES/corosync-3.1.10.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/corosync-3.1.9.tar.gz
SOURCES/corosync-3.1.10.tar.gz

View File

@ -12,16 +12,13 @@
%bcond_without runautogen
%bcond_without userflags
%global gitver %{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}
%global gittarver %{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
Name: corosync
Summary: The Corosync Cluster Engine and Application Programming Interfaces
Version: 3.1.9
Release: 1%{?gitver}%{?dist}
License: BSD
Version: 3.1.10
Release: 1%{?dist}
License: BSD-3-Clause
URL: http://corosync.github.io/corosync/
Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}%{?gittarver}.tar.gz
# Runtime bits
# The automatic dependency overridden in favor of explicit version lock
@ -68,9 +65,10 @@ Requires: libxslt
BuildRequires: readline-devel
%endif
BuildRequires: make
BuildRequires: git
%prep
%setup -q -n %{name}-%{version}%{?gittarver}
%autosetup -S git_am
%build
%if %{with runautogen}
@ -116,7 +114,7 @@ BuildRequires: make
%if %{with dbus}
mkdir -p -m 0700 %{buildroot}/%{_sysconfdir}/dbus-1/system.d
install -m 644 %{_builddir}/%{name}-%{version}%{?gittarver}/conf/corosync-signals.conf %{buildroot}/%{_datadir}/dbus-1/system.d/corosync-signals.conf
install -m 644 %{_builddir}/%{name}-%{version}/conf/corosync-signals.conf %{buildroot}/%{_datadir}/dbus-1/system.d/corosync-signals.conf
%endif
## tree fixup
@ -197,8 +195,10 @@ fi
%{_initrddir}/corosync
%{_initrddir}/corosync-notifyd
%endif
%if %{without systemd}
%dir %{_localstatedir}/lib/corosync
%dir %{_localstatedir}/log/cluster
%endif
%{_mandir}/man7/corosync_overview.7*
%{_mandir}/man8/corosync.8*
%{_mandir}/man8/corosync-blackbox.8*
@ -289,6 +289,16 @@ network splits)
%endif
%changelog
* Tue Nov 18 2025 Jan Friesse <jfriesse@redhat.com> - 3.1.10-1
- Resolves: RHEL-122942
- New upstream release (RHEL-122942)
* Wed Mar 26 2025 Jan Friesse <jfriesse@redhat.com> - 3.1.9-2
- Resolves: RHEL-84616
- totemsrp: Check size of orf_token msg (fixes CVE-2025-30472)
* Fri Nov 15 2024 Jan Friesse <jfriesse@redhat.com> - 3.1.9-1
- Resolves: RHEL-65699