all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager] api: apt: fix typo in libpve-notify-perl package name
@ 2026-04-10  0:26 Kefu Chai
  2026-04-10  8:17 ` applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Kefu Chai @ 2026-04-10  0:26 UTC (permalink / raw)
  To: pve-devel

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-10  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-10  0:26 [PATCH manager] api: apt: fix typo in libpve-notify-perl package name Kefu Chai
2026-04-10  8:17 ` applied: " Fiona Ebner

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal