Bug 406374

Summary: Show rpm scripts in properties
Product: [Applications] ark Reporter: Jon <jon>
Component: generalAssignee: Elvis Angelaccio <elvis.angelaccio>
Status: REPORTED ---    
Severity: wishlist CC: rthomsen6
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jon 2019-04-09 18:04:38 UTC
There isn't a GUI app out there to examine rpms easily and I often examine the file structure of rpms when packaging or providing tech support in ark as it's super convenient.

Would it be possible to add the rpm meta data into properties or somewhere else? GUI equivalent of `rpm -q --scripts`

Thanks for your consideration :)
Comment 1 Elvis Angelaccio 2019-04-11 17:39:15 UTC
Hmm, that's going to be difficult. We use libarchive to open rpm archives, so rpm metadata parsing should be implemented in libarchive first.