diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-28 19:14:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-28 19:14:45 +0000 |
commit | 2ee22881483e84ea8b5ef0a5125631c04d174617 (patch) | |
tree | 049f83e2f8ef8c2ed3630d26b8a9f9c525202709 /perl-install/c/stuff.pm | |
parent | 68db145d16c5fa22c876b294411cb9417ad3b08e (diff) | |
download | drakx-backup-do-not-use-2ee22881483e84ea8b5ef0a5125631c04d174617.tar drakx-backup-do-not-use-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.gz drakx-backup-do-not-use-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.bz2 drakx-backup-do-not-use-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.xz drakx-backup-do-not-use-2ee22881483e84ea8b5ef0a5125631c04d174617.zip |
no_comment
Diffstat (limited to 'perl-install/c/stuff.pm')
-rw-r--r-- | perl-install/c/stuff.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/c/stuff.pm b/perl-install/c/stuff.pm index ea0320225..daf5d8ef3 100644 --- a/perl-install/c/stuff.pm +++ b/perl-install/c/stuff.pm @@ -23,6 +23,7 @@ sub headerGetEntry { $q eq 'size' and return headerGetEntry_int($h, RPMTAG_SIZE()); $q eq 'filenames' and return headerGetEntry_string_list($h, RPMTAG_FILENAMES()); $q eq 'obsoletes' and return headerGetEntry_string_list($h, RPMTAG_OBSOLETES()); + $q eq 'requires' and return headerGetEntry_string_list($h, RPMTAG_REQUIRENAME()); } 1; |