Skip to content

Commit 73d4a7f

Browse files
committed
base: Debian has QEMU 5.2 now so update pinning
Change-Id: I4371daf7b28c8a057364d17e2e47f6e22665447c (cherry picked from commit 9427122)
1 parent f72a4b3 commit 73d4a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/base/apt_preferences.debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Pin-Priority: 700
4444

4545
# we want newer QEMU
4646
Package: qemu*
47-
Pin: version 1:5.0*
47+
Pin: version 1:5.*
4848
Pin-Priority: 700
4949

5050
# QEMU depends on those
51-
Package: libpmem1 libndctl6 libdaxctl1 pmdk-tools libpmemblk1 libpmemlog1 libpmemobj1 libpmempool1
51+
Package: libpmem1 libndctl6 libdaxctl1 pmdk-tools libpmemblk1 libpmemlog1 libpmemobj1 libpmempool1 liburing1 libfdt1
5252
Pin: release n=buster-backports
5353
Pin-Priority: 700

0 commit comments

Comments
 (0)