From: Thomas Goirand Date: Thu, 15 Oct 2015 17:41:42 +0000 (+0200) Subject: Fixed ceilometer-common.postinst. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=07e067df4658bcc2f5a1e5a1ce1955dc120b47a7;p=openstack-build%2Fceilometer-build.git Fixed ceilometer-common.postinst. Rewritten-From: 96efc162957a4791fc7eb34d9cfa98026b9e5da3 --- 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.