[corosync] New upstream release

Jan Friesse honzaf at fedoraproject.org
Tue May 22 08:42:17 UTC 2012


commit c06da6b7a81144387006024ec271e5fade9d3f9e
Author: Jan Friesse <jfriesse at redhat.com>
Date:   Tue May 22 10:42:02 2012 +0200

    New upstream release
    
    Signed-off-by: Jan Friesse <jfriesse at redhat.com>

 .gitignore                                         |    1 +
 corosync.spec                                      |   18 ++++--
 ...ections_only_after_all_services_are_ready.patch |   77 --------------------
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 83 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e590578..03483b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ corosync-1.2.7.tar.gz
 /corosync-1.99.8.tar.gz
 /corosync-1.99.9.tar.gz
 /corosync-2.0.0.tar.gz
+/corosync-2.0.1.tar.gz
diff --git a/corosync.spec b/corosync.spec
index 99ddfe9..fee0219 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -16,13 +16,16 @@
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 2.0.0
-Release: 2%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
+Version: 2.0.1
+Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://ftp.corosync.org
 Source0: ftp://ftp:user@ftp.corosync.org/downloads/%{name}-%{version}/%{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}.tar.gz
-Patch0: ipcs_allow_connections_only_after_all_services_are_ready.patch
+
+%if 0%{?rhel}
+ExclusiveArch: i686 x86_64
+%endif
 
 # Runtime bits
 Requires: corosynclib = %{version}-%{release}
@@ -37,7 +40,7 @@ Obsoletes: cman, clusterlib, clusterlib-devel
 %define buildtrunk 0
 %{?_with_buildtrunk: %define buildtrunk 1}
 
-BuildRequires: libqb-devel >= 0.11.1
+BuildRequires: libqb-devel >= 0.13.0
 BuildRequires: nss-devel
 %if %{buildtrunk}
 BuildRequires: autoconf automake
@@ -62,7 +65,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %prep
 %setup -q -n %{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
-%patch0 -p1
 
 %build
 %if %{buildtrunk}
@@ -172,6 +174,9 @@ fi
 %if %{with systemd}
 %{_unitdir}/corosync.service
 %{_unitdir}/corosync-notifyd.service
+%dir %{_datadir}/corosync
+%{_datadir}/corosync/corosync
+%{_datadir}/corosync/corosync-notifyd
 %else
 %{_initrddir}/corosync
 %{_initrddir}/corosync-notifyd
@@ -293,6 +298,9 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/quorum_overview.8*
 
 %changelog
+* Tue May 12 2012 Jan Friesse <jfriesse at redhat.com> - 2.0.1-1
+- New upstream release
+
 * Tue Apr 17 2012 Fabio M. Di Nitto <fdinitto at redhat.com> - 2.0.0-2
 - Backport IPCS fix from master (ack by Steven)
 
diff --git a/sources b/sources
index 92d68ea..5775d31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72592510e7a142e60191ff2468c116f8  corosync-2.0.0.tar.gz
+9e23f3f5594676455ff39ff363658155  corosync-2.0.1.tar.gz


More information about the scm-commits mailing list