mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-21 21:50:05 +00:00
bump version to 5.0-1
This commit is contained in:
parent
0d830d2461
commit
36ca08b70d
7
Makefile
7
Makefile
@ -1,6 +1,6 @@
|
|||||||
VERSION=4.0
|
VERSION=5.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=110
|
PKGREL=1
|
||||||
|
|
||||||
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro
|
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro
|
||||||
|
|
||||||
@ -110,12 +110,13 @@ ${DEB}: ${PKGSOURCES}
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist jessie
|
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
make cleanup-docgen
|
make cleanup-docgen
|
||||||
rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1 *.5 *.pod vmtar sparsecp *.tmp *.bash-completion
|
rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1 *.5 *.pod vmtar sparsecp *.tmp *.bash-completion
|
||||||
|
rm -f *.buildinfo
|
||||||
find . -name '*~' -exec rm {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
qemu-server (5.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* bump version for stretch
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:59:35 +0100
|
||||||
|
|
||||||
qemu-server (4.0-109) unstable; urgency=medium
|
qemu-server (4.0-109) unstable; urgency=medium
|
||||||
|
|
||||||
* drop netcat6 dependency
|
* drop netcat6 dependency
|
||||||
|
Loading…
Reference in New Issue
Block a user