google / rpmpack

rpmpack (tar2rpm) - package rpms in pure golang or cli
Apache License 2.0
116 stars 32 forks source link

feat: Add support for rpm file types flags #23

Closed djgilcrease closed 5 years ago

djgilcrease commented 5 years ago

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