diff --git a/.packit.yml b/.packit.yml index 3eb66947c92..d8b1b71e3d7 100644 --- a/.packit.yml +++ b/.packit.yml @@ -11,6 +11,9 @@ upstream_tag_template: anaconda-{version} copy_upstream_release_description: true downstream_package_name: anaconda +files_to_sync: + - rpmlint.toml + srpm_build_deps: - automake - autoconf diff --git a/.packit.yml.j2 b/.packit.yml.j2 index 0a987db6e58..e694d5630ac 100644 --- a/.packit.yml.j2 +++ b/.packit.yml.j2 @@ -4,6 +4,9 @@ upstream_tag_template: anaconda-{version} copy_upstream_release_description: true downstream_package_name: anaconda +files_to_sync: + - rpmlint.toml + srpm_build_deps: - automake - autoconf