From ee6e3ed02b4aafd26fc12f0b919524a5f06e487a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 11 2020 08:08:54 +0000 Subject: import corosync-3.1.0-2.el8 --- diff --git a/.corosync.metadata b/.corosync.metadata index c756eef..aaec8c5 100644 --- a/.corosync.metadata +++ b/.corosync.metadata @@ -1,2 +1,2 @@ 761fe353b2cbead7a8572bfb6b84fe5d2fc8d9d6 SOURCES/corosync-3.1.0.tar.gz -87cb5c01333298d106fc0022f5ac855205da0ae6 SOURCES/spausedd-20190807.tar.gz +a04dcd386274951894c32f5a5a92a0483e3c1fe1 SOURCES/spausedd-20201110.tar.gz diff --git a/.gitignore b/.gitignore index 9c5438b..303f637 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ SOURCES/corosync-3.1.0.tar.gz -SOURCES/spausedd-20190807.tar.gz +SOURCES/spausedd-20201110.tar.gz diff --git a/SPECS/corosync.spec b/SPECS/corosync.spec index 4e16761..f4905e9 100644 --- a/SPECS/corosync.spec +++ b/SPECS/corosync.spec @@ -17,13 +17,13 @@ %global gittarver %{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}} %if %{with spausedd} -%global spausedd_version 20190807 +%global spausedd_version 20201110 %endif Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces Version: 3.1.0 -Release: 1%{?gitver}%{?dist} +Release: 2%{?gitver}%{?dist} License: BSD URL: http://corosync.github.io/corosync/ Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz @@ -389,6 +389,11 @@ fi %endif %changelog +* Tue Nov 10 2020 Jan Friesse 3.1.0-2 +- Resolves: rhbz#1896309 + +- Fix log_perror (rhbz#1896309) + * Tue Oct 20 2020 Jan Friesse 3.1.0-1 - Resolves: rhbz#1855293 - Resolves: rhbz#1855303