Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54e5fa5dbb | ||
|
|
76e41e9a96 | ||
|
|
81859b15f4 |
3 changed files with 14 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -25,3 +25,5 @@ corosync-1.2.7.tar.gz
|
||||||
/corosync-2.3.2.tar.gz
|
/corosync-2.3.2.tar.gz
|
||||||
/corosync-2.3.3.tar.gz
|
/corosync-2.3.3.tar.gz
|
||||||
/corosync-2.3.4.tar.gz
|
/corosync-2.3.4.tar.gz
|
||||||
|
/corosync-2.3.5.tar.gz
|
||||||
|
/corosync-2.3.6.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,12 @@
|
||||||
|
|
||||||
Name: corosync
|
Name: corosync
|
||||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||||
Version: 2.3.4
|
Version: 2.3.6
|
||||||
Release: 1%{?gitver}%{?dist}
|
Release: 1%{?gitver}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.corosync.org/
|
URL: http://corosync.github.io/corosync/
|
||||||
Source0: http://corosync.org/download/%{name}-%{version}%{?gittarver}.tar.gz
|
Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
ExclusiveArch: i686 x86_64
|
ExclusiveArch: i686 x86_64
|
||||||
|
|
@ -44,6 +44,7 @@ Obsoletes: cman, clusterlib, clusterlib-devel
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
BuildRequires: libqb-devel >= 0.14.2
|
BuildRequires: libqb-devel >= 0.14.2
|
||||||
BuildRequires: nss-devel
|
BuildRequires: nss-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
%if %{with runautogen}
|
%if %{with runautogen}
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -199,6 +200,7 @@ fi
|
||||||
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
|
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/corosync-notifyd
|
%config(noreplace) %{_sysconfdir}/sysconfig/corosync-notifyd
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/corosync
|
%config(noreplace) %{_sysconfdir}/sysconfig/corosync
|
||||||
|
%config(noreplace) %{_sysconfdir}/logrotate.d/corosync
|
||||||
%if %{with dbus}
|
%if %{with dbus}
|
||||||
%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
|
%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -335,6 +337,12 @@ The Corosync Cluster Engine APIs.
|
||||||
%{_mandir}/man8/quorum_overview.8*
|
%{_mandir}/man8/quorum_overview.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2016 Jan Friesse <jfriesse@redhat.com> - 2.3.6-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Wed Jul 01 2015 Jan Friesse <jfriesse@redhat.com> - 2.3.5-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Tue Aug 26 2014 Jan Friesse <jfriesse@redhat.com> - 2.3.4-1
|
* Tue Aug 26 2014 Jan Friesse <jfriesse@redhat.com> - 2.3.4-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
4b0f36a1dc014527e5b192265dbd7e70 corosync-2.3.4.tar.gz
|
ea1e0421d474017d9ef3d6b741b7aaad corosync-2.3.6.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue