Bug 406374 - Show rpm scripts in properties
Summary: Show rpm scripts in properties
Status: REPORTED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Elvis Angelaccio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-09 18:04 UTC by Jon
Modified: 2019-04-11 17:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.