Hello community,

here is the log from the commit of package vhostmd for openSUSE:Factory checked 
in at 2018-05-01 23:30:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vhostmd (Old)
 and      /work/SRC/openSUSE:Factory/.vhostmd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vhostmd"

Tue May  1 23:30:05 2018 rev:25 rq:602627 version:0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/vhostmd/vhostmd.changes  2017-05-02 
08:54:56.297937930 +0200
+++ /work/SRC/openSUSE:Factory/.vhostmd.new/vhostmd.changes     2018-05-01 
23:30:07.742342199 +0200
@@ -1,0 +2,7 @@
+Mon Apr 30 18:31:17 UTC 2018 - [email protected]
+
+- vhostmd.service: fix typo and move Documentation from [Service]
+  to [Unit] section
+  bsc#1090769
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vhostmd.spec ++++++
--- /var/tmp/diff_new_pack.Mbngfc/_old  2018-05-01 23:30:08.914299582 +0200
+++ /var/tmp/diff_new_pack.Mbngfc/_new  2018-05-01 23:30:08.918299436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vhostmd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Version:        0.4
 Release:        0
 Summary:        Virtual Host Metrics Daemon (vhostmd)
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Daemons
 Url:            https://github.com/vhostmd/vhostmd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ add-systemd-service.patch ++++++
--- /var/tmp/diff_new_pack.Mbngfc/_old  2018-05-01 23:30:08.950298273 +0200
+++ /var/tmp/diff_new_pack.Mbngfc/_new  2018-05-01 23:30:08.950298273 +0200
@@ -108,15 +108,15 @@
 +++ vhostmd-0.4/vhostmd.service
 @@ -0,0 +1,13 @@
 +[Unit]
-+Description=Daemon for collecting virutalization host metrics
++Description=Daemon for collecting virtualization host metrics
 +After=libvirtd.service
++Documentation=man:vhostmd(8)
 +
 +[Service]
 +Type=forking
 +ExecStart=/usr/sbin/vhostmd
 +ExecReload=/bin/kill -HUP $MAINPID
 +ExecStop=/bin/kill -TERM $MAINPID
-+Documentation=man:vhostmd(8)
 +
 +[Install]
 +WantedBy=multi-user.target


Reply via email to