-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Ubuntu errata is parsed(parseUbuntu.py)/imported(errata-import.py) based on the assumption that all packages available to 64bit systems have .amd64-deb.deb for the ending. This is not true for several packages in the Bionic repositories.
python-django (https://usn.ubuntu.com/3890-1/) for example.
Scripts expect to find:
python-django-1:1.11.11-1ubuntu1.3.amd64-deb.deb
Actual name is:
python-django-1.11.11-1ubuntu1.3:1.all-deb.deb
Another naming issue is package "snapd" (https://usn.ubuntu.com/3887-1/) that appears to have a X floating around in the version.
Expected:
snapd-2.34.2+18.04.1.amd64-deb.deb
Actual:
snapd-2.34.2+18.04.1-X.amd64-deb
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels