From 1934b3123c81c2ccb425626aa61ed29e38780ddf Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 8 Dec 1999 18:58:45 +0000 Subject: *** empty log message *** --- perl-install/c/stuff.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/c/stuff.pm') diff --git a/perl-install/c/stuff.pm b/perl-install/c/stuff.pm index daf5d8ef3..2cea57d2c 100644 --- a/perl-install/c/stuff.pm +++ b/perl-install/c/stuff.pm @@ -24,6 +24,7 @@ sub headerGetEntry { $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()); + $q eq 'fileflags' and return headerGetEntry_int_list($h, RPMTAG_FILEFLAGS()); } 1; -- cgit v1.2.1