From 16547d41c92e3faafb5aaa31bd31250ce5aff6ac Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 28 Apr 2020 11:26:23 +0200 Subject: explain the relationship with URPM --- NEWS | 1 + urpm.pm | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d6a060fa..101f130e 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ o work without glibc-static-devel o workaround %find_lang sometimes failing on FreeBSD - library: + o enhance the doc o fix rpm version check causing strange warning messages: "shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory" - testsuite: diff --git a/urpm.pm b/urpm.pm index 63ecb173..b308d64c 100644 --- a/urpm.pm +++ b/urpm.pm @@ -35,6 +35,8 @@ urpm - Mageia perl tools to handle the urpmi database C is used by urpmi executables to manipulate packages and media on a Mageia Linux distribution. +It rely on L for the lower level librpm bindings. + =head2 The urpm class =over 4 -- cgit v1.2.1