stevemeier / cefs

CEFS: CentOS Errata for Spacewalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bionic Package Versioning/Architecture Variations

blindphaze opened this issue · comments

Ubuntu errata is parsed/imported based on the assumption that all packages available to 64bit systems have .amd64-deb.deb for the ending. This is not true for 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