1 |
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 |
2 |
--- smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py 2021-12-03 11:56:45.313160776 +0000 |
3 |
+++ smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py 2021-12-03 12:03:07.302936529 +0000 |
4 |
@@ -433,7 +433,7 @@ |
5 |
os.unlink('/var/run/yum.status') |
6 |
|
7 |
if smechange: |
8 |
- print "\nThe following rpms urge the need of a reboot:\n" + str(smechangelist.keys()) |
9 |
+ print "\nThe following updates require a server reboot:\n" + str(smechangelist.keys()) |
10 |
print "\n==============================================================" |
11 |
print "WARNING: You now need to run BOTH of the following commands" |
12 |
print "to ensure consistent system state:\n" |