mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-21 15:38:43 +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
|
||||
PKGREL=110
|
||||
PKGREL=1
|
||||
|
||||
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro
|
||||
|
||||
@ -110,12 +110,13 @@ ${DEB}: ${PKGSOURCES}
|
||||
|
||||
.PHONY: upload
|
||||
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
|
||||
clean:
|
||||
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 -f *.buildinfo
|
||||
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
|
||||
|
||||
* drop netcat6 dependency
|
||||
|
Loading…
Reference in New Issue
Block a user