Vanilla-OS / ABRoot

ABRoot is a utility that provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state.
http://abroot.vanillaos.org/
GNU General Public License v3.0
309 stars 24 forks source link

bug: Abroot flips the versions when showing package upgrades #307

Closed fluoriteByte closed 3 months ago

fluoriteByte commented 3 months ago

When running 'abroot upgrade", in the list of changes generated by Abroot, it flips the older version with the newer version, making it look like its downgrading

Output example:


 • xdg-desktop-portal-gnome      '46.2-1' -> '44.2-4+b1'
 • mutter-common                 '46.2-1' -> '44.8-3.1'
 • gnome-shell-common            '46.2-1' -> '44.9-2'
 • mutter-common-bin             '46.2-1' -> '44.8-3.1+b3'
 • mutter                        '46.2-1' -> '44.8-3.1+b3'
 • gnome-shell                   '46.2-1' -> '44.9-2+b1'
 • gnome-remote-desktop          '46.2-1' -> '44.2-8'```