From: Kefu Chai <k.chai@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager] api: apt: fix typo in libpve-notify-perl package name
Date: Fri, 10 Apr 2026 08:26:50 +0800 [thread overview]
Message-ID: <20260410002650.3285288-1-k.chai@proxmox.com> (raw)
The package name was misspelled as 'livpve-notify-perl' (missing 'b'),
so libpve-notify-perl was absent from the versions list returned by the
'nodes/{node}/apt/versions' endpoint and did not appear in the web UI
Updates panel.
Signed-off-by: Kefu Chai <k.chai@proxmox.com>
---
PVE/API2/APT.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index 0f057ebd..9cb6e473 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -874,7 +874,7 @@ __PACKAGE__->register_method({
libpve-common-perl
libpve-guest-common-perl
libpve-http-server-perl
- livpve-notify-perl
+ libpve-notify-perl
libpve-rs-perl
libpve-storage-perl
libqb0
--
2.47.3
next reply other threads:[~2026-04-10 0:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-10 0:26 Kefu Chai [this message]
2026-04-10 8:17 ` applied: " Fiona Ebner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260410002650.3285288-1-k.chai@proxmox.com \
--to=k.chai@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.