Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/corosync.git#0b059adcd75f2badb4cadba99662f6247cc8636e
This commit is contained in:
parent
c55148d71d
commit
5eb2b4733e
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ corosync-1.2.7.tar.gz
|
||||
/corosync-3.0.2.tar.gz
|
||||
/corosync-3.0.3.tar.gz
|
||||
/corosync-3.0.4.tar.gz
|
||||
/corosync-3.1.0.tar.gz
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
Name: corosync
|
||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||
Version: 3.0.4
|
||||
Release: 6%{?gitver}%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?gitver}%{?dist}
|
||||
License: BSD
|
||||
URL: http://corosync.github.io/corosync/
|
||||
Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz
|
||||
@ -27,14 +27,16 @@ Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?git
|
||||
# The automatic dependency overridden in favor of explicit version lock
|
||||
Requires: corosynclib%{?_isa} = %{version}-%{release}
|
||||
|
||||
# Support crypto reload
|
||||
Requires: libknet1 >= 1.18
|
||||
# NSS crypto plugin should be always installed
|
||||
Requires: libknet1-crypto-nss-plugin
|
||||
Requires: libknet1-crypto-nss-plugin >= 1.18
|
||||
|
||||
# Build bits
|
||||
BuildRequires: gcc
|
||||
BuildRequires: groff
|
||||
BuildRequires: libqb-devel
|
||||
BuildRequires: libknet1-devel
|
||||
BuildRequires: libknet1-devel >= 1.18
|
||||
BuildRequires: zlib-devel
|
||||
%if %{with runautogen}
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -285,6 +287,9 @@ network splits)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 20 2020 Jan Friesse <jfriesse@redhat.com> - 3.1.0-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Aug 27 2020 Josef Řídký <jridky@redhat.com> - 3.0.4-6
|
||||
- Rebuilt for new net-snmp release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (corosync-3.0.4.tar.gz) = 0d3a19d8811f15d7e4ca6b0805bbd007726751626633279ddb40db37069aa789261b203b2e74474f6ceda366f30391e7effe2efa1e471fbd7dce17a04077e534
|
||||
SHA512 (corosync-3.1.0.tar.gz) = 1982549ea3031c7bc30cdf9d7d0a353717d35ad96c46a01a8af6e12072630d4d2b26657fd4987ff7f56b0cc0038edb1c6cc41f7a12a7249e714353de52118ba0
|
||||
|
Loading…
Reference in New Issue
Block a user