Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Jan Friesse
12682a4706 New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2014-08-26 16:44:36 +02:00
Jan Friesse
428e05d103 New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2014-01-14 17:00:58 +01:00
Jan Friesse
c781ac3da9 New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2013-09-16 11:57:19 +02:00
Jan Friesse
6e186d3f73 Fix scheduler pause-detection timeout patch
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2013-08-19 15:14:16 +02:00
3 changed files with 24 additions and 2 deletions

3
.gitignore vendored
View file

@ -22,3 +22,6 @@ 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
/corosync-2.3.3.tar.gz
/corosync-2.3.4.tar.gz

View file

@ -20,7 +20,7 @@
Name: corosync
Summary: The Corosync Cluster Engine and Application Programming Interfaces
Version: 2.3.1
Version: 2.3.4
Release: 1%{?gitver}%{?dist}
License: BSD
Group: System Environment/Base
@ -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,21 @@ The Corosync Cluster Engine APIs.
%{_mandir}/man8/quorum_overview.8*
%changelog
* Tue Aug 26 2014 Jan Friesse <jfriesse@redhat.com> - 2.3.4-1
- New upstream release
* Tue Jan 14 2014 Jan Friesse <jfriesse@redhat.com> - 2.3.3-1
- New upstream release
* 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-2
- Resolves: rhbz#998362
- Fix scheduler pause-detection timeout (rhbz#998362)
- merge upstream commit 2740cfd1eac60714601c74df2137fe588b607866 (rhbz#998362)
* Wed Jul 10 2013 Jan Friesse <jfriesse@redhat.com> - 2.3.1-1
- New upstream release
- Fix incorrect dates in specfile changelog section

View file

@ -1 +1 @@
d3a76155e05c0a6ec34b2d0ad281fb02 corosync-2.3.1.tar.gz
4b0f36a1dc014527e5b192265dbd7e70 corosync-2.3.4.tar.gz