Hello community,

here is the log from the commit of package drbd-utils for openSUSE:Factory 
checked in at 2019-03-14 14:54:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drbd-utils (Old)
 and      /work/SRC/openSUSE:Factory/.drbd-utils.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "drbd-utils"

Thu Mar 14 14:54:56 2019 rev:28 rq:684205 version:9.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes    2018-11-13 
17:08:28.222986232 +0100
+++ /work/SRC/openSUSE:Factory/.drbd-utils.new.28833/drbd-utils.changes 
2019-03-14 14:55:01.239763821 +0100
@@ -1,0 +2,31 @@
+Thu Jan 17 07:16:25 UTC 2019 - nw...@suse.com
+
+- Update to 9.8.0
+ * i18n: use propper po files
+ * v9,stacked: allow node-id in stacked section
+   but one should not use stacked with v9 anyways
+ * dry run: remove trailing white space
+   This eases test integration.
+   Mentioned here because strictly speaking output changed.
+ * regression tests: if at ./configure time "clitest" is detected,
+  one can run tests via "make test". Target is a noop otherwise.
+ * drbdsetup,v9: fix wait-for (same patch as in 9.7.1)
+ * doc,v9:  require-drbd-module-version-*, events2 --now --poll
+ * drbdadm,v9: allow stacked-on-top-of sections without address
+ * drbdadm,v9: bring up only the correct paths in multi-site scenaios.
+ * drbdadm,v9: fix parser segfault if node-id is missing.
+ * tests: require that they pass on release.
+ * drbdsetup,v9: fix key collision in show --json. 
+- bsc#1121794, use drbd9 man pages.
+
+-------------------------------------------------------------------
+Wed Dec  5 09:01:02 UTC 2018 - nw...@suse.com
+
+- Update to 9.7.0 
+ * drbdadm,v9,v84: fix resync-after
+ * drbd.ocf: connect_only_after_promote, require kernel version
+ * drbdmon: display resync progress
+ * parser,v9: require-drbd-module-version
+ * windrbd: add WinDRBD support
+
+-------------------------------------------------------------------

Old:
----
  drbd-utils-9.6.0.tar.gz

New:
----
  drbd-utils-9.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ drbd-utils.spec ++++++
--- /var/tmp/diff_new_pack.il9Yl8/_old  2019-03-14 14:55:02.923763562 +0100
+++ /var/tmp/diff_new_pack.il9Yl8/_new  2019-03-14 14:55:02.971763555 +0100
@@ -17,9 +17,12 @@
 
 
 %bcond_without drbdmon
+# Man pages are included in the released tarball.
+# Only need po4a to build man from git source code
+%bcond_without prebuiltman
 
 Name:           drbd-utils
-Version:        9.6.0
+Version:        9.8.0
 Release:        0
 Summary:        Distributed Replicated Block Device
 License:        GPL-2.0+
@@ -65,6 +68,9 @@
 %if %{with drbdmon}
 BuildRequires:  gcc-c++
 %endif
+%if %{without prebuiltman}
+BuildRequires: po4a
+%endif
 Provides:       drbd-control
 Provides:       drbdsetup
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -104,6 +110,7 @@
     --libdir=%{_prefix}/lib \
     --exec_prefix=%{_prefix}/lib \
     %{?with_drbdmon:   --with-drbdmon}     \
+    %{?with_prebuiltman: --with-prebuiltman} \
     --with-tmpfilesdir=%{_tmpfilesdir}
 
 make OPTFLAGS="%{optflags}" %{?_smp_mflags}
@@ -122,6 +129,18 @@
 %post
 %service_add_post drbd.service
 
+#May also overlap the $MAN_LINK in documentation/v9/Makefile.in
+for f in drbd drbdadm drbdmeta drbdsetup; do
+    ln -sf $f-9.0.8.gz %{_mandir}/man8/$f.8.gz
+    ln -sf $f-9.0.8.gz %{_mandir}/ja/man8/$f.8.gz
+done
+ln -sf drbd.conf-9.0.5.gz %{_mandir}/man5/drbd.conf.5.gz
+ln -sf drbd.conf-9.0.5.gz %{_mandir}/ja/man5/drbd.conf.5.gz
+%if %{with drbdmon}
+ln -sf drbdmon-9.0.8.gz %{_mandir}/man8/drbdmon.8.gz
+ln -sf drbdmon-9.0.8.gz %{_mandir}/ja/man8/drbdmon.8.gz
+%endif
+
 %preun
 %service_del_preun drbd.service
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.il9Yl8/_old  2019-03-14 14:55:03.507763472 +0100
+++ /var/tmp/diff_new_pack.il9Yl8/_new  2019-03-14 14:55:03.523763469 +0100
@@ -5,10 +5,10 @@
     <param name="filename">drbd-utils</param>
 <!--
     build service using release drbd-utils atm.
-    <param name="version">9.6.0</param>
+    <param name="version">9.7.0</param>
     Using release tarball instead of git since need buildtag.c/h
 -->
-    <param name="versionformat">9.6.0+git.%h</param>
+    <param name="versionformat">9.7.0+git.%h</param>
     <param name="revision">master</param>
   </service>
 

++++++ drbd-utils-9.6.0.tar.gz -> drbd-utils-9.8.0.tar.gz ++++++
++++ 35396 lines of diff (skipped)


Reply via email to