Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support RPM "extension tag" functionality #154

Open
dralley opened this issue May 31, 2023 · 0 comments
Open

Support RPM "extension tag" functionality #154

dralley opened this issue May 31, 2023 · 0 comments

Comments

@dralley
Copy link
Collaborator

dralley commented May 31, 2023

RPM has the concept of extension tags which do not exist within the header as entries in and of themselves, but rather they are constructed on the fly when requested if the user passed in the flags to allow them to be used.

https://github.com/rpm-software-management/rpm/blob/master/docs/manual/tags.md#extensions

These are basically just helpers which have been dropped into the same query system as the rest of the RPM tags.

I don't actually think we should handle this the same way, I would prefer we just add functions to the RPMPackageMetadata object for this stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant