xenserver: Don't (try to) remove log files on RPM uninstall.
authorBen Pfaff <blp@nicira.com>
Thu, 27 Aug 2009 21:36:06 +0000 (14:36 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 8 Sep 2009 20:34:12 +0000 (13:34 -0700)
commit1cee7f2815c37b136a0bc071571cb05355277695
tree465f49e39128cd7d7bb8ca6443e714c9e55d025c
parentdf9fd4a52ebe447a7c2a4b2cfc4f4a4dd7f595af
xenserver: Don't (try to) remove log files on RPM uninstall.

The RPM spec file was trying to remove Open vSwitch log files as part of
the RPM uninstall process.  It wasn't succeeding, however, since the glob
pattern was wrong.

Instead of fixing the glob pattern, just stop trying to remove the log
files.  Log files are, after all, important for trying to debug problems,
and if we delete them at uninstall time then that makes life harder.
xenserver/vswitch-xen.spec