New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
a8e1235b86
commit
81a2f52716
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ corosync-1.2.7.tar.gz
|
||||
/corosync-2.2.0.tar.gz
|
||||
/corosync-2.3.0.tar.gz
|
||||
/corosync-2.3.1.tar.gz
|
||||
/corosync-2.3.2.tar.gz
|
||||
|
@ -20,15 +20,13 @@
|
||||
|
||||
Name: corosync
|
||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||
Version: 2.3.1
|
||||
Release: 3%{?gitver}%{?dist}
|
||||
Version: 2.3.2
|
||||
Release: 1%{?gitver}%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://www.corosync.org/
|
||||
Source0: http://corosync.org/download/%{name}-%{version}%{?gittarver}.tar.gz
|
||||
|
||||
Patch0: bz998362-1-Fix-scheduler-pause-detection-timeout.patch
|
||||
|
||||
%if 0%{?rhel}
|
||||
ExclusiveArch: i686 x86_64
|
||||
%endif
|
||||
@ -75,7 +73,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{?gittarver}
|
||||
%patch0 -p1 -b .bz998362-1
|
||||
|
||||
%build
|
||||
%if %{with runautogen}
|
||||
@ -334,6 +331,9 @@ The Corosync Cluster Engine APIs.
|
||||
%{_mandir}/man8/quorum_overview.8*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2013 Jan Friesse <jfriesse@redhat.com> - 2.3.2-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Aug 19 2013 Jan Friesse <jfriesse@redhat.com> 2.3.1-3
|
||||
- Resolves: rhbz#998362
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user