[Pkg-libvirt-commits] [libvirt] 01/02: libvirt-guests: use wants instead of requires

Guido Guenther agx at moszumanska.debian.org
Tue Oct 11 06:19:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to annotated tag debian/2.3.0-2
in repository libvirt.

commit 48f7eb01989310ec4e1095d3302b07ecfcc6685a
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Oct 11 07:58:32 2016 +0200

    libvirt-guests: use wants instead of requires
    
    to prevent libvirtd restarts affecting libvirt-guests
---
 debian/patches/debian/remove-RHism.diff.patch       |  2 +-
 ...bvirt-guests-use-wants-instead-of-requires.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/patches/debian/remove-RHism.diff.patch b/debian/patches/debian/remove-RHism.diff.patch
index 98dd978..be255c7 100644
--- a/debian/patches/debian/remove-RHism.diff.patch
+++ b/debian/patches/debian/remove-RHism.diff.patch
@@ -7,7 +7,7 @@ Subject: remove-RHism.diff
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tools/virsh.pod b/tools/virsh.pod
-index 49abda9..43c0e4a 100644
+index 971b408..dbe6374 100644
 --- a/tools/virsh.pod
 +++ b/tools/virsh.pod
 @@ -119,7 +119,7 @@ virsh is coming from and which options and driver are compiled in.
diff --git a/debian/patches/libvirt-guests-use-wants-instead-of-requires.patch b/debian/patches/libvirt-guests-use-wants-instead-of-requires.patch
new file mode 100644
index 0000000..5bc574d
--- /dev/null
+++ b/debian/patches/libvirt-guests-use-wants-instead-of-requires.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Tue, 11 Oct 2016 07:53:51 +0200
+Subject: libvirt-guests: use wants instead of requires
+
+to prevent libvirtd restarts affecting libvirt-guests
+---
+ tools/libvirt-guests.service.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tools/libvirt-guests.service.in b/tools/libvirt-guests.service.in
+index ff24725..ad1dee7 100644
+--- a/tools/libvirt-guests.service.in
++++ b/tools/libvirt-guests.service.in
+@@ -1,6 +1,6 @@
+ [Unit]
+ Description=Suspend/Resume Running libvirt Guests
+-Requires=libvirtd.service
++Wants=libvirtd.service
+ After=network.target
+ After=time-sync.target
+ After=libvirtd.service
diff --git a/debian/patches/series b/debian/patches/series
index b3e70ad..b1036d8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ Allow-access-to-libnl-3-config-files.patch
 debian/apparmor_profiles_local_include.patch
 virt-aa-helper-apparmor-allow-usr-share-OVMF-too.patch
 Set-defaults-for-zfs-tools.patch
+libvirt-guests-use-wants-instead-of-requires.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list