New upstream release
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
20236a83c7
commit
625451f43f
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ corosync-1.2.7.tar.gz
|
|||||||
/corosync-1.99.7.tar.gz
|
/corosync-1.99.7.tar.gz
|
||||||
/corosync-1.99.8.tar.gz
|
/corosync-1.99.8.tar.gz
|
||||||
/corosync-1.99.9.tar.gz
|
/corosync-1.99.9.tar.gz
|
||||||
|
/corosync-2.0.0.tar.gz
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
Name: corosync
|
Name: corosync
|
||||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||||
Version: 1.99.9
|
Version: 2.0.0
|
||||||
Release: 1.1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://ftp.corosync.org
|
URL: http://ftp.corosync.org
|
||||||
@ -98,7 +98,8 @@ export rdmacm_LIBS=-lrdmacm \
|
|||||||
%if %{with xmlconf}
|
%if %{with xmlconf}
|
||||||
--enable-xmlconf \
|
--enable-xmlconf \
|
||||||
%endif
|
%endif
|
||||||
--with-initddir=%{_initrddir}
|
--with-initddir=%{_initrddir} \
|
||||||
|
--with-systemddir=%{_unitdir}
|
||||||
|
|
||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
|
|
||||||
@ -112,11 +113,6 @@ mkdir -p -m 0700 %{buildroot}/%{_sysconfdir}/dbus-1/system.d
|
|||||||
install -m 644 %{_builddir}/%{name}-%{version}/conf/corosync-signals.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
|
install -m 644 %{_builddir}/%{name}-%{version}/conf/corosync-signals.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/corosync-signals.conf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with systemd}
|
|
||||||
mkdir -p %{buildroot}/%{_unitdir}/
|
|
||||||
mv %{buildroot}/lib/systemd/system/*.service %{buildroot}/%{_unitdir}/
|
|
||||||
%endif
|
|
||||||
|
|
||||||
## tree fixup
|
## tree fixup
|
||||||
# drop static libs
|
# drop static libs
|
||||||
rm -f %{buildroot}%{_libdir}/*.a
|
rm -f %{buildroot}%{_libdir}/*.a
|
||||||
@ -192,6 +188,7 @@ fi
|
|||||||
%{_mandir}/man8/corosync-quorumtool.8*
|
%{_mandir}/man8/corosync-quorumtool.8*
|
||||||
%{_mandir}/man5/corosync.conf.5*
|
%{_mandir}/man5/corosync.conf.5*
|
||||||
%{_mandir}/man5/votequorum.5*
|
%{_mandir}/man5/votequorum.5*
|
||||||
|
%{_mandir}/man8/cmap_keys.8*
|
||||||
|
|
||||||
# optional testagent rpm
|
# optional testagent rpm
|
||||||
#
|
#
|
||||||
@ -294,6 +291,9 @@ The Corosync Cluster Engine APIs.
|
|||||||
%{_mandir}/man8/quorum_overview.8*
|
%{_mandir}/man8/quorum_overview.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 10 2012 Jan Friesse <jfriesse@redhat.com> - 2.0.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Thu Apr 05 2012 Karsten Hopp <karsten@redhat.com> 1.99.9-1.1
|
* Thu Apr 05 2012 Karsten Hopp <karsten@redhat.com> 1.99.9-1.1
|
||||||
- bump release and rebuild on PPC
|
- bump release and rebuild on PPC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user