Releaser: Ensure rpmlintrc files are copied when releasing

A number of build systems support using <pkg>.rpmlintrc for
rpmlintrc files that are used and associated with a specific
package build. These should be committed and pushed when
releasing with tito.
This commit is contained in:
Neal Gompa 2018-09-16 20:46:33 -04:00
parent 597e4de1e0
commit b0e2d57934

View file

@ -68,7 +68,7 @@ class FedoraGitReleaser(Releaser):
self.build_targets = build_target_parser.get_build_targets()
# Files we should copy to git during a release:
self.copy_extensions = (".spec", ".changes", ".patch")
self.copy_extensions = (".spec", ".changes", ".rpmlintrc", ".patch")
def release(self, dry_run=False, no_build=False, scratch=False):
self.scratch = scratch