Compare commits

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

4 commits

Author SHA1 Message Date
Jan Friesse
29bff48954 New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2012-12-12 12:10:01 +01:00
Fabio M. Di Nitto
5f12dfc0b4 Add fix for crash on i686
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
2012-10-10 09:39:21 +02:00
Jan Friesse
b2edb7c6f3 New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2012-08-14 12:18:24 +02:00
Jan Friesse
8e3c3bac79 New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2012-04-25 08:48:55 +02:00
3 changed files with 18 additions and 3 deletions

3
.gitignore vendored
View file

@ -7,3 +7,6 @@ corosync-1.2.7.tar.gz
/corosync-1.4.0.tar.gz
/corosync-1.4.1.tar.gz
/corosync-1.4.2.tar.gz
/corosync-1.4.3.tar.gz
/corosync-1.4.4.tar.gz
/corosync-1.4.5.tar.gz

View file

@ -13,7 +13,7 @@
Name: corosync
Summary: The Corosync Cluster Engine and Application Programming Interfaces
Version: 1.4.2
Version: 1.4.5
Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
License: BSD
Group: System Environment/Base
@ -159,7 +159,6 @@ fi
%{_libexecdir}/lcrso/vsf_quorum.lcrso
%{_libexecdir}/lcrso/vsf_ykd.lcrso
%dir %{_localstatedir}/lib/corosync
%attr(700, root, root) %{_localstatedir}/log/cluster
%dir %{_localstatedir}/log/cluster
%{_mandir}/man8/corosync_overview.8*
%{_mandir}/man8/corosync.8*
@ -173,6 +172,7 @@ fi
%{_mandir}/man8/corosync-notifyd.8*
%{_mandir}/man8/corosync-quorumtool.8*
%{_mandir}/man5/corosync.conf.5*
%{_mandir}/man8/confdb_keys.8*
%package -n corosynclib
Summary: The Corosync Cluster Engine Libraries
@ -277,6 +277,18 @@ The Corosync Cluster Engine APIs.
%{_mandir}/man8/sam_overview.8*
%changelog
* Wed Dec 12 2012 Jan Friesse <jfriesse@redhat.com> - 1.4.5-1
- New upstream release
* Wed Oct 10 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.4.4-2
- Add fix for crash on i686
* Tue Aug 14 2012 Jan Friesse <jfriesse@redhat.com> - 1.4.4-1
- New upstream release
* Wed Apr 25 2012 Jan Friesse <jfriesse@redhat.com> - 1.4.3-1
- New upstream release
* Wed Oct 06 2011 Jan Friesse <jfriesse@redhat.com> - 1.4.2-1
- New upstream release

View file

@ -1 +1 @@
061ee5522097fee69475b38a66bf1d6a corosync-1.4.2.tar.gz
307135a7d089b7565decdd3e9a343c49 corosync-1.4.5.tar.gz