From b22fccad8c7a2dc24d4e23dfa8140e040d9ac830 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 24 Mar 2023 13:42:18 -0700 Subject: [PATCH] Remove libvmmapi.so.5 after the shlib version was bumped to 6. --- ObsoleteFiles.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e3cb44fa9f8..72b119c1c85 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -52,6 +52,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20230324: libvmmapi shlib version bumped to 6 +OLD_LIBS+=usr/lib/libvmmapi.so.5 + # 20230320: vcount.9 removed OLD_FILES+=usr/share/man/man9/count_dev.9.gz OLD_FILES+=usr/share/man/man9/vcount.9.gz