[pve-devel] [PATCH manager 1/2] APT: update packages and package names

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Mar 15 12:02:59 CET 2017


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 PVE/API2/APT.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index 0cde308..e0509f5 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -531,10 +531,10 @@ __PACKAGE__->register_method({
 	# comment out old packages uses before 4.0
 	# clvm resource-agents-pve fence-agents-pve vzctl vzprocps vzquota
 
-	my @opt_pack = ('zfsutils', 'drbdmanage', 'fence-agents-pve',
-			'gfs2-utils', 'pve-sheepdog', 'openvswitch-switch', 'ceph');
+	my @opt_pack = ('zfsutils-linux',
+			'gfs2-utils', 'pve-sheepdog', 'openvswitch-switch', 'ceph', 'libpve-apiclient-perl');
 
-	push @list, qw(lvm2 corosync-pve libqb0 pve-cluster qemu-server pve-firmware libpve-common-perl libpve-access-control libpve-storage-perl pve-libspice-server1 vncterm pve-docs pve-qemu-kvm pve-container pve-firewall pve-ha-manager ksm-control-daemon glusterfs-client lxc-pve lxcfs criu novnc-pve smartmontools);
+	push @list, qw(libpve-http-server-perl lvm2 corosync libqb0 pve-cluster qemu-server pve-firmware libpve-common-perl libpve-guest-common-perl libpve-access-control libpve-storage-perl pve-libspice-server1 vncterm pve-docs pve-qemu-kvm pve-container pve-firewall pve-ha-manager ksm-control-daemon glusterfs-client lxc-pve lxcfs criu novnc-pve smartmontools);
 
 	@list = (@list, @opt_pack);
 	my $pkglist = [];
-- 
2.1.4





More information about the pve-devel mailing list