[pve-devel] [PATCH manager] do not test for the cgmanager package in pveversion fix #1117
Emmanuel Kasper
e.kasper at proxmox.com
Wed Sep 21 15:37:09 CEST 2016
the package has been removed from the list of lxcfs dependencies
since 0.12-pve1
---
PVE/API2/APT.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index cf63c4c..3672053 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -534,7 +534,7 @@ __PACKAGE__->register_method({
my @opt_pack = ('zfsutils', 'drbdmanage', 'fence-agents-pve',
'gfs2-utils', 'pve-sheepdog', 'openvswitch-switch', 'ceph');
- 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-qemu-kvm pve-container pve-firewall pve-ha-manager ksm-control-daemon glusterfs-client lxc-pve lxcfs cgmanager criu novnc-pve);
+ 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-qemu-kvm pve-container pve-firewall pve-ha-manager ksm-control-daemon glusterfs-client lxc-pve lxcfs criu novnc-pve);
@list = (@list, @opt_pack);
my $pkglist = [];
--
2.1.4
More information about the pve-devel
mailing list