So, I was (finally?) upgrading to 11.1 from 10.1 - and I was pruning my list of packages (after accidentally installing meld), and I noticed that 'dbus.tcz' was in my "to be deleted" folder. A quick check of
tce-audit builddb
tce-audit auditall
and dbus wasn't caught ... After digging, I found the issue. Another package bore the exact text string "dbuz.tcz" in its name; wpa_supplicant-dbuz.tcz . The correction was to modify the audit() grep search to use the ^ and $ start/end placeholders.
Patch is attached. (( I accidentally submitted this to TCE-Bugs instead of TCB-Bugs ))