A package is really fully configured and can thus satisfy dependencies only when no triggers are awaited. Thus we should not drop Config-Version while a package is still in triggers-awaited.
@@ -77,8 +77,7 @@ w_configversion(struct varbuf *vb,
if (!informativeversion(&pigp->configversion)) return;
if (pigp->status == stat_installed ||
pigp->status == stat_notinstalled ||
- pigp->status == stat_triggerspending ||
- pigp->status == stat_triggersawaited)
+ pigp->status == stat_triggerspending)
return;
if (flags&fw_printheader)
varbuf_add_str(vb, "Config-Version: ");