From 07e067df4658bcc2f5a1e5a1ce1955dc120b47a7 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 15 Oct 2015 19:41:42 +0200 Subject: [PATCH] Fixed ceilometer-common.postinst. Rewritten-From: 96efc162957a4791fc7eb34d9cfa98026b9e5da3 --- trusty/debian/ceilometer-common.postinst.in | 2 +- trusty/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/trusty/debian/ceilometer-common.postinst.in b/trusty/debian/ceilometer-common.postinst.in index 346f2c6..623271b 100644 --- a/trusty/debian/ceilometer-common.postinst.in +++ b/trusty/debian/ceilometer-common.postinst.in @@ -10,7 +10,7 @@ libvirt_user_group () { LIBVIRT_GROUP=libvirt elif getent group libvirtd ; then LIBVIRT_GROUP=libvirtd - elif + else if dpkg-vendor --derives-from ubuntu ; then LIBVIRT_GROUP=libvirtd else diff --git a/trusty/debian/changelog b/trusty/debian/changelog index a0e8cd7..db747b1 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +ceilometer (1:5.0.0-2) experimental; urgency=medium + + * Fixed ceilometer-common.postinst. + + -- Thomas Goirand Thu, 15 Oct 2015 19:41:24 +0200 + ceilometer (1:5.0.0-1) experimental; urgency=medium * New upstream release. -- 2.32.3