Compare commits

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

2 commits

Author SHA1 Message Date
Jan Friesse
acbe9cf519 New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2014-08-26 16:41:59 +02:00
Jan Friesse
5bd6c731b1 Rebuild Corosync to handle LibQB log ABI change
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
2014-06-17 17:04:42 +02:00
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View file

@ -24,3 +24,4 @@ corosync-1.2.7.tar.gz
/corosync-2.3.1.tar.gz /corosync-2.3.1.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

View file

@ -20,7 +20,7 @@
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.3 Version: 2.3.4
Release: 1%{?gitver}%{?dist} Release: 1%{?gitver}%{?dist}
License: BSD License: BSD
Group: System Environment/Base Group: System Environment/Base
@ -139,6 +139,9 @@ rm -rf %{buildroot}%{_docdir}/*
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 tools/corosync-notifyd.sysconfig.example \ install -m 644 tools/corosync-notifyd.sysconfig.example \
%{buildroot}%{_sysconfdir}/sysconfig/corosync-notifyd %{buildroot}%{_sysconfdir}/sysconfig/corosync-notifyd
# /etc/sysconfig/corosync
install -m 644 init/corosync.sysconfig.example \
%{buildroot}%{_sysconfdir}/sysconfig/corosync
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -195,6 +198,7 @@ fi
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
%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
%if %{with dbus} %if %{with dbus}
%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf %{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
%endif %endif
@ -331,6 +335,12 @@ The Corosync Cluster Engine APIs.
%{_mandir}/man8/quorum_overview.8* %{_mandir}/man8/quorum_overview.8*
%changelog %changelog
* Tue Aug 26 2014 Jan Friesse <jfriesse@redhat.com> - 2.3.4-1
- New upstream release
* Tue Jun 17 2014 Jan Friesse <jfriesse@redhat.com> - 2.3.3-2
- Rebuild Corosync to handle LibQB logging ABI change
* Tue Jan 14 2014 Jan Friesse <jfriesse@redhat.com> - 2.3.3-1 * Tue Jan 14 2014 Jan Friesse <jfriesse@redhat.com> - 2.3.3-1
- New upstream release - New upstream release

View file

@ -1 +1 @@
e68e97bff74fc56c86493dc7def5f1bc corosync-2.3.3.tar.gz 4b0f36a1dc014527e5b192265dbd7e70 corosync-2.3.4.tar.gz