commit booth for openSUSE:Factory
Hello community, here is the log from the commit of package booth for openSUSE:Factory checked in at 2014-04-17 14:07:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/booth (Old) and /work/SRC/openSUSE:Factory/.booth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "booth" Changes: -------- --- /work/SRC/openSUSE:Factory/booth/booth.changes 2014-03-04 13:20:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2014-04-17 14:07:50.000000000 +0200 @@ -1,0 +2,35 @@ +Mon Apr 7 15:04:43 UTC 2014 - dmuhamedagic@suse.com + +- init script is not needed in this package (bnc#872063) +- upstream version: 60de8d + +------------------------------------------------------------------- +Wed Apr 2 12:18:43 UTC 2014 - dmuhamedagic@suse.com + +- fix building manpages + +------------------------------------------------------------------- +Wed Apr 2 10:11:34 UTC 2014 - dmuhamedagic@suse.com + +- fix format related warnings + +------------------------------------------------------------------- +Mon Mar 31 17:13:12 CET 2014 - philipp.marek@linbit.com + +- Small fine-tuning changes + +------------------------------------------------------------------- +Thu Mar 27 14:45:31 CET 2014 - philipp.marek@linbit.com + +- Rewrite, using Raft instead of Paxos. +- Version 0.2.0 + +------------------------------------------------------------------- +Wed Mar 5 10:31:42 CET 2014 - philipp.marek@linbit.com + +- Provided a script to check resource health +- Replaced "resource_monitor" functionality; now an external + script is called before the ticket is acquired/renewed. +- Version 0.1.7 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ booth.spec ++++++ --- /var/tmp/diff_new_pack.1bvFl6/_old 2014-04-17 14:07:51.000000000 +0200 +++ /var/tmp/diff_new_pack.1bvFl6/_new 2014-04-17 14:07:51.000000000 +0200 @@ -24,7 +24,6 @@ %define with_extra_warnings 0 %define with_debugging 0 %define without_fatal_warnings 1 -%define with_resource_monitor 1 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} %define pkg_group System Environment/Daemons %else @@ -38,23 +37,21 @@ Summary: The Booth Cluster Ticket Manager License: GPL-2.0+ Group: Productivity/Clustering/HA -Version: 0.1.6 +Version: 0.2.0 Release: 0 Source: booth.tar.bz2 Source1: %name-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build # 1.1.6-2 on SLES has latest ticket support Requires: pacemaker-ticket-support >= 2.0 +BuildRequires: asciidoc BuildRequires: autoconf BuildRequires: automake BuildRequires: glib2-devel BuildRequires: libglue-devel +BuildRequires: libpacemaker-devel BuildRequires: libxml2-devel BuildRequires: pkgconfig -%if %{with_resource_monitor} -BuildRequires: libpacemaker-devel -#pacemaker-libs-devel -%endif %description Booth manages the ticket which authorizes one of the cluster sites @@ -73,16 +70,12 @@ %build ./autogen.sh %configure \ -%if %{with_resource_monitor} - --enable-resource-monitor \ -%endif --with-initddir=%{_initrddir} make %install make DESTDIR=$RPM_BUILD_ROOT install docdir=%{_defaultdocdir}/%{name} -ln -s ../../etc/init.d/booth-arbitrator %{buildroot}/usr/sbin/rcbooth-arbitrator mkdir -p %{buildroot}/%{_mandir}/man8/ gzip < docs/boothd.8 > %{buildroot}/%{_mandir}/man8/booth.8.gz @@ -120,17 +113,14 @@ %defattr(-,root,root) %{_sbindir}/booth %{_sbindir}/boothd -%{_sbindir}/rcbooth-arbitrator -%if %{with_resource_monitor} -%{_sbindir}/booth_resource_monitord -%endif +%exclude %{_sbindir}/rcbooth-arbitrator %{_mandir}/man8/booth.8.gz %{_mandir}/man8/boothd.8.gz %dir /usr/lib/ocf %dir /usr/lib/ocf/resource.d %dir /usr/lib/ocf/resource.d/pacemaker %dir %{_sysconfdir}/booth -%{_initddir}/booth-arbitrator +%exclude %{_initddir}/booth-arbitrator /usr/lib/ocf/resource.d/pacemaker/booth-site %config %{_sysconfdir}/booth/booth.conf.example ++++++ booth.tar.bz2 ++++++ ++++ 16132 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de