[Mono-bugs] [Bug 539332] Update in VM forces reboot even if no updates
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 4 12:20:10 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=539332
User ajorgensen at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=539332#c1
--- Comment #1 from Andrew Jorgensen <ajorgensen at novell.com> 2009-11-04 10:20:09 MST ---
I think I'll fix this something like so:
OLD_VERSIONS=$(rpm -q mono-core mono-debugger xsp monovs-server)
do updates
NEW_VERSIONS=$(rpm -q mono-core mono-debugger xsp monovs-server)
if ["$OLD_VERSIONS" != "$NEW_VERSIONS"]; then
reboot
fi
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list