-
Notifications
You must be signed in to change notification settings - Fork 93
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
RFE: metadata in filelists.xml (e.g. hash digest, username, groupname, modes) #281
Comments
Implementation: https://github.com/wfrisch/createrepo_c/tree/verbose-filelists I also added a new command-line option Please let me know what you think. |
What use cases do you have in mind? |
Individual file hash digests allow the user to monitor individual files within an entire repository. For instance, I'd like to monitor changes in systemd unit files or udev rules. |
It might be of interest that recently there was a new switch added: |
It would be useful to have optional metadata within the
<file>
elements offilelists.xml
:All of these properties are present in RPM headers and could be included at very low run-time cost. A package in filelists.xml could look like this:
The new behavior should be enabled by a command-line option, e.g.
--verbose-filelists
, in order not to bloat the XML for users who do not need the additional metadata.The text was updated successfully, but these errors were encountered: