New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
a1f0643221
commit
6e7efc6e72
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ corosync-1.2.7.tar.gz
|
||||
/corosync-1.99.2.tar.gz
|
||||
/corosync-1.99.3.tar.gz
|
||||
/corosync-1.99.4.tar.gz
|
||||
/corosync-1.99.5.tar.gz
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
Name: corosync
|
||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||
Version: 1.99.4
|
||||
Version: 1.99.5
|
||||
Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
@ -249,6 +249,7 @@ This package contains corosync libraries.
|
||||
%{_libdir}/libvotequorum.so.*
|
||||
%{_libdir}/libpload.so.*
|
||||
%{_libdir}/libsam.so.*
|
||||
%{_libdir}/libcorosync_common.so.*
|
||||
|
||||
%post -n corosynclib -p /sbin/ldconfig
|
||||
|
||||
@ -293,6 +294,7 @@ The Corosync Cluster Engine APIs.
|
||||
%{_libdir}/libvotequorum.so
|
||||
%{_libdir}/libpload.so
|
||||
%{_libdir}/libsam.so
|
||||
%{_libdir}/libcorosync_common.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man3/cpg_*3*
|
||||
%{_mandir}/man3/evs_*3*
|
||||
@ -308,6 +310,9 @@ The Corosync Cluster Engine APIs.
|
||||
%{_mandir}/man8/quorum_overview.8*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 22 2012 Jan Friesse <jfriesse@redhat.com> - 1.99.5-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Feb 14 2012 Jan Friesse <jfriesse@redhat.com> - 1.99.4-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user