Your message dated Sat, 14 Mar 2020 12:35:49 +0000
with message-id <[email protected]>
and subject line Bug#880970: fixed in libvirt 6.0.0-2
has caused the Debian Bug report #880970,
regarding /etc/default/virtlockd not installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
880970: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880970
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvirt-daemon-system
Version: 3.8.0-3
Severity: normal

Hi,
in 3.5 we fixed this already to some extend but I realized it misses something.
In Detail when there is no virtlockd sysv init file, then as-is the
defaults file isn't installed.

Now Ubuntu for a while had such a sysv file when Debian already
dropped it, so I missed that detail on:
 3.5.0-1:
 * [dd2991f] Ship default file for virtlockd
 * [c3b6ff2] Ship default file for virtlockd (Closes: #863648)

Looking in more detail I realized that to make that work without a
sysv script it needs to be listed for dh_installinit to pick the file
up.

A patch for that is attached, thank you in advance for taking a look.

Testable via:
$ apt install libvirt-daemon-system
$ ls -laF /etc/default/virtlockd

While not the most important config file, I think it is easy to fix,
therefore I open with sev-normal instead of low.

-- 
Christian Ehrhardt
Software Engineer, Ubuntu Server
Canonical Ltd
diff --git a/debian/rules b/debian/rules
index ef1c860..498baa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -236,6 +236,7 @@ endif
 override_dh_installinit:
 	dh_systemd_enable
 	dh_installinit -p libvirt-daemon-system --name=virtlogd --no-restart-on-upgrade
+	dh_installinit -p libvirt-daemon-system --name=virtlockd --no-restart-on-upgrade
 	dh_installinit -p libvirt-daemon-system --name=libvirtd --restart-after-upgrade -- defaults 28 72
 	dh_installinit -p libvirt-daemon-system --name=libvirt-guests --no-restart-on-upgrade -- defaults 29 71
 	dh_systemd_start -p libvirt-daemon-system --restart-after-upgrade libvirtd.service

--- End Message ---
--- Begin Message ---
Source: libvirt
Source-Version: 6.0.0-2
Done: =?utf-8?q?Guido_G=C3=BCnther?= <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libvirt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated libvirt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 14 Mar 2020 12:37:22 +0100
Source: libvirt
Architecture: source
Version: 6.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Libvirt Maintainers 
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Closes: 880970 887911 905772 939552 947006
Changes:
 libvirt (6.0.0-2) unstable; urgency=medium
 .
   * Upload to unstable
 .
 libvirt (6.0.0-1) experimental; urgency=medium
 .
   [ Guido Günther ]
   * [33890b9] New upstream version 6.0.0
     (Closes: #939552)
   * [c9f82be] gitlab-ci: Run autopkgtests
 .
   [ Christian Ehrhardt ]
   * [fa167bc] d/libnss-libvirt.lintian-overrides: accept having two nss so
     files
   * [bf48357] d/libvirt-daemon-system-sysv.lintian-overrides: not shipping
     systemd files.  Packages are split intentionally, ignore this lintian
     warning.
   * [2278598] d/rules: also check build time self test results on all
     architectures
   * [c1be36a] d/rules: drop doc binary cleanup.
   * [6d60c3c] d/rules: don't ship split daemons just yet
   * [33f8dc4] d/p/skip-qemuhotplugtest.patch: fix qemuhotplugtest.
     Skip some elements of qemuhotplugtest that for now break in
     Debian/Ubuntu build environments.
   * [a1734f7] d/rules: add libvirt-guests.default to libvirt-daemon-system
     instead of libvirt-daemon-system-sysv
   * [69f6cfe] d/rules: install /etc/default/* files that are shared between
     sysv and systemd packages
   * [31be682] d/rules: install virtlockd for sysv
     (Closes: #880970)
 .
   [ Andrea Bolognani ]
   * [070d158] Install virt-login-shell-helper.
     This new binary was introduced in libvirt 5.7.0 and is necessary for
     virt-login-shell to work.
   * [143dafb] Install augeas lenses for all drivers.
     These slipped through the cracks when we moved from picking up the
     corresponding directories as a whole to listing the specific files we're
     interested in.
   * [efa4cfe] Remove all mentions of Devhelp.
     As of libvirt 5.8.0, the corresponding files are no longer
     generated.
   * [8ebd427] not-installed: Remove obsolete entries.
     Now that upstream's build system has been fixed and we're picking up the
     documentation from the install location rather than the source directory,
     the corresponding files will no longer be flagged by dh_missing.
   * [ce54aef] not-installed: List all split daemons files.
     Since we're not shipping split daemons yet, the corresponding
     binaries as well as systemd units and augeas lenses will be
     flagged by dh_missing if we don't list them here.
   * [391e39d] symbols: Drop LIBVIRT_5.9.0
     libvirt 5.9.0 didn't introduce any new public symbols.
 .
 libvirt (6.0.0~rc1-1) experimental; urgency=medium
 .
   [ Guido Günther ]
   * [443fae0] New upstream version 6.0.0~rc1
   * [70c5676] Bump symbol versions
   * [eb6c6c1] gitlab-ci: Build package.
     We unfortunately can't use salsa-ci's prebuilt pipeline since
     that hangs on large jobs:
     https://salsa.debian.org/salsa/support/issues/180
     We redirct output to a file to work around:
     https://salsa.debian.org/salsa/support/issues/191
 .
   [ Christian Ehrhardt ]
   * [cc6b955] refresh d/p/* for v6.0.0
   * [5639ffb] d/control: bump build dep to python3
   * [dc99d35] d/rules: set enable-dependency-tracking to avoid FTBFS.
   * [af131c7] d/rules: drop the no more existing xen configure option
   * [84367d9] d/control: add python3-docutils as build dependency
   * [37f0a5c] d/libvirt-doc.doc: install rendered docs
   * [880f00e] d/libvirt-daemon-system.examples: Drop examples that are now
     conf files
   * [671aeca] d/libvirt-doc.doc-base.libvirt-doc: adapt doc base to new file
     placement
 .
 libvirt (5.6.0-4) experimental; urgency=medium
 .
   * [d88536d] Introduce libvirt-daemon-system-{systemd,sysv} Move init scripts
     to separate package that allows people to experiment with alternative init
     systems while avoiding the problems that mixed init scripts and systemd
     units have in the current packaging.
     Thanks to Christian Ehrhardt for all the input regarding upgrade
     problems seen in Ubuntu and possible solutions.
     (Closes: #887911, #905772)
   * [c19d230] autopkg tests: Use isolation-machine.
     This avoids running under debian ci since libvirt-lxc in lxc
     doesn't work there. (Closes: #947006)
Checksums-Sha1:
 cc27269d9e940bfaa776d5d8373a3b04a4cd765f 5104 libvirt_6.0.0-2.dsc
 9939a559e652d44b27e3404a26bcabe58988e4b4 8686092 libvirt_6.0.0.orig.tar.xz
 6955434964d4e425eeda115315356f85d2c15869 488 libvirt_6.0.0.orig.tar.xz.asc
 ae3290e7908e4b4802224a0cc0e53891810f38b1 73548 libvirt_6.0.0-2.debian.tar.xz
 556b34e1d6ac085ad77973fc55fc2367fc6057b5 12352 libvirt_6.0.0-2_source.buildinfo
Checksums-Sha256:
 17d432560794b63afcad55dab2c203067a19a76dee88dd9ec3bd26924835127e 5104 
libvirt_6.0.0-2.dsc
 e6bb642389bbace3252c462bbb2e9b1749dd64315b9873a424f36c7f8d357f76 8686092 
libvirt_6.0.0.orig.tar.xz
 3124495722a2134ef5ff391104282365164fb716f08ec78ec58e4e305e6b0ed6 488 
libvirt_6.0.0.orig.tar.xz.asc
 1ddec13378bd0debda9d4afc3997aad4211129dfe8818450f70a7d6d027bd0bb 73548 
libvirt_6.0.0-2.debian.tar.xz
 7d65faf969fa04a41e3d49d8358ba20ebc03674b4c8e3184f6a0ef992e6fa191 12352 
libvirt_6.0.0-2_source.buildinfo
Files:
 753122e9c8139fa1d4be00e7e41ae603 5104 libs optional libvirt_6.0.0-2.dsc
 b81417434e24266085c49a3f5af7721e 8686092 libs optional 
libvirt_6.0.0.orig.tar.xz
 66aa0447bdb40df341a41d57086d67c3 488 libs optional 
libvirt_6.0.0.orig.tar.xz.asc
 093159758c56b586a0362de808ee07e4 73548 libs optional 
libvirt_6.0.0-2.debian.tar.xz
 94c9148c4ada0f9d5b1d392622ab1fac 12352 libs optional 
libvirt_6.0.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEvHzQcjh1660F3xzZB7i3sOqYEgsFAl5syeoACgkQB7i3sOqY
EguOBw/5AfsUSH4D0O4L7gRynSN9fADjnDRV2aSaGJv6+CL/+ji3ekOhw2SgQIM3
ejPckjxKQ+ISscBN28eSiD8D3jZp7B5JizFBG/ikfwQFDNsd7m05LHlHbQ3Rip++
tORNPm93zEgk6Q3CqH095ESpl8EFCOOZ1tTS6BDDmQciJqa2qnPUh7f8vHCnztAy
aXdPYgqUYLRDYOs6+0ryIcpmty+kSF+lN9ui5iWLylMBvkp1Axh9B3MztPM4OfUo
I94ZngW5x5iIjt0Xldddrr9mP+3kBNKu6g1RcKy4k1JKVP8iaCGFl1qSJ2Mw4Y3j
nXbyk+Cd9prrgYpnjK1eoiOJhrVCTcGQvqvJrhQkZ8ezJB7Ww+/4gxaPf56IzfDG
c//8PiH+CjZ4rHIRdbflacRZBZBBsx3LsxeH0SROPTQnNOMTP65VAkn43R7fI0zl
ejKphu3UlAJl38QtYfXeyr2LLaBMmY1PyPyZLejLFgoiCWKlhsTyDU0PzBOpNJ0V
Q5fLV8O7C+HTDBua8eGsxQKCBjTmAB/KX3Nj2HT6MzBDWcCuDvYEL9VZ+gwIw8pj
mIuxYJPdFyl08wJHdJK7LZU16N1pcjUXRbtbBF/GTb8Sr1txiVNxpWtFO+BjSrZA
hJ9ZFzNF2GclI46698x+Ui+VmKE/LiF07KRP2DRmIWsjrw5XFbc=
=T/DD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to