Compare commits
1 Commits
v9.2.0-3
...
v9.0.0-1+v
Author | SHA1 | Date | |
---|---|---|---|
dee715ce8c |
2
Makefile
2
Makefile
@@ -58,7 +58,7 @@ $(BUILDDIR): submodule
|
||||
deb kvm: $(DEBS)
|
||||
$(DEB_DBG): $(DEB)
|
||||
$(DEB): $(BUILDDIR)
|
||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
|
||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc -j32
|
||||
lintian $(DEBS)
|
||||
|
||||
sbuild: $(DSC)
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
pve-qemu-kvm (9.0.0-1+vitastor1) bookworm; urgency=medium
|
||||
|
||||
* Add Vitastor support
|
||||
* Changes from pve master branch
|
||||
|
||||
-- Vitaliy Filippov <vitalif@yourcmc.ru> Mon, 15 May 2024 02:13:11 +0300
|
||||
|
||||
pve-qemu-kvm (9.0.0-1) bookworm; urgency=medium
|
||||
|
||||
* update submodule and patches to QEMU 9.0.0
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@@ -59,6 +59,7 @@ Depends: ceph-common (>= 0.48),
|
||||
libspice-server1 (>= 0.14.0~),
|
||||
libusb-1.0-0 (>= 1.0.17-1),
|
||||
libusbredirparser1 (>= 0.6-2),
|
||||
vitastor-client (>= 0.9.4),
|
||||
libuuid1,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
|
1274
debian/patches/pve-qemu-9.0-vitastor.patch
vendored
Normal file
1274
debian/patches/pve-qemu-9.0-vitastor.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -60,3 +60,4 @@ pve/0048-copy-before-write-allow-specifying-minimum-cluster-s.patch
|
||||
pve/0049-backup-add-minimum-cluster-size-to-performance-optio.patch
|
||||
pve/0050-PVE-backup-add-fleecing-option.patch
|
||||
pve/0051-PVE-backup-improve-error-when-copy-before-write-fail.patch
|
||||
pve-qemu-9.0-vitastor.patch
|
||||
|
Reference in New Issue
Block a user