From 5bd6c731b167a895a0c51114a1d12fb6cc5702fa Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Tue, 17 Jun 2014 17:04:42 +0200 Subject: [PATCH 1/2] Rebuild Corosync to handle LibQB log ABI change Signed-off-by: Jan Friesse --- corosync.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/corosync.spec b/corosync.spec index b8968bd..ad671e5 100644 --- a/corosync.spec +++ b/corosync.spec @@ -21,7 +21,7 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces Version: 2.3.3 -Release: 1%{?gitver}%{?dist} +Release: 2%{?gitver}%{?dist} License: BSD Group: System Environment/Base URL: http://www.corosync.org/ @@ -331,6 +331,9 @@ The Corosync Cluster Engine APIs. %{_mandir}/man8/quorum_overview.8* %changelog +* Tue Jun 17 2014 Jan Friesse - 2.3.3-2 +- Rebuild Corosync to handle LibQB logging ABI change + * Tue Jan 14 2014 Jan Friesse - 2.3.3-1 - New upstream release From acbe9cf51967ad2a9dfca20fdcfc275bf8eac08a Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Tue, 26 Aug 2014 16:41:59 +0200 Subject: [PATCH 2/2] New upstream release Signed-off-by: Jan Friesse --- .gitignore | 1 + corosync.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 464489a..b66bacd 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ corosync-1.2.7.tar.gz /corosync-2.3.1.tar.gz /corosync-2.3.2.tar.gz /corosync-2.3.3.tar.gz +/corosync-2.3.4.tar.gz diff --git a/corosync.spec b/corosync.spec index ad671e5..355df25 100644 --- a/corosync.spec +++ b/corosync.spec @@ -20,8 +20,8 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces -Version: 2.3.3 -Release: 2%{?gitver}%{?dist} +Version: 2.3.4 +Release: 1%{?gitver}%{?dist} License: BSD Group: System Environment/Base URL: http://www.corosync.org/ @@ -139,6 +139,9 @@ rm -rf %{buildroot}%{_docdir}/* mkdir -p %{buildroot}%{_sysconfdir}/sysconfig install -m 644 tools/corosync-notifyd.sysconfig.example \ %{buildroot}%{_sysconfdir}/sysconfig/corosync-notifyd +# /etc/sysconfig/corosync +install -m 644 init/corosync.sysconfig.example \ + %{buildroot}%{_sysconfdir}/sysconfig/corosync %clean rm -rf %{buildroot} @@ -195,6 +198,7 @@ fi %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu %config(noreplace) %{_sysconfdir}/sysconfig/corosync-notifyd +%config(noreplace) %{_sysconfdir}/sysconfig/corosync %if %{with dbus} %{_sysconfdir}/dbus-1/system.d/corosync-signals.conf %endif @@ -331,6 +335,9 @@ The Corosync Cluster Engine APIs. %{_mandir}/man8/quorum_overview.8* %changelog +* Tue Aug 26 2014 Jan Friesse - 2.3.4-1 +- New upstream release + * Tue Jun 17 2014 Jan Friesse - 2.3.3-2 - Rebuild Corosync to handle LibQB logging ABI change diff --git a/sources b/sources index 1a0e5e5..aea9f05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e68e97bff74fc56c86493dc7def5f1bc corosync-2.3.3.tar.gz +4b0f36a1dc014527e5b192265dbd7e70 corosync-2.3.4.tar.gz