Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46f6d72cf7 | ||
|
|
2de47be2d1 | ||
|
|
290649b778 | ||
|
|
a2c975b92d | ||
|
|
ea77d15fb7 | ||
|
|
10cd9580c6 | ||
|
|
c97695360d | ||
|
|
a1ab73206a |
9 changed files with 42 additions and 24 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -51,3 +51,4 @@ corosync-1.2.7.tar.gz
|
|||
/corosync-3.1.7.tar.gz
|
||||
/corosync-3.1.8.tar.gz
|
||||
/corosync-3.1.9.tar.gz
|
||||
/corosync-3.1.10.tar.gz
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
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}.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,23 @@ network splits)
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Nov 15 2025 Jan Friesse <jfriesse@redhat.com> - 3.1.10-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Jun 16 2025 Jan Friesse <jfriesse@redhat.com> - 3.1.9-4
|
||||
- exec: Add support for env STATE_DIRECTORY
|
||||
- init: Use LogsDirectory in systemd unit file
|
||||
|
||||
* Wed Mar 26 2025 Jan Friesse <jfriesse@redhat.com> - 3.1.9-3
|
||||
- totemsrp: Check size of orf_token msg
|
||||
(fixes CVE-2025-30472)
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Nov 15 2024 Jan Friesse <jfriesse@redhat.com> - 3.1.9-1
|
||||
- New upstream release
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (corosync-3.1.9.tar.gz) = d5332c65535dd40e3bee48912ebf2e71c55380b3dba93c36ff8b74090edf3ec44b69685cd11fda3732e4b0dab0b2954f08be94d772fcff6aaf9a4a846ef2e4cc
|
||||
SHA512 (corosync-3.1.10.tar.gz) = cf2014d15fdbd3495cfe64629255f7855a79651a595938dac7bc7ec67338d843079ae40cf1c15de23b50d85cb39b2c2e3e3448a9cc33759ad8988b8c85ce59d3
|
||||
|
|
|
|||
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
# Ignore tests runs/artefacts.
|
||||
artifacts/**
|
||||
**/*.retry
|
||||
12
tests/plan.fmf
Normal file
12
tests/plan.fmf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
summary: Run all smoke tests
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
- gcc
|
||||
- iproute
|
||||
- corosync
|
||||
- corosync-devel
|
||||
2
tests/smoke/main.fmf
Normal file
2
tests/smoke/main.fmf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
summary: Basic smoke test
|
||||
test: ./runtest.sh
|
||||
0
tests/smoke/runtest.sh
Normal file → Executable file
0
tests/smoke/runtest.sh
Normal file → Executable file
|
|
@ -1,12 +0,0 @@
|
|||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- smoke
|
||||
required_packages:
|
||||
- gcc
|
||||
- iproute
|
||||
- corosync
|
||||
- corosync-devel
|
||||
Loading…
Add table
Add a link
Reference in a new issue