summaryrefslogtreecommitdiffstats
path: root/rescue/Flash/scripts
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-06-17 21:40:05 +0300
committerThomas Backlund <tmb@mageia.org>2019-06-17 21:40:05 +0300
commit971e52b735c37a075f96c60a2c9d22159d7b4fa2 (patch)
tree7320c6b24c688ff66974c5ea7f08cd2f995a387e /rescue/Flash/scripts
parentef40c59d6c5c0403c094db9c6d8f79b5999a73a8 (diff)
downloaddrakx-2.40.tar
drakx-2.40.tar.gz
drakx-2.40.tar.bz2
drakx-2.40.tar.xz
drakx-2.40.zip
2.402.40
Diffstat (limited to 'rescue/Flash/scripts')
0 files changed, 0 insertions, 0 deletions
/span>; $h or log::l("empty header in headerGetEntry"), return; $q eq 'name' and return headerGetEntry_string($h, RPMTAG_NAME()); $q eq 'group' and return from_utf8(headerGetEntry_string($h, RPMTAG_GROUP())); $q eq 'version' and return headerGetEntry_string($h, RPMTAG_VERSION()); $q eq 'release' and return headerGetEntry_string($h, RPMTAG_RELEASE()); $q eq 'epoch' and return headerGetEntry_int($h, RPMTAG_EPOCH()); $q eq 'summary' and return from_utf8(headerGetEntry_string($h, RPMTAG_SUMMARY())); $q eq 'description' and return from_utf8(headerGetEntry_string($h, RPMTAG_DESCRIPTION())); $q eq 'arch' and return headerGetEntry_string($h, RPMTAG_ARCH()); $q eq 'size' and return headerGetEntry_int($h, RPMTAG_SIZE()); $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()); $q eq 'filenames' and return headerGetEntry_filenames($h); } 1;