[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] 2 commits: lockd: fix typo in virtlockd-admin.socket

Guido Günther gitlab at salsa.debian.org
Sun Mar 18 10:21:08 UTC 2018


Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt


Commits:
0b6cf2fe by Guido Günther at 2018-03-18T10:51:32+01:00
lockd: fix typo in virtlockd-admin.socket

- - - - -
0e099d51 by Guido Günther at 2018-03-18T10:53:42+01:00
Document changes and release 4.1.0-2

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/lockd-fix-typo-in-virtlockd-admin.socket.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libvirt (4.1.0-2) unstable; urgency=medium
+
+  * [0b6cf2f] lockd: fix typo in virtlockd-admin.socket
+    (Closes: #893330)
+
+ -- Guido Günther <agx at sigxcpu.org>  Sun, 18 Mar 2018 10:51:37 +0100
+
 libvirt (4.1.0-1) unstable; urgency=medium
 
   * [3cbbfa5] New upstream version 4.1.0


=====================================
debian/patches/lockd-fix-typo-in-virtlockd-admin.socket.patch
=====================================
--- /dev/null
+++ b/debian/patches/lockd-fix-typo-in-virtlockd-admin.socket.patch
@@ -0,0 +1,30 @@
+From: Jim Fehlig <jfehlig at suse.com>
+Date: Wed, 14 Mar 2018 16:42:39 -0600
+Subject: lockd: fix typo in virtlockd-admin.socket
+
+Commit ce7ae55ea1 introduced a typo in virtlockd-admin socket file
+
+/usr/lib/systemd/system/virtlockd-admin.socket:7: Unknown lvalue
+'Server' in section 'Socket'
+
+Change 'Server' to 'Service'.
+
+Signed-off-by: Jim Fehlig <jfehlig at suse.com>
+Reviewed-by: Erik Skultety <eskultet at redhat.com>
+---
+ src/locking/virtlockd-admin.socket.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/locking/virtlockd-admin.socket.in b/src/locking/virtlockd-admin.socket.in
+index 1fa0a3d..2a7500f 100644
+--- a/src/locking/virtlockd-admin.socket.in
++++ b/src/locking/virtlockd-admin.socket.in
+@@ -4,7 +4,7 @@ Before=libvirtd.service
+ 
+ [Socket]
+ ListenStream=@localstatedir@/run/libvirt/virtlockd-admin-sock
+-Server=virtlockd.service
++Service=virtlockd.service
+ 
+ [Install]
+ WantedBy=sockets.target


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ Set-defaults-for-zfs-tools.patch
 Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
 apparmor-Allow-virt-aa-helper-to-access-the-name-service-.patch
 security/CVE-2018-1064-qemu-avoid-denial-of-service-reading-from-Q.patch
+lockd-fix-typo-in-virtlockd-admin.socket.patch



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/compare/1e748c70270b381986c4361012c9eb56c4a752a8...0e099d510baa1caba9e2a4cd3fe8a081e4dc70c8

---
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/compare/1e748c70270b381986c4361012c9eb56c4a752a8...0e099d510baa1caba9e2a4cd3fe8a081e4dc70c8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-libvirt-commits/attachments/20180318/63fc3ed6/attachment-0001.html>


More information about the Pkg-libvirt-commits mailing list