Hello community, here is the log from the commit of package drbd-utils for openSUSE:Factory checked in at 2017-08-28 15:16:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drbd-utils (Old) and /work/SRC/openSUSE:Factory/.drbd-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drbd-utils" Mon Aug 28 15:16:01 2017 rev:17 rq:518658 version:9.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes 2017-08-13 14:59:15.232252863 +0200 +++ /work/SRC/openSUSE:Factory/.drbd-utils.new/drbd-utils.changes 2017-08-28 15:17:25.910478307 +0200 @@ -1,0 +2,5 @@ +Fri Aug 25 06:45:36 UTC 2017 - [email protected] + +- fate#323392, enable drbdmon which imported in 8.9.10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drbd-utils.spec ++++++ --- /var/tmp/diff_new_pack.8M3SPy/_old 2017-08-28 15:17:27.362274302 +0200 +++ /var/tmp/diff_new_pack.8M3SPy/_new 2017-08-28 15:17:27.374272617 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without drbdmon Name: drbd-utils Version: 9.0.0 @@ -62,6 +63,9 @@ BuildRequires: pkgconfig BuildRequires: systemd BuildRequires: udev +%if %{with drbdmon} +BuildRequires: gcc-c++ +%endif Provides: drbd-control Provides: drbdsetup BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -101,6 +105,7 @@ --datadir=%{_datadir} \ --libdir=%{_prefix}/lib \ --exec_prefix=%{_prefix}/lib \ + %{?with_drbdmon: --with-drbdmon} \ --with-tmpfilesdir=%{_tmpfilesdir} make OPTFLAGS="%{optflags}" %{?_smp_mflags} @@ -142,6 +147,9 @@ /sbin/drbdsetup /sbin/drbdmeta /sbin/drbd-overview +%if %{with drbdmon} +/sbin/drbdmon +%endif %ifarch %ix86 x86_64 %dir %attr(700,root,root) %{_sysconfdir}/xen %dir %{_sysconfdir}/xen/scripts
