diff options
-rw-r--r-- | TODO4stretch-host-upgrades.txt | 8 | ||||
-rwxr-xr-x | update_jdn.sh | 10 |
2 files changed, 6 insertions, 12 deletions
diff --git a/TODO4stretch-host-upgrades.txt b/TODO4stretch-host-upgrades.txt index eb265ebf..fe2aa931 100644 --- a/TODO4stretch-host-upgrades.txt +++ b/TODO4stretch-host-upgrades.txt @@ -10,14 +10,6 @@ kept the jessie versions: when running update_jdn on jenkins ---------------------------------- -Package libvirt-bin is not available, but is referred to by another package. -This may mean that the package is missing, has been obsoleted, or -is only available from another source -However the following packages replace it: - libvirt-daemon-system libvirt-dev libvirt-clients - -E: Unable to locate package libvpx1 - on shutdown lots of: umounting /run/schroot/moznt/jenkins-reproducible-* diff --git a/update_jdn.sh b/update_jdn.sh index 0366d997..e085868f 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -397,8 +397,9 @@ if [ -f /etc/debian_version ] ; then imagemagick libav-tools libsikuli-script-java - libvirt-bin - libvirt-dev + libvirt-clients + libvirt-daemon + libvirt-daemon-system ovmf python-jabberbot python-potr @@ -455,8 +456,9 @@ if [ -f /etc/debian_version ] ; then libguestfs-tools libjson-rpc-perl libsoap-lite-perl - libvirt0 - libvirt-bin + libvirt-clients + libvirt-daemon + libvirt-daemon-system libvpx1 libxslt1-dev linux-image-amd64 |