diff -urN smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py --- smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py 2021-12-03 11:56:45.313160776 +0000 +++ smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py 2021-12-03 12:03:07.302936529 +0000 @@ -433,7 +433,7 @@ os.unlink('/var/run/yum.status') if smechange: - print "\nThe following rpms urge the need of a reboot:\n" + str(smechangelist.keys()) + print "\nThe following updates require a server reboot:\n" + str(smechangelist.keys()) print "\n==============================================================" print "WARNING: You now need to run BOTH of the following commands" print "to ensure consistent system state:\n"