git: b22fccad8c7a - main - Remove libvmmapi.so.5 after the shlib version was bumped to 6.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Fri, 24 Mar 2023 20:42:56 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=b22fccad8c7a2dc24d4e23dfa8140e040d9ac830

commit b22fccad8c7a2dc24d4e23dfa8140e040d9ac830
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-03-24 20:42:18 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-03-24 20:42:18 +0000

    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 e3cb44fa9f84..72b119c1c85b 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