mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 22:48:44 +00:00
skiplock standard option was moved to pve-common
this now need libpve-common-perl >= 4.0-92
This commit is contained in:
parent
9f11fc5fa2
commit
1e4fb053d3
@ -56,12 +56,6 @@ cfs_register_file('/qemu-server/',
|
|||||||
\&parse_vm_config,
|
\&parse_vm_config,
|
||||||
\&write_vm_config);
|
\&write_vm_config);
|
||||||
|
|
||||||
PVE::JSONSchema::register_standard_option('skiplock', {
|
|
||||||
description => "Ignore locks - only root is allowed to use this option.",
|
|
||||||
type => 'boolean',
|
|
||||||
optional => 1,
|
|
||||||
});
|
|
||||||
|
|
||||||
PVE::JSONSchema::register_standard_option('pve-qm-stateuri', {
|
PVE::JSONSchema::register_standard_option('pve-qm-stateuri', {
|
||||||
description => "Some command save/restore state from this location.",
|
description => "Some command save/restore state from this location.",
|
||||||
type => 'string',
|
type => 'string',
|
||||||
|
@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
|
|||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: @@ARCH@@
|
Architecture: @@ARCH@@
|
||||||
Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), netcat6, libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl, pve-ha-manager, dbus, libpve-common-perl, libpve-guest-common-perl
|
Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), netcat6, libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl, pve-ha-manager, dbus, libpve-common-perl (>= 4.0-92), libpve-guest-common-perl
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Description: Qemu Server Tools
|
Description: Qemu Server Tools
|
||||||
This package contains the Qemu Server tools used by Proxmox VE
|
This package contains the Qemu Server tools used by Proxmox VE
|
||||||
|
Loading…
Reference in New Issue
Block a user