[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] 2 commits: d/rules: systemd: Also pass --no-restart-on-upgrade when using --no-start
Guido Günther
gitlab at salsa.debian.org
Thu May 14 08:18:04 BST 2020
Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt
Commits:
a5dd08c6 by Guido Günther at 2020-05-13T12:11:39+02:00
d/rules: systemd: Also pass --no-restart-on-upgrade when using --no-start
Using --no-start is not enough to prevent a restart on upgrades.
Fixes: 100e8aa7756b8282ec00f06837adb82bbbc7e153
- - - - -
f5ed7f6a by Guido Günther at 2020-05-13T12:13:07+02:00
Document changes and release 6.0.0-7
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,22 @@
+libvirt (6.0.0-7) unstable; urgency=medium
+
+ [ Laurent Bigonville ]
+ * [4e6f909] Disable polkit support on !linux, see: #927896
+ * [3ee1c87] Do not build-depends against libglusterfs-dev on non-linux
+ architectures
+
+ [ Guido Günther ]
+ * [41c33eb] Rediff patches
+ * [da804f9] Backport fix for CVE-2020-10701.
+ Thanks to Carnil for the triage (Closes: #955841)
+ * [a5dd08c] d/rules: systemd: Also pass --no-restart-on-upgrade when using
+ --no-start.
+
+ [ Andrea Bolognani ]
+ * [0c6a3a0] salsa-ci: Create local pristine-tar branch.
+
+ -- Guido Günther <agx at sigxcpu.org> Wed, 13 May 2020 12:12:36 +0200
+
libvirt (6.0.0-6) unstable; urgency=medium
[ Laurent Bigonville ]
=====================================
debian/rules
=====================================
@@ -247,7 +247,7 @@ override_dh_installinit:
override_dh_installsystemd:
dh_installsystemd -p libvirt-daemon-system --no-also --restart-after-upgrade libvirtd.service
dh_installsystemd -p libvirt-daemon-system --no-also --no-stop-on-upgrade $(LIBVIRT_SYSTEM_SERVICES)
- dh_installsystemd -p libvirt-daemon-system --no-also --no-start $(LIBVIRT_NOSTART_UNITS)
+ dh_installsystemd -p libvirt-daemon-system --no-also --no-restart-after-upgrade --no-start $(LIBVIRT_NOSTART_UNITS)
override_dh_installdocs:
dh_installdocs -plibvirt-doc --doc-main-package libvirt-doc
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/0c6a3a0851979481f5dcb9ed586a15e07ed92d00...f5ed7f6a1dd60d1349e449e46b9cb9cdf139c37b
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/0c6a3a0851979481f5dcb9ed586a15e07ed92d00...f5ed7f6a1dd60d1349e449e46b9cb9cdf139c37b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20200514/100896e0/attachment-0001.html>
More information about the Pkg-libvirt-commits
mailing list