mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 02:38:23 +00:00
updates for debian jessie
This commit is contained in:
parent
025e1d900b
commit
6b0ddb3cf4
6
Makefile
6
Makefile
@ -1,8 +1,8 @@
|
|||||||
RELEASE=3.3
|
RELEASE=4.0
|
||||||
|
|
||||||
VERSION=3.3
|
VERSION=4.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=20
|
PKGREL=1
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
qemu-server (4.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* updated for debian jessie
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Fri, 27 Feb 2015 13:00:56 +0100
|
||||||
|
|
||||||
qemu-server (3.3-20) unstable; urgency=low
|
qemu-server (3.3-20) unstable; urgency=low
|
||||||
|
|
||||||
* correctly set an remove lock (fix "qm unlock")
|
* correctly set an remove lock (fix "qm unlock")
|
||||||
|
@ -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 (>= 1.7-1), netcat-traditional, libpve-access-control, libpve-storage-perl, pve-cluster, redhat-cluster-pve, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl
|
Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), netcat-traditional, libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl
|
||||||
Conflicts: netcat-openbsd
|
Conflicts: netcat-openbsd
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Description: Qemu Server Tools
|
Description: Qemu Server Tools
|
||||||
|
2
postinst
2
postinst
@ -21,7 +21,7 @@ set -e
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
|
|
||||||
update-rc.d qemu-server defaults 25 75 >/dev/null 2>&1
|
update-rc.d qemu-server defaults >/dev/null 2>&1
|
||||||
|
|
||||||
# update old config files
|
# update old config files
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: qemu-server
|
# Provides: qemu-server
|
||||||
# Required-Start: +iscsi pve-cluster cman clvm $network $local_fs $remote_fs
|
# Required-Start: $network $local_fs $remote_fs
|
||||||
# Required-Stop: +iscsi pve-cluster cman clvm $network $local_fs $remote_fs
|
# Required-Stop: $network $local_fs $remote_fs
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: start all qemu/kvm virtual machines
|
# Short-Description: start all qemu/kvm virtual machines
|
||||||
|
Loading…
Reference in New Issue
Block a user