diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-18 09:59:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-18 09:59:49 +0000 |
commit | 1f4e07e7594eeca309fc100f688086b917812241 (patch) | |
tree | 436415a0313008578f8449514d4d0914dfaed691 | |
parent | 41125e76be227e8d332de724a2af94f88a90f82c (diff) | |
download | rpmtools-1f4e07e7594eeca309fc100f688086b917812241.tar rpmtools-1f4e07e7594eeca309fc100f688086b917812241.tar.gz rpmtools-1f4e07e7594eeca309fc100f688086b917812241.tar.bz2 rpmtools-1f4e07e7594eeca309fc100f688086b917812241.tar.xz rpmtools-1f4e07e7594eeca309fc100f688086b917812241.zip |
- gendistrib:
o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017)
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | gendistrib | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,6 @@ +- gendistrib: + o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017) + Version 5.5 - 5 March 2008, by Pascal "Pixel" Rigaux - genhdlist2: @@ -90,8 +90,6 @@ EOF my @hdlists; foreach my $m ($distrib->listmedia) { - $distrib->getvalue($m, 'askmedia') || $distrib->getvalue($m, 'suppl') and next; - my $path = $distrib->getfullpath($m, 'path'); -d $path or next; # this has been checked earlier |