From: Jan Stancek jstancek@redhat.com
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@redhat.com
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@lists.fedoraproject.org