[Rpm-maint] [rpm-software-management/rpm] RFE: Support file classification by MIME type in dependency generation (#1097)

Panu Matilainen notifications at github.com
Wed Mar 4 10:15:04 UTC 2020


Rpm currently uses libmagic strings as one of the matchable file attributes in dependency generation. The libmagic strings are notoriously volatile and are a common source of bugs in terms of missed dependencies when the strings change subtly across libmagic versions. Most dependency generators would be much better off matching for MIME type instead.

As the file attributes are a public "API" of sorts, we can't just switch over, we'll need to at least temporarily provide both types of data for use in file attribute files.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1097
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200304/bc3d6c19/attachment-0001.html>


More information about the Rpm-maint mailing list