google / rpmpack

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

fix: export FileType #48

Closed caarlos0 closed 4 years ago

caarlos0 commented 4 years ago

refs #47

erikgeiser commented 4 years ago

Small side-note: This partly closes #47. In the issue it is also suggested to export die RPM tag constants.

caarlos0 commented 4 years ago

Small side-note: This partly closes #47. In the issue it is also suggested to export die RPM tag constants.

correct.

about the tags... I don't feel like its an issue replicating them for tests... but if @jarondl et al think its OK, I can add the exports for them in this PR as well...