From 7778e4131b9eb8a27bd2ab87001843726e8b306c Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Aug 17 2020 15:08:19 +0000 Subject: hub: tagChangedSince reacts on changes in extra Fixes: https://pagure.io/koji/issue/2284 --- diff --git a/hub/kojihub.py b/hub/kojihub.py index fb4d887..09a3fd1 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -2890,6 +2890,7 @@ def tag_changed_since_event(event, taglist): 'tag_listing', 'tag_inheritance', 'tag_config', + 'tag_extra', 'tag_packages', 'tag_external_repos', 'group_package_listing',