[BUG] SSU version not rolled back after failed OS update
During system upgrade, SSU version is updated to the same version as the OS, but if the update fails for some reason (removing clamav package in this case), SSU version is not being rolled back.
Edit: System update was from version 2.1.4.14 (Lapuanjoki) to 2.2.0.29 (Mouhijoki)
Could clamav be removed orderly? AFAIK only the manual way works, meaning "rpm -e --noscripts clamav" while in "devel-su"-Mode...
Lutwolf ( 2018-06-05 15:51:05 +0300 )editYes, that is correct Lutwolf, but Developer mode was deactivated at that moment and activation was failing because of release version.
Below are solving steps but in my opinion it is still a bug that should be resolved.
[Solved]
tux-lee ( 2018-06-05 23:14:17 +0300 )editcheck release version: ssu s --> Release: 2.2.0.29
revert to previous one: ssu re 2.1.4.14
reboot (optional) & enable Developer mode
remove clamav devel-su rpm -e --noscripts clamav