diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-28 11:26:23 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 14:48:03 +0200 |
commit | 16547d41c92e3faafb5aaa31bd31250ce5aff6ac (patch) | |
tree | 4c5c9228e5a5a4b9ddd436e0099da755397a8722 | |
parent | 9b0a99b6f6a19c474832ca56030f845e0f410c2d (diff) | |
download | urpmi-16547d41c92e3faafb5aaa31bd31250ce5aff6ac.tar urpmi-16547d41c92e3faafb5aaa31bd31250ce5aff6ac.tar.gz urpmi-16547d41c92e3faafb5aaa31bd31250ce5aff6ac.tar.bz2 urpmi-16547d41c92e3faafb5aaa31bd31250ce5aff6ac.tar.xz urpmi-16547d41c92e3faafb5aaa31bd31250ce5aff6ac.zip |
explain the relationship with URPM
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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: @@ -35,6 +35,8 @@ urpm - Mageia perl tools to handle the urpmi database C<urpm> is used by urpmi executables to manipulate packages and media on a Mageia Linux distribution. +It rely on L<URPM> for the lower level librpm bindings. + =head2 The urpm class =over 4 |