~libvirt-maintainers/ubuntu/+source/libvirt:ubuntu/artful

Last commit made on 2017-06-14
Get this branch:
git clone -b ubuntu/artful https://git.launchpad.net/~libvirt-maintainers/ubuntu/+source/libvirt
Members of Libvirt Maintainers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/artful
Repository:
lp:~libvirt-maintainers/ubuntu/+source/libvirt

Recent commits

236a79d... by Christian Ehrhardt 

changelog: qemu_process: spice: don't release used port (LP: #1697729)

Signed-off-by: Christian Ehrhardt <email address hidden>

751da7b... by Christian Ehrhardt 

qemu_process: spice: don't release used port (LP: #1697729)

Signed-off-by: Christian Ehrhardt <email address hidden>

a8b8a24... by Christian Ehrhardt 

Changelog: update and release for artful

Signed-off-by: Christian Ehrhardt <email address hidden>

0088e97... by Christian Ehrhardt 

changelog: fix conffile upgrade handling (LP: #1694159)

Signed-off-by: Christian Ehrhardt <email address hidden>

b11447d... by Christian Ehrhardt 

untangle concurrent mv+rm conffile

After Debhelper / Maintscript helpers did their preinst work we need to
untangle a special case.
Due to bug 1694159 we need to handle a potential mv from pre
2.1.0-1ubuntu9~, but at the same time a RM from any later version.
But MV and RM conflict, in case both run (=if upgrading former LTS).
In those cases - and only if there was a custom config which is rare on
those files - we want take back the RM (which made a backup), to let the MV
be processed correctly.
This section can be dropped with libvirt-bin >=18.10

Signed-off-by: Christian Ehrhardt <email address hidden>

9e8d4ab... by Christian Ehrhardt 

enable transition from latest pre-yakkety

The versions referred were still debian versions.
Update to match the latest possible pre yakkety version.

Signed-off-by: Christian Ehrhardt <email address hidden>

92a0fef... by Christian Ehrhardt 

drop manual mv of conffiles

This old solution lacked retaining data as needed.
Did only check one md5sum but moved multiple files and lacked
phased upgrade-abort handling.

Signed-off-by: Christian Ehrhardt <email address hidden>

caca1ba... by Christian Ehrhardt 

d/libvirt-daemon-system.postinst: clean up old dnsmasq enablement symlink

Signed-off-by: Christian Ehrhardt <email address hidden>

0b5ec90... by Christian Ehrhardt 

forgotten conffiles maintscript helpers

- revert to Debians maintscript helper (This partially reverts 1b8b224e)
  For ubuntu we need a different change since we merged that on another
  version and through a ackage rename this has to be implemented differently.
- remove upstart conffile - Upstart support was dropped, so remove the related
  conffile as well.
- create libvirt-bin.maintscript which fixes some issues (proper former
  package version detection)
  In there work to mv conffiles if possible (LTS->LTS)
  Also if from yakkety/zesty/UCA try to retain, but make safe decisions
  when to rm instead of moving.
- when through yakkety/zesty without changes, or from LTS without
  changes (the two most likely cases) then the old files will only be
  removed.

Signed-off-by: Christian Ehrhardt <email address hidden>

5758899... by Christian Ehrhardt 

changelog: update to add missing colon (LP: #1686621)

Signed-off-by: Christian Ehrhardt <email address hidden>