Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29bff48954 | ||
|
|
5f12dfc0b4 | ||
|
|
b2edb7c6f3 | ||
|
|
8e3c3bac79 |
3 changed files with 18 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
061ee5522097fee69475b38a66bf1d6a corosync-1.4.2.tar.gz
|
||||
307135a7d089b7565decdd3e9a343c49 corosync-1.4.5.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue