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

feat: Add support for rpm file types flags #23

Merged
merged 2 commits into from
Oct 3, 2019

Conversation

djgilcrease
Copy link
Contributor

@djgilcrease djgilcrease commented Oct 1, 2019

  • ConfigFie
  • DocFile
  • MissingOkFile
  • NoReplaceFile
  • SpecFile
  • GhostFile
  • LicenceFile
  • ReadmeFile
  • ExcludeFile

This is based on details found @ https://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/pkgformat.html#AEN27560

These are a bitmask flag, and some combinations may make no sense, but the spec does not exclude any combinations, so I did not either.

Closes #20

* ConfigFie
* DocFile
* MissingOkFile
* NoReplaceFile
* SpecFile
* GhostFile
* LicenceFile
* ReadmeFile
* ExcludeFile

This is based on details found @ https://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/pkgformat.html#AEN27560

These are a bitmask flag, and some combinations may make no sense, but the spec does not exclude any combinations, so I did not either.
Copy link
Collaborator

@jarondl jarondl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your continued work, let's get this submitted soon.

file_types.go Outdated Show resolved Hide resolved
file_types.go Outdated Show resolved Hide resolved
@jarondl jarondl merged commit 4fb3ac7 into google:master Oct 3, 2019
@jarondl jarondl mentioned this pull request Oct 23, 2019
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

Successfully merging this pull request may close these issues.

Support RPM filetypes
2 participants