diff --git a/.gitignore b/.gitignore index 28d242c..73fdaf6 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ corosync-1.2.7.tar.gz /corosync-2.1.0.tar.gz /corosync-2.2.0.tar.gz /corosync-2.3.0.tar.gz +/corosync-2.3.1.tar.gz diff --git a/corosync.spec b/corosync.spec index 58b2faa..834f405 100644 --- a/corosync.spec +++ b/corosync.spec @@ -11,6 +11,7 @@ %bcond_without rdma %endif %bcond_without systemd +%bcond_with upstart %bcond_without xmlconf %bcond_without runautogen @@ -19,8 +20,8 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces -Version: 2.3.0 -Release: 3%{?gitver}%{?dist} +Version: 2.3.1 +Release: 1%{?gitver}%{?dist} License: BSD Group: System Environment/Base URL: http://www.corosync.org/ @@ -106,11 +107,15 @@ export rdmacm_LIBS=-lrdmacm \ %if %{with systemd} --enable-systemd \ %endif +%if %{with upstart} + --enable-upstart \ +%endif %if %{with xmlconf} --enable-xmlconf \ %endif --with-initddir=%{_initrddir} \ - --with-systemddir=%{_unitdir} + --with-systemddir=%{_unitdir} \ + --with-upstartdir=%{_sysconfdir}/init make %{_smp_mflags} @@ -130,6 +135,10 @@ rm -f %{buildroot}%{_libdir}/*.a rm -f %{buildroot}%{_libdir}/*.la # drop docs and html docs for now rm -rf %{buildroot}%{_docdir}/* +# /etc/sysconfig/corosync-notifyd +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +install -m 644 tools/corosync-notifyd.sysconfig.example \ + %{buildroot}%{_sysconfdir}/sysconfig/corosync-notifyd %clean rm -rf %{buildroot} @@ -177,7 +186,7 @@ fi %{_bindir}/corosync-xmlproc %config(noreplace) %{_sysconfdir}/corosync/corosync.xml.example %dir %{_datadir}/corosync -%dir %{_datadir}/corosync/xml2conf.xsl +%{_datadir}/corosync/xml2conf.xsl %{_mandir}/man8/corosync-xmlproc.8* %{_mandir}/man5/corosync.xml.5* %endif @@ -185,6 +194,7 @@ fi %dir %{_sysconfdir}/corosync/uidgid.d %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu +%config(noreplace) %{_sysconfdir}/sysconfig/corosync-notifyd %if %{with dbus} %{_sysconfdir}/dbus-1/system.d/corosync-signals.conf %endif @@ -201,6 +211,10 @@ fi %{_initrddir}/corosync %{_initrddir}/corosync-notifyd %endif +%if %{with upstart} +%{_sysconfdir}/init/corosync.conf +%{_sysconfdir}/init/corosync-notifyd.conf +%endif %dir %{_localstatedir}/lib/corosync %dir %{_localstatedir}/log/cluster %{_mandir}/man8/corosync_overview.8* @@ -317,6 +331,10 @@ The Corosync Cluster Engine APIs. %{_mandir}/man8/quorum_overview.8* %changelog +* Wed Jul 10 2013 Jan Friesse - 2.3.1-1 +- New upstream release +- Fix incorrect dates in specfile changelog section + * Mon Mar 25 2013 Jan Friesse - 2.3.0-3 - Resolves: rhbz#925185 @@ -340,7 +358,7 @@ The Corosync Cluster Engine APIs. * Wed Jul 18 2012 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -* Tue May 12 2012 Jan Friesse - 2.0.1-1 +* Tue May 22 2012 Jan Friesse - 2.0.1-1 - New upstream release * Tue Apr 17 2012 Fabio M. Di Nitto - 2.0.0-2 @@ -386,13 +404,13 @@ The Corosync Cluster Engine APIs. - New upstream release - Temporary disable xml config (broken upstream tarball) -* Wed Jan 24 2012 Jan Friesse - 1.99.0-1 +* Tue Jan 24 2012 Jan Friesse - 1.99.0-1 - New upstream release * Thu Jan 12 2012 Fedora Release Engineering - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -* Wed Oct 06 2011 Jan Friesse - 1.4.2-1 +* Thu Oct 06 2011 Jan Friesse - 1.4.2-1 - New upstream release * Thu Sep 08 2011 Jan Friesse - 1.4.1-2 @@ -404,7 +422,7 @@ The Corosync Cluster Engine APIs. * Wed Jul 20 2011 Jan Friesse - 1.4.0-2 - Change attributes of cluster log directory -* Wed Jul 19 2011 Jan Friesse - 1.4.0-1 +* Tue Jul 19 2011 Jan Friesse - 1.4.0-1 - New upstream release - Resync spec file with upstream changes @@ -603,7 +621,7 @@ The Corosync Cluster Engine APIs. * Mon Oct 13 2008 Dennis Gilmore - 0.92-3 - remove ExclusiveArch line -* Fri Sep 24 2008 Steven Dake - 0.92-2 +* Wed Sep 24 2008 Steven Dake - 0.92-2 - Add conflicts for openais and openais-devel packages older then 0.90. * Wed Sep 24 2008 Steven Dake - 0.92-1 diff --git a/sources b/sources index 4b9d54d..8aba322 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4689279c36b1417e122a23c6818017dd corosync-2.3.0.tar.gz +d3a76155e05c0a6ec34b2d0ad281fb02 corosync-2.3.1.tar.gz