Skip to content

Commit a266202

Browse files
committed
Merge: redhat: drop Y issues from changelog
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/360 JIRA: INTERNAL Upstream Status: RHEL-only Signed-off-by: Jan Stancek <jstancek@redhat.com> Approved-by: Jarod Wilson <jarod@redhat.com> Approved-by: Scott Weaver <scweaver@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents 33f21fa + 4d97a97 commit a266202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redhat/scripts/genspec/genlog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def convert_to_y_tags(self):
7979
def get_changelog_str(self):
8080
chnglog = []
8181
tickets = sorted(self.tag_dict['Bugzilla']) + sorted(self.tag_dict['JIRA'])
82-
if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']:
83-
tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA'])
82+
#if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']:
83+
# tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA'])
8484
if tickets:
8585
chnglog.append('[' + ' '.join(tickets) + ']')
8686
if self.tag_dict['CVE']:

0 commit comments

Comments
 (0)