I'm not sure that sru-lint shouldn't warn this, but I think what happened here isn't relevant to the SRU I'm working on:
$ git diff ubuntu/noble-devel..ubuntu/noble-devel-lp2126951 | sru-lint check
Processing 3 file(s) with 7 plugin(s)...
⠧ Running publishing-history... 0:06:20WARNING sru-lint.plugins.publishing-history: [ErrorCode.PUBLISHING_HISTORY_PARSE_ERROR] Newer version(s) of 'qemu' already published for noble: 1:8.2.2+ds-0ubuntu2 in noble/Proposed/Deleted. Current version '1:8.2.2+ds-0ubuntu1.13' may be outdated. at debian/changelog:1
WARNING sru-lint.plugins.publishing-history: Newer versions of qemu already published for noble
Feedback:
- Newer version(s) of 'qemu' already published for noble: 1:8.2.2+ds-0ubuntu2 in noble/Proposed/Deleted. Current version '1:8.2.2+ds-0ubuntu1.13' may be outdated. (Severity: warning): debian/changelog
Severity received: Severity.WARNING
╭─────────────────────────────── File: debian/changelog ───────────────────────────────╮
│ ❱ 1 qemu (1:8.2.2+ds-0ubuntu1.13) noble; urgency=medium │
│ │ ^^^^^^^^^^^^^^^^^^^^^^ │
│ │ Newer version(s) of 'qemu' already published for noble: 1:8.2.2+ds-0ubuntu2 in │
│ noble/Proposed/Deleted. Current version '1:8.2.2+ds-0ubuntu1.13' may be │
│ outdated. │
╰──────────────────────────────────────────────────────────────────────────────────────╯
More info: https://launchpad.net/ubuntu/+source/qemu/+publishinghistory
I'm not sure that
sru-lintshouldn't warn this, but I think what happened here isn't relevant to the SRU I'm working on: