From: Herton R. Krzesinski <herton@xxxxxxxxxx> redhat: disable upstream check for rpminspect Bugzilla: INTERNAL Upstream Status: RHEL-only The upstream test on rpminspect checks eg. if we changed the upstream sources contents in the src.rpm when we do updates. Sources in the spec file are checked for changes. It would make sense to have it checked if we had stable sources which mostly never change, but that's not the case, eg. the kernel tarball always changes each release usually. The test is mostly noise right now, so disable it. Signed-off-by: Herton R. Krzesinski <herton@xxxxxxxxxx> diff --git a/redhat/rpminspect.yaml b/redhat/rpminspect.yaml index blahblah..blahblah 100644 --- a/redhat/rpminspect.yaml +++ b/redhat/rpminspect.yaml @@ -1,6 +1,9 @@ # additional rpminspect configuration for this branch --- +inspections: + upstream: off + emptyrpm: expected_empty: - kernel -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1526 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure