This fixes some spec file errors. Note I have added rpmbuild & rpmlint to the buildbot compile.
-Angus Signed-off-by: Angus Salkeld <[email protected]> --- corosync.spec.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/corosync.spec.in b/corosync.spec.in index a05840a..42ab922 100644 --- a/corosync.spec.in +++ b/corosync.spec.in @@ -49,7 +49,7 @@ export rdmacm_LIBS=-lrdmacm \ %{configure} \ --enable-nss \ %if %{with testagents} - --enable-testagents \ + --enable-testagents \ %endif --enable-rdma \ --with-initddir=%{_initddir} @@ -95,11 +95,12 @@ fi %{_sbindir}/corosync-pload %{_sbindir}/corosync-cpgtool %{_sbindir}/corosync-quorumtool +%{_bindir}/corosync-blackbox %dir %{_sysconfdir}/corosync %dir %{_sysconfdir}/corosync/service.d %dir %{_sysconfdir}/corosync/uidgid.d %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example -%{_initddir}/corosync +%{_initrddir}/corosync %dir %{_libexecdir}/lcrso %{_libexecdir}/lcrso/coroparse.lcrso %{_libexecdir}/lcrso/objdb.lcrso -- 1.6.6.1 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
