aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 14:29:56 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 16:13:16 +0200
commit4b600c3e4d2a6f5d5bf954461275fbe7a845c913 (patch)
tree12f81ef92ebc55315249f421afe29afbaa663847
parent0eb81c73161ec638720013656a7edb2fb46bd792 (diff)
downloadperl-URPM-4b600c3e4d2a6f5d5bf954461275fbe7a845c913.tar
perl-URPM-4b600c3e4d2a6f5d5bf954461275fbe7a845c913.tar.gz
perl-URPM-4b600c3e4d2a6f5d5bf954461275fbe7a845c913.tar.bz2
perl-URPM-4b600c3e4d2a6f5d5bf954461275fbe7a845c913.tar.xz
perl-URPM-4b600c3e4d2a6f5d5bf954461275fbe7a845c913.zip
explain the relationship with genhdlist2 from rpmtools
-rw-r--r--URPM.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index 66b1bd0..c73fc72 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -353,6 +353,9 @@ Force the re-reading of the RPM configuration files.
$urpm->{depslist} is loaded when parsing sources (synthesis, hdlists or a plain
rpm file).
+Synthesis and hdlists files are generated by L<genhdlist2> or L<gendistrib> (a
+gendhlist2 wrapper handling a whole media set) from L<rpmtools> package.
+
=over
=item $urpm->parse_synthesis($file [, callback => sub {...} ])