Compare commits
1 Commits
05089ab57d
...
f2653ef0b8
Author | SHA1 | Date |
---|---|---|
Vitaliy Filippov | f2653ef0b8 |
2
Makefile
2
Makefile
|
@ -58,7 +58,7 @@ $(BUILDDIR): submodule
|
||||||
deb kvm: $(DEBS)
|
deb kvm: $(DEBS)
|
||||||
$(DEB_DBG): $(DEB)
|
$(DEB_DBG): $(DEB)
|
||||||
$(DEB): $(BUILDDIR)
|
$(DEB): $(BUILDDIR)
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
|
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc -j32
|
||||||
lintian $(DEBS)
|
lintian $(DEBS)
|
||||||
|
|
||||||
sbuild: $(DSC)
|
sbuild: $(DSC)
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
pve-qemu-kvm (9.0.2-1+vitastor1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* Add Vitastor support
|
||||||
|
|
||||||
|
-- Vitaliy Filippov <vitalif@yourcmc.ru> Fri, 02 Aug 2024 00:03:15 +0300
|
||||||
|
|
||||||
pve-qemu-kvm (9.0.2-1) bookworm; urgency=medium
|
pve-qemu-kvm (9.0.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* update submodule and patches to QEMU 9.0.2. While our version had most
|
* update submodule and patches to QEMU 9.0.2. While our version had most
|
||||||
|
|
|
@ -59,6 +59,7 @@ Depends: ceph-common (>= 0.48),
|
||||||
libspice-server1 (>= 0.14.0~),
|
libspice-server1 (>= 0.14.0~),
|
||||||
libusb-1.0-0 (>= 1.0.17-1),
|
libusb-1.0-0 (>= 1.0.17-1),
|
||||||
libusbredirparser1 (>= 0.6-2),
|
libusbredirparser1 (>= 0.6-2),
|
||||||
|
vitastor-client (>= 0.9.4),
|
||||||
libuuid1,
|
libuuid1,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -68,3 +68,4 @@ pve/0044-copy-before-write-allow-specifying-minimum-cluster-s.patch
|
||||||
pve/0045-backup-add-minimum-cluster-size-to-performance-optio.patch
|
pve/0045-backup-add-minimum-cluster-size-to-performance-optio.patch
|
||||||
pve/0046-PVE-backup-add-fleecing-option.patch
|
pve/0046-PVE-backup-add-fleecing-option.patch
|
||||||
pve/0047-PVE-backup-improve-error-when-copy-before-write-fail.patch
|
pve/0047-PVE-backup-improve-error-when-copy-before-write-fail.patch
|
||||||
|
pve-qemu-9.0-vitastor.patch
|
||||||
|
|
Loading…
Reference in New Issue