]> git.proxmox.com Git - pve-manager.git/commitdiff
api: apt versions: sort package list in code too
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Mar 2023 12:44:59 +0000 (13:44 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Mar 2023 12:44:59 +0000 (13:44 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/APT.pm

index 10587017c5a4213d110671dea6a98a90f0321f97..be46cf1fba5a0d5d9379c583c6952e86411e5d3f 100644 (file)
@@ -811,16 +811,16 @@ __PACKAGE__->register_method({
        my @pkgs = qw(
            ceph-fuse
            corosync
-           libjs-extjs
            glusterfs-client
+           libjs-extjs
            libknet1
+           libproxmox-acme-perl
+           libproxmox-backup-qemu0
            libpve-access-control
            libpve-common-perl
            libpve-guest-common-perl
            libpve-http-server-perl
            libpve-storage-perl
-           libproxmox-acme-perl
-           libproxmox-backup-qemu0
            libqb0
            libspice-server1
            lvm2
@@ -843,8 +843,8 @@ __PACKAGE__->register_method({
            pve-xtermjs
            qemu-server
            smartmontools
-           swtpm
            spiceterm
+           swtpm
            vncterm
        );