From: Jan Stancek <jstancek@xxxxxxxxxx> redhat: drop Y issues from changelog In downstream RHEL we are simplifying z-stream changelogs to list only JIRAs for the associated issue in z-stream. This makes no difference for Fedora/ELN, it's just updated here as well for future RHELs to inherit it. Signed-off-by: Jan Stancek <jstancek@xxxxxxxxxx> diff --git a/redhat/scripts/genspec/genlog.py b/redhat/scripts/genspec/genlog.py index blahblah..blahblah 100755 --- a/redhat/scripts/genspec/genlog.py +++ b/redhat/scripts/genspec/genlog.py @@ -79,8 +79,8 @@ class CommitTags: def get_changelog_str(self): chnglog = [] tickets = sorted(self.tag_dict['Bugzilla']) + sorted(self.tag_dict['JIRA']) - if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']: - tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA']) + #if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']: + # tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA']) if tickets: chnglog.append('[' + ' '.join(tickets) + ']') if self.tag_dict['CVE']: -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3825 -- _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue